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

Unified Diff: Source/platform/platform_generated.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 | « Source/platform/blink_platform_tests.gyp ('k') | Source/platform/platform_generated.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/platform_generated.gyp
diff --git a/Source/platform/platform_generated.gyp b/Source/platform/platform_generated.gyp
index cbe8307fd96f3fc5e261299df8f03769c2182f27..90e8e8b52d130f18d1a4a998523c3f4077ac88dd 100644
--- a/Source/platform/platform_generated.gyp
+++ b/Source/platform/platform_generated.gyp
@@ -32,6 +32,7 @@
'includes': [
'../build/features.gypi',
'../build/scripts/scripts.gypi',
+ 'platform_generated.gypi',
],
'targets': [
@@ -47,15 +48,15 @@
'fonts/FontFamilyNames.in',
],
'outputs': [
- '<(SHARED_INTERMEDIATE_DIR)/blink/FontFamilyNames.cpp',
- '<(SHARED_INTERMEDIATE_DIR)/blink/FontFamilyNames.h',
+ '<(blink_platform_output_dir)/FontFamilyNames.cpp',
+ '<(blink_platform_output_dir)/FontFamilyNames.h',
],
'action': [
'python',
'../build/scripts/make_names.py',
'fonts/FontFamilyNames.in',
'--output_dir',
- '<(SHARED_INTERMEDIATE_DIR)/blink',
+ '<(blink_platform_output_dir)',
],
},
{
@@ -68,15 +69,15 @@
'../build/scripts/templates/RuntimeEnabledFeatures.h.tmpl',
],
'outputs': [
- '<(SHARED_INTERMEDIATE_DIR)/blink/RuntimeEnabledFeatures.cpp',
- '<(SHARED_INTERMEDIATE_DIR)/blink/RuntimeEnabledFeatures.h',
+ '<(blink_platform_output_dir)/RuntimeEnabledFeatures.cpp',
+ '<(blink_platform_output_dir)/RuntimeEnabledFeatures.h',
],
'action': [
'python',
'../build/scripts/make_runtime_features.py',
'RuntimeEnabledFeatures.in',
'--output_dir',
- '<(SHARED_INTERMEDIATE_DIR)/blink',
+ '<(blink_platform_output_dir)',
],
},
{
@@ -85,14 +86,14 @@
'ColorData.gperf',
],
'outputs': [
- '<(SHARED_INTERMEDIATE_DIR)/blink/ColorData.cpp',
+ '<(blink_platform_output_dir)/ColorData.cpp',
],
'action': [
'<(gperf_exe)',
'--key-positions=*',
'-D', '-s', '2',
'<@(_inputs)',
- '--output-file=<(SHARED_INTERMEDIATE_DIR)/blink/ColorData.cpp',
+ '--output-file=<(blink_platform_output_dir)/ColorData.cpp',
],
},
]
« no previous file with comments | « Source/platform/blink_platform_tests.gyp ('k') | Source/platform/platform_generated.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698