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

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

Issue 1682843002: Fix nacl_helper CrOS GN build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 | « no previous file | no next file » | 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/common/common.gni") 7 import("//content/common/common.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 import("//mojo/public/tools/bindings/mojom.gni") 9 import("//mojo/public/tools/bindings/mojom.gni")
10 if (is_mac) { 10 if (is_mac) {
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 "//components/mus/public/interfaces", 158 "//components/mus/public/interfaces",
159 "//components/tracing", 159 "//components/tracing",
160 "//components/tracing:startup_tracing", 160 "//components/tracing:startup_tracing",
161 "//gpu/command_buffer/client:gles2_interface", 161 "//gpu/command_buffer/client:gles2_interface",
162 "//gpu/command_buffer/common:gles2_utils", 162 "//gpu/command_buffer/common:gles2_utils",
163 "//mojo/converters/network", 163 "//mojo/converters/network",
164 "//mojo/shell/public/cpp", 164 "//mojo/shell/public/cpp",
165 "//mojo/shell/runner/child:lib", 165 "//mojo/shell/runner/child:lib",
166 "//net", 166 "//net",
167 "//skia", 167 "//skia",
168 "//third_party/WebKit/public:blink",
ncarter (slow) 2016/02/09 19:56:50 Adding jam@ for a second opinion. This seems a li
168 "//third_party/icu", 169 "//third_party/icu",
169 "//third_party/libjingle", 170 "//third_party/libjingle",
170 "//ui/accessibility", 171 "//ui/accessibility",
171 "//ui/base", 172 "//ui/base",
172 "//ui/base/ime", 173 "//ui/base/ime",
173 "//ui/events/ipc:events_ipc", 174 "//ui/events/ipc:events_ipc",
174 "//ui/gfx", 175 "//ui/gfx",
175 "//ui/gfx/geometry", 176 "//ui/gfx/geometry",
176 "//ui/gfx/ipc", 177 "//ui/gfx/ipc",
177 "//ui/shell_dialogs", 178 "//ui/shell_dialogs",
(...skipping 370 matching lines...) Expand 10 before | Expand all | Expand 10 after
548 import_dirs = [ "//mojo/services" ] 549 import_dirs = [ "//mojo/services" ]
549 550
550 public_deps = [ 551 public_deps = [
551 "//components/mus/public/interfaces", 552 "//components/mus/public/interfaces",
552 "//content/public/common:mojo_bindings", 553 "//content/public/common:mojo_bindings",
553 "//mojo/shell/public/interfaces", 554 "//mojo/shell/public/interfaces",
554 "//skia/public/interfaces", 555 "//skia/public/interfaces",
555 "//ui/mojo/geometry:interfaces", 556 "//ui/mojo/geometry:interfaces",
556 ] 557 ]
557 } 558 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698