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

Unified Diff: Source/modules/modules.gyp

Issue 332413004: Generate web, devtools files into their own sub-dirs. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: more gn build changes 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/modules/BUILD.gn ('k') | Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/modules.gyp
diff --git a/Source/modules/modules.gyp b/Source/modules/modules.gyp
index 1d2d8de1a01f8e7335778b9aa6b6f779a3d26212..8b9cca2b56f9854efe61f6b19fa72020100fa8a5 100644
--- a/Source/modules/modules.gyp
+++ b/Source/modules/modules.gyp
@@ -68,14 +68,14 @@
'<@(resources)',
],
'outputs': [
- '<(SHARED_INTERMEDIATE_DIR)/blink/FetchPolyfill.h',
- '<(SHARED_INTERMEDIATE_DIR)/blink/FetchPolyfill.cpp',
+ '<(blink_modules_output_dir)/FetchPolyfill.h',
+ '<(blink_modules_output_dir)/FetchPolyfill.cpp',
],
'action': [
'python',
'../build/scripts/make-file-arrays.py',
- '--out-h=<(SHARED_INTERMEDIATE_DIR)/blink/FetchPolyfill.h',
- '--out-cpp=<(SHARED_INTERMEDIATE_DIR)/blink/FetchPolyfill.cpp',
+ '--out-h=<(blink_modules_output_dir)/FetchPolyfill.h',
+ '--out-cpp=<(blink_modules_output_dir)/FetchPolyfill.cpp',
'--namespace=WebCore',
'<@(resources)',
],
@@ -94,14 +94,14 @@
'<@(resources)',
],
'outputs': [
- '<(SHARED_INTERMEDIATE_DIR)/blink/CachePolyfill.h',
- '<(SHARED_INTERMEDIATE_DIR)/blink/CachePolyfill.cpp',
+ '<(blink_modules_output_dir)/CachePolyfill.h',
+ '<(blink_modules_output_dir)/CachePolyfill.cpp',
],
'action': [
'python',
'../build/scripts/make-file-arrays.py',
- '--out-h=<(SHARED_INTERMEDIATE_DIR)/blink/CachePolyfill.h',
- '--out-cpp=<(SHARED_INTERMEDIATE_DIR)/blink/CachePolyfill.cpp',
+ '--out-h=<(blink_modules_output_dir)/CachePolyfill.h',
+ '--out-cpp=<(blink_modules_output_dir)/CachePolyfill.cpp',
'--namespace=WebCore',
'<@(resources)',
],
@@ -120,14 +120,14 @@
'<@(resources)',
],
'outputs': [
- '<(SHARED_INTERMEDIATE_DIR)/blink/CacheStoragePolyfill.h',
- '<(SHARED_INTERMEDIATE_DIR)/blink/CacheStoragePolyfill.cpp',
+ '<(blink_modules_output_dir)/CacheStoragePolyfill.h',
+ '<(blink_modules_output_dir)/CacheStoragePolyfill.cpp',
],
'action': [
'python',
'../build/scripts/make-file-arrays.py',
- '--out-h=<(SHARED_INTERMEDIATE_DIR)/blink/CacheStoragePolyfill.h',
- '--out-cpp=<(SHARED_INTERMEDIATE_DIR)/blink/CacheStoragePolyfill.cpp',
+ '--out-h=<(blink_modules_output_dir)/CacheStoragePolyfill.h',
+ '--out-cpp=<(blink_modules_output_dir)/CacheStoragePolyfill.cpp',
'--namespace=WebCore',
'<@(resources)',
],
« no previous file with comments | « Source/modules/BUILD.gn ('k') | Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698