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

Unified Diff: Source/web/BUILD.gn

Issue 372983004: Remove obsolete make_file_array() uses from web/BUILD.gn (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 5 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/BUILD.gn
diff --git a/Source/web/BUILD.gn b/Source/web/BUILD.gn
index db1211c36ba3bd6e68208413689f8341407dc5a5..70c966f41c3760907ddd06e85eaafb55cab6785e 100644
--- a/Source/web/BUILD.gn
+++ b/Source/web/BUILD.gn
@@ -4,7 +4,6 @@
import("//build/config/ui.gni")
import("//third_party/WebKit/Source/bindings/bindings.gni")
-import("//third_party/WebKit/Source/build/make_file_arrays.gni")
import("//third_party/WebKit/Source/config.gni")
import("//third_party/WebKit/Source/core/core.gni")
import("//third_party/WebKit/Source/modules/modules.gni")
@@ -22,9 +21,6 @@ component("web") {
output_name = "blink_web"
deps = [
- ":calendar_picker",
- ":picker_common",
- ":color_suggestion_picker",
"//third_party/WebKit/Source/core",
"//third_party/WebKit/Source/modules",
"//third_party/WebKit/Source/platform",
@@ -109,30 +105,3 @@ test("webkit_unit_tests") {
}
}
}
-
-make_file_arrays("picker_common") {
- resources = [
- "resources/pickerCommon.css",
- "resources/pickerCommon.js",
- ]
- filename = "web/PickerCommon"
-}
-
-make_file_arrays("color_suggestion_picker") {
- resources = [
- "resources/colorSuggestionPicker.css",
- "resources/colorSuggestionPicker.js",
- ]
- filename = "web/ColorSuggestionPicker"
-}
-
-make_file_arrays("calendar_picker") {
- resources = [
- "resources/calendarPicker.css",
- "resources/calendarPicker.js",
- "resources/pickerButton.css",
- "resources/suggestionPicker.css",
- "resources/suggestionPicker.js",
- ]
- filename = "web/CalendarPicker"
-}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698