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

Unified Diff: Source/modules/BUILD.gn

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/devtools/devtools.gyp ('k') | Source/modules/modules.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/BUILD.gn
diff --git a/Source/modules/BUILD.gn b/Source/modules/BUILD.gn
index b0870dfd05c71ecbd8fd31df310fa9f2434ad22b..0f3d6c925ecbeb69ab0fe6b65f2d4d444b9b9b47 100644
--- a/Source/modules/BUILD.gn
+++ b/Source/modules/BUILD.gn
@@ -53,7 +53,7 @@ source_set("modules") {
# GYP version: WebKit/Source/modules/modules.gyp:modules (FetchPolyfill action)
make_file_arrays("modules_fetch_polyfill") {
- filename = "FetchPolyfill"
+ filename = "modules/FetchPolyfill"
resources = [
"serviceworkers/polyfills/fetchPolyfill.js",
]
@@ -62,7 +62,7 @@ make_file_arrays("modules_fetch_polyfill") {
# GYP version: WebKit/Source/modules/modules.gyp:modules (CachePolyfill action)
make_file_arrays("modules_cache_polyfill") {
- filename = "CachePolyfill"
+ filename = "modules/CachePolyfill"
resources = [
"serviceworkers/polyfills/cachePolyfill.js",
]
@@ -71,7 +71,7 @@ make_file_arrays("modules_cache_polyfill") {
# GYP version: WebKit/Source/modules/modules.gyp:modules (CacheStoragePolyfill action)
make_file_arrays("modules_cache_storage_polyfill") {
- filename = "CacheStoragePolyfill"
+ filename = "modules/CacheStoragePolyfill"
resources = [
"serviceworkers/polyfills/cacheStoragePolyfill.js",
]
« no previous file with comments | « Source/devtools/devtools.gyp ('k') | Source/modules/modules.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698