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

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

Issue 2867693004: Snapshot of all changes to get jumbo in blink and content.
Patch Set: Rebased again Created 3 years, 5 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') | gpu/ipc/common/gpu_message_generator.h » ('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("//ppapi/features/features.gni") 5 import("//ppapi/features/features.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 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 69
69 # See comment at the top of //content/BUILD.gn for how this works. 70 # See comment at the top of //content/BUILD.gn for how this works.
70 group("for_content_tests") { 71 group("for_content_tests") {
71 visibility = [ "//content/test/*" ] 72 visibility = [ "//content/test/*" ]
72 if (!is_component_build) { 73 if (!is_component_build) {
73 public_deps = [ 74 public_deps = [
74 ":utility", 75 ":utility",
75 ] 76 ]
76 } 77 }
77 } 78 }
OLDNEW
« no previous file with comments | « content/test/BUILD.gn ('k') | gpu/ipc/common/gpu_message_generator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698