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

Unified Diff: Source/core/core.gyp

Issue 317813003: Generate platform files under platform subdir. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebaseline Created 6 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/core/core_generated.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gyp
diff --git a/Source/core/core.gyp b/Source/core/core.gyp
index baa6c8d274fdc2393445515a633c0af0c09bf442..cf8ee9313c6243578f2232db74bcb838a05cf729 100644
--- a/Source/core/core.gyp
+++ b/Source/core/core.gyp
@@ -36,6 +36,7 @@
'../bindings/core/core.gypi', # core can depend on bindings/core, but not on bindings
'core.gypi',
'../modules/modules_generated.gypi', # FIXME: Required by <(blink_modules_output_dir) below.
+ '../platform/platform_generated.gypi', # FIXME: Required by <(blink_platform_output_dir) below.
],
'variables': {
@@ -43,13 +44,13 @@
'webcore_include_dirs': [
'..', # WebKit/Source
- # FIXME: Remove this after cleaning up platform dependecies on core and modules.
- # Needed now for RuntimeEnabledFeatures.h, etc. http://crbug.com/380361
+ # Needed to include the generated binding headers.
'<(SHARED_INTERMEDIATE_DIR)/blink', # gen/blink
# FIXME: Remove these once core scripts generate qualified
# includes correctly: http://crbug.com/380054
'<(blink_core_output_dir)',
'<(blink_modules_output_dir)',
+ '<(blink_platform_output_dir)',
'<(bindings_core_v8_output_dir)',
'<(bindings_modules_v8_output_dir)',
],
« no previous file with comments | « no previous file | Source/core/core_generated.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698