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

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

Issue 1565343003: Move mojo/application/public -> mojo/shell/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fetcher
Patch Set: . Created 4 years, 11 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/browser/renderer_host/render_widget_host_view_mus.cc ('k') | content/child/DEPS » ('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("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//content/child/child.gni") 7 import("//content/child/child.gni")
8 8
9 source_set("child") { 9 source_set("child") {
10 # Only the public target should depend on this. All other targets (even 10 # Only the public target should depend on this. All other targets (even
(...skipping 13 matching lines...) Expand all
24 "//third_party/mojo/src/mojo/edk/system", 24 "//third_party/mojo/src/mojo/edk/system",
25 ] 25 ]
26 26
27 deps = [ 27 deps = [
28 "//base", 28 "//base",
29 "//components/mime_util", 29 "//components/mime_util",
30 "//components/tracing", 30 "//components/tracing",
31 "//components/tracing:startup_tracing", 31 "//components/tracing:startup_tracing",
32 "//components/webcrypto", 32 "//components/webcrypto",
33 "//content/common:mojo_bindings", 33 "//content/common:mojo_bindings",
34 "//mojo/application/public/interfaces",
35 "//mojo/common", 34 "//mojo/common",
36 "//mojo/environment:chromium", 35 "//mojo/environment:chromium",
37 "//mojo/message_pump", 36 "//mojo/message_pump",
37 "//mojo/shell/public/interfaces",
38 "//net", 38 "//net",
39 "//skia", 39 "//skia",
40 "//third_party/icu", 40 "//third_party/icu",
41 "//ui/base", 41 "//ui/base",
42 "//ui/events/gestures/blink", 42 "//ui/events/gestures/blink",
43 "//ui/gfx", 43 "//ui/gfx",
44 "//ui/gfx/geometry", 44 "//ui/gfx/geometry",
45 "//ui/native_theme", 45 "//ui/native_theme",
46 "//url", 46 "//url",
47 ] 47 ]
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 "//third_party/WebKit/public:resources", 120 "//third_party/WebKit/public:resources",
121 "//third_party/npapi", 121 "//third_party/npapi",
122 ] 122 ]
123 } 123 }
124 124
125 if (use_aura && is_mac) { 125 if (use_aura && is_mac) {
126 # This file is already excluded on non-Mac. 126 # This file is already excluded on non-Mac.
127 sources -= [ "npapi/webplugin_delegate_impl_mac.mm" ] 127 sources -= [ "npapi/webplugin_delegate_impl_mac.mm" ]
128 } 128 }
129 } 129 }
OLDNEW
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view_mus.cc ('k') | content/child/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698