Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(971)

Unified Diff: cc/cc.gyp

Issue 11048044: cc: Switch to Chromium DCHECKs and LOGs (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: rebase Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: cc/cc.gyp
diff --git a/cc/cc.gyp b/cc/cc.gyp
index 495739cb86163915b6c0be603ae145b1612c9c70..d757ba1c4c6615b7279bf83a76c00406f441dd7c 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -7,6 +7,7 @@
'chromium_code': 0,
'use_libcc_for_compositor%': 0,
'cc_source_files': [
+ 'dcheck.h',
'hash_pair.h',
'own_ptr_vector.h',
'scoped_ptr_hash_map.h',
@@ -373,6 +374,7 @@
],
'sources': [
'<@(cc_source_files)',
+ 'stubs/config.h',
'stubs/Extensions3D.h',
'stubs/Extensions3DChromium.h',
'stubs/FloatPoint.h',

Powered by Google App Engine
This is Rietveld 408576698