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

Side by Side Diff: content/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/search_engines/BUILD.gn ('k') | content/browser/devtools/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("//tools/grit/grit_rule.gni") 5 import("//tools/grit/grit_rule.gni")
6 6
7 # Applied by targets internal to content. 7 # Applied by targets internal to content.
8 config("content_implementation") { 8 config("content_implementation") {
9 defines = [ "CONTENT_IMPLEMENTATION" ] 9 defines = [ "CONTENT_IMPLEMENTATION" ]
10 } 10 }
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 outputs = [ 42 outputs = [
43 "grit/content_resources.h", 43 "grit/content_resources.h",
44 "content_resources.pak", 44 "content_resources.pak",
45 "content_resources.rc", 45 "content_resources.rc",
46 ] 46 ]
47 } 47 }
48 48
49 # This target exists to "hold" the content_export header so we can do proper 49 # This target exists to "hold" the content_export header so we can do proper
50 # inclusion testing of it. 50 # inclusion testing of it.
51 source_set("export") { 51 source_set("export") {
52 visibility = "//content/*" 52 visibility = [ "//content/*" ]
53 sources = [ 53 sources = [
54 "content/common/content_export.h" 54 "content/common/content_export.h"
55 ] 55 ]
56 } 56 }
OLDNEW
« no previous file with comments | « components/search_engines/BUILD.gn ('k') | content/browser/devtools/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698