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

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: 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') | Source/core/core.gyp » ('J')
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 c60bffde6a9532043f53cda963b9a369d4558dcb..661b8e151cd8715a42a991537ec59b2216ff72a8 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.gyp:webcore',
'../../modules/modules.gyp:modules',
'<(DEPTH)/skia/skia.gyp:skia',
'<(DEPTH)/third_party/angle/src/build_angle.gyp:translator_glsl',
@@ -574,8 +574,8 @@
'WEBKIT_IMPLEMENTATION=1',
],
'dependencies': [
- '../../core/core.gyp/core.gyp:webcore_derived',
- '../../core/core.gyp/core.gyp:webcore_test_support',
+ '../../core/core.gyp:webcore_derived',
+ '../../core/core.gyp:webcore_test_support',
'<(DEPTH)/base/base.gyp:test_support_base',
'<(DEPTH)/build/temp_gyp/googleurl.gyp:googleurl',
'<(DEPTH)/testing/gtest.gyp:gtest',
@@ -760,7 +760,7 @@
'type': 'static_library',
'dependencies': [
'../../wtf/wtf.gyp:wtf',
- '../../core/core.gyp/core.gyp:webcore_test_support',
+ '../../core/core.gyp:webcore_test_support',
],
'include_dirs': [
'public',
« no previous file with comments | « no previous file | Source/WebKit/chromium/WebKitUnitTests.gyp » ('j') | Source/core/core.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698