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

Unified Diff: cc/cc.gypi

Issue 11410021: Remove WTF and WebCore from cc/ and webkit/compositor_bindings/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix content_browsertests Created 8 years, 1 month 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/cc.gyp ('k') | cc/checkerboard_draw_quad.cc » ('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 0dada34523b05dbac406e756604d4a7b8fc11b24..492c63b9730f0006a6a22afe7a5ae80cc944dcd4 100644
--- a/cc/cc.gypi
+++ b/cc/cc.gypi
@@ -16,10 +16,9 @@
'webkit_src_dir': '<(webkit_src_dir)',
'conditions': [
['inside_chromium_build==1', {
- 'cc_stubs_dirs': ['stubs'],
+ 'cc_stubs_dirs': [],
}, {
'cc_stubs_dirs': [
- 'stubs',
'<(SHARED_INTERMEDIATE_DIR)/webkit',
'<(webkit_src_dir)',
'<(webkit_src_dir)/Source/WebCore/platform',
« no previous file with comments | « cc/cc.gyp ('k') | cc/checkerboard_draw_quad.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698