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

Side by Side Diff: content/public/browser/BUILD.gn

Issue 742053002: Add missing dependencies to the GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Correct dependency for component build Created 6 years, 1 month 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/gpu/BUILD.gn ('k') | content/public/child/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("//content/browser/browser.gni") 5 import("//content/browser/browser.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 7
8 # See //content/BUILD.gn for how this works. 8 # See //content/BUILD.gn for how this works.
9 group("browser") { 9 group("browser") {
10 if (is_component_build) { 10 if (is_component_build) {
(...skipping 25 matching lines...) Expand all
36 36
37 if (use_aura) { 37 if (use_aura) {
38 sources -= [ "context_factory.h" ] 38 sources -= [ "context_factory.h" ]
39 } 39 }
40 40
41 configs += [ "//content:content_implementation" ] 41 configs += [ "//content:content_implementation" ]
42 42
43 public_deps = [ 43 public_deps = [
44 # We expose skia headers in the public API. 44 # We expose skia headers in the public API.
45 "//skia", 45 "//skia",
46 "//mojo/public/cpp/system",
46 ] 47 ]
47 deps = [ 48 deps = [
48 "//content/browser", 49 "//content/browser",
49 "//content/public/common:common_sources", 50 "//content/public/common:common_sources",
50 "//net", 51 "//net",
51 "//ui/accessibility", 52 "//ui/accessibility",
52 "//ui/base", 53 "//ui/base",
53 "//ui/events", 54 "//ui/events",
54 ] 55 ]
55 56
56 allow_circular_includes_from = [ 57 allow_circular_includes_from = [
57 # This target is a pair with content/browser. They always go together and 58 # This target is a pair with content/browser. They always go together and
58 # include headers from each other. 59 # include headers from each other.
59 "//content/browser", 60 "//content/browser",
60 ] 61 ]
61 } 62 }
OLDNEW
« no previous file with comments | « content/gpu/BUILD.gn ('k') | content/public/child/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698