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

Side by Side Diff: components/domain_reliability/BUILD.gn

Issue 544423002: Convert GN visibility variables to lists. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge 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 | « components/autofill/core/browser/BUILD.gn ('k') | components/search_engines/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 action("bake_in_configs") { 5 action("bake_in_configs") {
6 visibility = ":*" 6 visibility = [ ":*" ]
7 script = "bake_in_configs.py" 7 script = "bake_in_configs.py"
8 8
9 inputs = [ 9 inputs = [
10 "baked_in_configs/apis_google_com.json", 10 "baked_in_configs/apis_google_com.json",
11 "baked_in_configs/ddm_google_com.json", 11 "baked_in_configs/ddm_google_com.json",
12 "baked_in_configs/drive_google_com.json", 12 "baked_in_configs/drive_google_com.json",
13 "baked_in_configs/mail_google_com.json", 13 "baked_in_configs/mail_google_com.json",
14 "baked_in_configs/ssl_gstatic_com.json", 14 "baked_in_configs/ssl_gstatic_com.json",
15 "baked_in_configs/www_google_com.json", 15 "baked_in_configs/www_google_com.json",
16 "baked_in_configs/www_youtube_com.json", 16 "baked_in_configs/www_youtube_com.json",
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 "test_util.h", 72 "test_util.h",
73 "uploader_unittest.cc", 73 "uploader_unittest.cc",
74 "util_unittest.cc", 74 "util_unittest.cc",
75 ] 75 ]
76 76
77 deps = [ 77 deps = [
78 ":domain_reliability", 78 ":domain_reliability",
79 "//testing/gtest", 79 "//testing/gtest",
80 ] 80 ]
81 } 81 }
OLDNEW
« no previous file with comments | « components/autofill/core/browser/BUILD.gn ('k') | components/search_engines/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698