apimall / chromiumembedded

Automatically exported from code.google.com/p/chromiumembedded
0 stars 1 forks source link

Fix build break #1502

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. ninja -C ./out/Debug cefclient

What is the expected output? What do you see instead?
Build cefclient successfully, but failed 

What version of the product are you using? On what operating system?
On Mac. (git: 904e5d5971e53c85400)

Please provide any additional information below.
../../cef/tests/cefclient/main_context.cc:17:3: error: use of undeclared 
identifier 'DCHECK'
  DCHECK(g_main_context);
  ^
../../cef/tests/cefclient/main_context.cc:22:3: error: use of undeclared 
identifier 'DCHECK'
  DCHECK(!g_main_context);
  ^

Original issue reported on code.google.com by simonh...@chromium.org on 25 Jan 2015 at 8:34

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks, fixed in trunk revision 1997 and 2272 branch revision 1998.

Original comment by magreenb...@gmail.com on 26 Jan 2015 at 1:00