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

Side by Side Diff: Source/modules/BUILD.gn

Issue 854683002: Revert of Remove make-file-arrays.py script (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 11 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 | « Source/build/scripts/make-file-arrays.py ('k') | 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 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("//third_party/WebKit/Source/bindings/bindings.gni") 5 import("//third_party/WebKit/Source/bindings/bindings.gni")
6 import("//third_party/WebKit/Source/bindings/modules/v8/generated.gni") 6 import("//third_party/WebKit/Source/bindings/modules/v8/generated.gni")
7 import("//third_party/WebKit/Source/bindings/modules/v8/v8.gni") 7 import("//third_party/WebKit/Source/bindings/modules/v8/v8.gni")
8 import("//third_party/WebKit/Source/build/make_file_arrays.gni")
8 import("//third_party/WebKit/Source/build/scripts/scripts.gni") 9 import("//third_party/WebKit/Source/build/scripts/scripts.gni")
9 import("//third_party/WebKit/Source/modules/modules.gni") 10 import("//third_party/WebKit/Source/modules/modules.gni")
10 11
11 visibility = [ "//third_party/WebKit/Source/*" ] 12 visibility = [ "//third_party/WebKit/Source/*" ]
12 13
13 # GYP version: WebKit/Source/modules/modules.gyp:modules 14 # GYP version: WebKit/Source/modules/modules.gyp:modules
14 source_set("modules") { 15 source_set("modules") {
15 visibility = [] # Allow re-assignment of list. 16 visibility = [] # Allow re-assignment of list.
16 visibility = [ "//third_party/WebKit/*" ] 17 visibility = [ "//third_party/WebKit/*" ]
17 18
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 } 84 }
84 85
85 # GYP version: WebKit/Source/modules/modules_generated.gyp:make_modules_generate d 86 # GYP version: WebKit/Source/modules/modules_generated.gyp:make_modules_generate d
86 group("make_modules_generated") { 87 group("make_modules_generated") {
87 deps = [ 88 deps = [
88 "//third_party/WebKit/Source/core:core_event_interfaces", 89 "//third_party/WebKit/Source/core:core_event_interfaces",
89 "//third_party/WebKit/Source/bindings/modules:bindings_modules_generated", 90 "//third_party/WebKit/Source/bindings/modules:bindings_modules_generated",
90 ":module_names", 91 ":module_names",
91 ] 92 ]
92 } 93 }
OLDNEW
« no previous file with comments | « Source/build/scripts/make-file-arrays.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698