OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 import("//build/config/ui.gni") | 5 import("//build/config/ui.gni") |
6 import("//third_party/WebKit/Source/bindings/bindings.gni") | 6 import("//third_party/WebKit/Source/bindings/bindings.gni") |
7 import("//third_party/WebKit/Source/build/make_file_arrays.gni") | 7 import("//third_party/WebKit/Source/build/make_file_arrays.gni") |
8 import("//third_party/WebKit/Source/config.gni") | 8 import("//third_party/WebKit/Source/config.gni") |
9 import("//third_party/WebKit/Source/core/core.gni") | 9 import("//third_party/WebKit/Source/core/core.gni") |
10 import("//third_party/WebKit/Source/modules/modules.gni") | 10 import("//third_party/WebKit/Source/modules/modules.gni") |
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
108 sources += platform_web_unittest_files | 108 sources += platform_web_unittest_files |
109 } | 109 } |
110 } | 110 } |
111 } | 111 } |
112 | 112 |
113 make_file_arrays("picker_common") { | 113 make_file_arrays("picker_common") { |
114 resources = [ | 114 resources = [ |
115 "resources/pickerCommon.css", | 115 "resources/pickerCommon.css", |
116 "resources/pickerCommon.js", | 116 "resources/pickerCommon.js", |
117 ] | 117 ] |
118 filename = "PickerCommon" | 118 filename = "web/PickerCommon" |
119 } | 119 } |
120 | 120 |
121 make_file_arrays("color_suggestion_picker") { | 121 make_file_arrays("color_suggestion_picker") { |
122 resources = [ | 122 resources = [ |
123 "resources/colorSuggestionPicker.css", | 123 "resources/colorSuggestionPicker.css", |
124 "resources/colorSuggestionPicker.js", | 124 "resources/colorSuggestionPicker.js", |
125 ] | 125 ] |
126 filename = "ColorSuggestionPicker" | 126 filename = "web/ColorSuggestionPicker" |
127 } | 127 } |
128 | 128 |
129 make_file_arrays("calendar_picker") { | 129 make_file_arrays("calendar_picker") { |
130 resources = [ | 130 resources = [ |
131 "resources/calendarPicker.css", | 131 "resources/calendarPicker.css", |
132 "resources/calendarPicker.js", | 132 "resources/calendarPicker.js", |
133 "resources/pickerButton.css", | 133 "resources/pickerButton.css", |
134 "resources/suggestionPicker.css", | 134 "resources/suggestionPicker.css", |
135 "resources/suggestionPicker.js", | 135 "resources/suggestionPicker.js", |
136 ] | 136 ] |
137 filename = "CalendarPicker" | 137 filename = "web/CalendarPicker" |
138 } | 138 } |
OLD | NEW |