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

Unified Diff: Source/WebKit/chromium/WebKit.gyp

Issue 16357021: Move core.gyp up one directory to Source/core/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Patch for landing Created 7 years, 6 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 | « no previous file | Source/WebKit/chromium/WebKitUnitTests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebKit/chromium/WebKit.gyp
diff --git a/Source/WebKit/chromium/WebKit.gyp b/Source/WebKit/chromium/WebKit.gyp
index c2a1cbcdabccb2528fa0b5e954ff5b40c44508af..27787b2ef3aed270c254c6cb4c8b08f7b15b1ab1 100644
--- a/Source/WebKit/chromium/WebKit.gyp
+++ b/Source/WebKit/chromium/WebKit.gyp
@@ -42,7 +42,7 @@
'type': '<(component)',
'variables': { 'enable_wexit_time_destructors': 1, },
'dependencies': [
- '../../core/core.gyp/core.gyp:webcore',
+ '../../core/core_tmp.gyp:webcore',
'../../modules/modules.gyp:modules',
'<(DEPTH)/skia/skia.gyp:skia',
'<(DEPTH)/third_party/angle/src/build_angle.gyp:translator_glsl',
@@ -564,8 +564,8 @@
'WEBKIT_IMPLEMENTATION=1',
],
'dependencies': [
- '../../core/core.gyp/core.gyp:webcore_derived',
- '../../core/core.gyp/core.gyp:webcore_test_support',
+ '../../core/core_tmp.gyp:webcore_derived',
+ '../../core/core_tmp.gyp:webcore_test_support',
'<(DEPTH)/base/base.gyp:test_support_base',
'<(DEPTH)/build/temp_gyp/googleurl.gyp:googleurl',
'<(DEPTH)/testing/gtest.gyp:gtest',
@@ -744,7 +744,7 @@
'type': 'static_library',
'dependencies': [
'../../wtf/wtf.gyp:wtf',
- '../../core/core.gyp/core.gyp:webcore_test_support',
+ '../../core/core_tmp.gyp:webcore_test_support',
],
'include_dirs': [
'public',
« no previous file with comments | « no previous file | Source/WebKit/chromium/WebKitUnitTests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698