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

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

Issue 2668153003: Mojo C++ Bindings: Eliminate unbound ThreadSafeInterfacePtr (Closed)
Patch Set: format and rebase... Created 3 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 | « content/app/BUILD.gn ('k') | content/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("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//media/media_options.gni") 7 import("//media/media_options.gni")
8 import("//ppapi/features/features.gni") 8 import("//ppapi/features/features.gni")
9 import("//printing/features/features.gni") 9 import("//printing/features/features.gni")
10 import("//third_party/WebKit/public/public_features.gni") 10 import("//third_party/WebKit/public/public_features.gni")
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 "//device/sensors", 79 "//device/sensors",
80 "//device/vibration", 80 "//device/vibration",
81 "//device/vr", 81 "//device/vr",
82 "//device/wake_lock", 82 "//device/wake_lock",
83 "//google_apis", 83 "//google_apis",
84 "//gpu", 84 "//gpu",
85 "//gpu/command_buffer/client:gles2_implementation", 85 "//gpu/command_buffer/client:gles2_implementation",
86 "//gpu/command_buffer/client:gles2_interface", 86 "//gpu/command_buffer/client:gles2_interface",
87 "//gpu/ipc/host", 87 "//gpu/ipc/host",
88 "//ipc", 88 "//ipc",
89 "//ipc:mojom",
90 "//media", 89 "//media",
91 "//media/capture", 90 "//media/capture",
92 "//media/capture/mojo:image_capture", 91 "//media/capture/mojo:image_capture",
93 "//media/gpu/ipc/client", 92 "//media/gpu/ipc/client",
94 "//media/midi", 93 "//media/midi",
95 "//media/midi:mojo", 94 "//media/midi:mojo",
96 "//media/mojo/interfaces", 95 "//media/mojo/interfaces",
97 "//mojo/common", 96 "//mojo/common",
98 "//mojo/edk/system", 97 "//mojo/edk/system",
99 "//mojo/public/cpp/bindings", 98 "//mojo/public/cpp/bindings",
(...skipping 1904 matching lines...) Expand 10 before | Expand all | Expand 10 after
2004 if (!is_component_build) { 2003 if (!is_component_build) {
2005 public_deps = [ 2004 public_deps = [
2006 ":browser", 2005 ":browser",
2007 ] 2006 ]
2008 } else { 2007 } else {
2009 public_deps = [ 2008 public_deps = [
2010 "//third_party/leveldatabase", 2009 "//third_party/leveldatabase",
2011 ] 2010 ]
2012 } 2011 }
2013 } 2012 }
OLDNEW
« no previous file with comments | « content/app/BUILD.gn ('k') | content/child/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698