apimall / chromiumembedded

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

Missing CHECK_EQ #1518

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Build cef release 32 Bit width Visual Studio 2013 community
2. Build Option
     set PATH=%PATH%;d:\libs\cef_build\download\depot_tools
     set GYP_GENERATORS=ninja,msvs-ninja
     set GYP_MSVS_VERSION=2013
     set DEPOT_TOOLS_WIN_TOOLCHAIN=0
     python automate-git.py --force-clean --download-dir=download --build-log-file
3.

What is the expected output? What do you see instead?
 Build stop because it miss DCHECK_EQ in client_app_renderer.cc and
 client_app_browser.cc

What version of the product are you using? On what operating system?
 Current trunk

Please provide any additional information below.
 Solution add in both files 
     #include "include/base/cef_logging.h"

Original issue reported on code.google.com by uwe.brue...@googlemail.com on 1 Feb 2015 at 6:35

GoogleCodeExporter commented 9 years ago
Issue 1519 has been merged into this issue.

Original comment by magreenb...@gmail.com on 2 Feb 2015 at 9:01

GoogleCodeExporter commented 9 years ago
Thanks, fixed in revision 2016.

Original comment by magreenb...@gmail.com on 2 Feb 2015 at 9:03