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

Unified Diff: cc/cc.gypi

Issue 10914268: Change cc files from namespace WebCore to cc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 8 years, 3 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
« no previous file with comments | « cc/VideoLayerChromium.cpp ('k') | cc/stubs/Extensions3D.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/cc.gypi
diff --git a/cc/cc.gypi b/cc/cc.gypi
index 979b418cb7784ce46bff4d7019852029ec930fe7..0dada34523b05dbac406e756604d4a7b8fc11b24 100644
--- a/cc/cc.gypi
+++ b/cc/cc.gypi
@@ -19,7 +19,9 @@
'cc_stubs_dirs': ['stubs'],
}, {
'cc_stubs_dirs': [
+ 'stubs',
'<(SHARED_INTERMEDIATE_DIR)/webkit',
+ '<(webkit_src_dir)',
'<(webkit_src_dir)/Source/WebCore/platform',
'<(webkit_src_dir)/Source/WebCore/platform/animation',
'<(webkit_src_dir)/Source/WebCore/platform/chromium',
@@ -35,4 +37,11 @@
}],
],
},
+ 'conditions': [
+ ['inside_chromium_build==0', {
+ 'defines': [
+ 'INSIDE_WEBKIT_BUILD=1',
+ ],
+ }],
+ ],
}
« no previous file with comments | « cc/VideoLayerChromium.cpp ('k') | cc/stubs/Extensions3D.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698