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

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

Issue 550333003: Convert GN visibility to lists. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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 | « Source/platform/heap/BUILD.gn ('k') | Source/wtf/BUILD.gn » ('j') | 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("//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/config.gni") 7 import("//third_party/WebKit/Source/config.gni")
8 import("//third_party/WebKit/Source/core/core.gni") 8 import("//third_party/WebKit/Source/core/core.gni")
9 import("//third_party/WebKit/Source/modules/modules.gni") 9 import("//third_party/WebKit/Source/modules/modules.gni")
10 import("//third_party/WebKit/Source/platform/platform.gni") 10 import("//third_party/WebKit/Source/platform/platform.gni")
11 11
12 visibility = "//third_party/WebKit/*" 12 visibility = [ "//third_party/WebKit/*" ]
13 web_gypi = exec_script( 13 web_gypi = exec_script(
14 "//build/gypi_to_gn.py", 14 "//build/gypi_to_gn.py",
15 [ rebase_path("web.gypi") ], 15 [ rebase_path("web.gypi") ],
16 "scope", 16 "scope",
17 [ "web.gypi" ]) 17 [ "web.gypi" ])
18 18
19 19
20 component("web") { 20 component("web") {
21 output_name = "blink_web" 21 output_name = "blink_web"
22 22
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 118
119 configs += [ "//third_party/WebKit/Source:inside_blink" ] 119 configs += [ "//third_party/WebKit/Source:inside_blink" ]
120 120
121 sources += web_gypi.web_unittest_files 121 sources += web_gypi.web_unittest_files
122 sources += bindings_unittest_files 122 sources += bindings_unittest_files
123 sources += core_unittest_files 123 sources += core_unittest_files
124 sources += modules_unittest_files 124 sources += modules_unittest_files
125 sources += platform_web_unittest_files 125 sources += platform_web_unittest_files
126 } 126 }
127 } 127 }
OLDNEW
« no previous file with comments | « Source/platform/heap/BUILD.gn ('k') | Source/wtf/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698