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

Unified Diff: Source/web/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
Index: Source/web/BUILD.gn
diff --git a/Source/web/BUILD.gn b/Source/web/BUILD.gn
index e26a587a1d3b7052d101e3d31ee251d623c495c6..db1211c36ba3bd6e68208413689f8341407dc5a5 100644
--- a/Source/web/BUILD.gn
+++ b/Source/web/BUILD.gn
@@ -115,7 +115,7 @@ make_file_arrays("picker_common") {
"resources/pickerCommon.css",
"resources/pickerCommon.js",
]
- filename = "PickerCommon"
+ filename = "web/PickerCommon"
}
make_file_arrays("color_suggestion_picker") {
@@ -123,7 +123,7 @@ make_file_arrays("color_suggestion_picker") {
"resources/colorSuggestionPicker.css",
"resources/colorSuggestionPicker.js",
]
- filename = "ColorSuggestionPicker"
+ filename = "web/ColorSuggestionPicker"
}
make_file_arrays("calendar_picker") {
@@ -134,5 +134,5 @@ make_file_arrays("calendar_picker") {
"resources/suggestionPicker.css",
"resources/suggestionPicker.js",
]
- filename = "CalendarPicker"
+ filename = "web/CalendarPicker"
}
« no previous file with comments | « Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp ('k') | Source/web/ColorChooserPopupUIController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698