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

Side by Side Diff: content/utility/BUILD.gn

Issue 2867693004: Snapshot of all changes to get jumbo in blink and content.
Patch Set: Exclude certain files from jumbo because of a Windows problem Created 3 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 | « content/test/BUILD.gn ('k') | net/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("//media/media_options.gni") 5 import("//media/media_options.gni")
6 import("//content/content.gni")
6 7
7 source_set("utility") { 8 content_source_set("utility") {
8 # Only the public target should depend on this. All other targets (even 9 # Only the public target should depend on this. All other targets (even
9 # internal content ones other than test) should depend on the public one. 10 # internal content ones other than test) should depend on the public one.
10 visibility = [ 11 visibility = [
11 ":for_content_tests", 12 ":for_content_tests",
12 "//content/app:*", 13 "//content/app:*",
13 "//content/public/utility:utility_sources", 14 "//content/public/utility:utility_sources",
14 ] 15 ]
15 16
16 sources = [ 17 sources = [
17 "in_process_utility_thread.cc", 18 "in_process_utility_thread.cc",
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 67
67 # See comment at the top of //content/BUILD.gn for how this works. 68 # See comment at the top of //content/BUILD.gn for how this works.
68 group("for_content_tests") { 69 group("for_content_tests") {
69 visibility = [ "//content/test/*" ] 70 visibility = [ "//content/test/*" ]
70 if (!is_component_build) { 71 if (!is_component_build) {
71 public_deps = [ 72 public_deps = [
72 ":utility", 73 ":utility",
73 ] 74 ]
74 } 75 }
75 } 76 }
OLDNEW
« no previous file with comments | « content/test/BUILD.gn ('k') | net/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698