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

Side by Side Diff: third_party/WebKit/Source/bindings/modules/BUILD.gn

Issue 2327353002: Fix official Windows build. (Closed)
Patch Set: Created 4 years, 3 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 Tfe Chromium Authors. All rights reserved. 1 # Copyright 2014 Tfe 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("//third_party/WebKit/Source/modules/modules.gni") 5 import("//third_party/WebKit/Source/modules/modules.gni")
6 import("//third_party/WebKit/Source/bindings/scripts/scripts.gni") 6 import("//third_party/WebKit/Source/bindings/scripts/scripts.gni")
7 import("//third_party/WebKit/Source/build/scripts/scripts.gni") 7 import("//third_party/WebKit/Source/build/scripts/scripts.gni")
8 8
9 group("bindings_modules_generated") { 9 group("bindings_modules_generated") {
10 visibility = [ "//third_party/WebKit/*" ] 10 visibility = [ "//third_party/WebKit/*" ]
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 interfaces = modules_global_constructors_original_interfaces 171 interfaces = modules_global_constructors_original_interfaces
172 component = "Modules" 172 component = "Modules"
173 output_dir = blink_modules_output_dir 173 output_dir = blink_modules_output_dir
174 deps = [ 174 deps = [
175 ":modules_global_objects", 175 ":modules_global_objects",
176 ] 176 ]
177 } 177 }
178 178
179 # Compile the sources produced above. This will get linked into "modules". 179 # Compile the sources produced above. This will get linked into "modules".
180 source_set("generated") { 180 source_set("generated") {
181 visibility = [ "//third_party/WebKit/Source/modules" ] 181 visibility = [ "//third_party/WebKit/Source/modules:*" ]
182 182
183 sources = get_target_outputs(":event_modules") + 183 sources = get_target_outputs(":event_modules") +
184 get_target_outputs(":event_modules_names") + 184 get_target_outputs(":event_modules_names") +
185 get_target_outputs(":event_target_modules_names") 185 get_target_outputs(":event_target_modules_names")
186 186
187 configs += [ 187 configs += [
188 "//third_party/WebKit/Source:config", 188 "//third_party/WebKit/Source:config",
189 "//third_party/WebKit/Source/modules:modules_implementation", 189 "//third_party/WebKit/Source/modules:modules_implementation",
190 "//third_party/WebKit/Source:non_test_config", 190 "//third_party/WebKit/Source:non_test_config",
191 "//third_party/WebKit/Source:inside_blink", 191 "//third_party/WebKit/Source:inside_blink",
192 ] 192 ]
193 193
194 deps = [ 194 deps = [
195 ":event_modules", 195 ":event_modules",
196 ":event_modules_names", 196 ":event_modules_names",
197 ":event_target_modules_names", 197 ":event_target_modules_names",
198 "//third_party/WebKit/Source/core", 198 "//third_party/WebKit/Source/core",
199 "//third_party/WebKit/Source/wtf", 199 "//third_party/WebKit/Source/wtf",
200 "//v8", 200 "//v8",
201 ] 201 ]
202 } 202 }
OLDNEW
« 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