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

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

Issue 2625933002: content/gpu: Set up a mojom connection between browser and gpu. (Closed)
Patch Set: tot merge Created 3 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 | « no previous file | content/browser/browser_child_process_host_impl.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("//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 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 "//services/device:lib", 107 "//services/device:lib",
108 "//services/device/public/interfaces", 108 "//services/device/public/interfaces",
109 "//services/file:lib", 109 "//services/file:lib",
110 "//services/file/public/interfaces", 110 "//services/file/public/interfaces",
111 "//services/service_manager", 111 "//services/service_manager",
112 "//services/service_manager/public/cpp", 112 "//services/service_manager/public/cpp",
113 "//services/service_manager/public/interfaces", 113 "//services/service_manager/public/interfaces",
114 "//services/service_manager/runner/common", 114 "//services/service_manager/runner/common",
115 "//services/service_manager/runner/host:lib", 115 "//services/service_manager/runner/host:lib",
116 "//services/shape_detection/public/interfaces:interfaces", 116 "//services/shape_detection/public/interfaces:interfaces",
117 "//services/ui/gpu/interfaces",
117 "//services/ui/public/cpp/gpu", 118 "//services/ui/public/cpp/gpu",
118 "//skia", 119 "//skia",
119 "//sql", 120 "//sql",
120 "//storage/browser", 121 "//storage/browser",
121 "//storage/common", 122 "//storage/common",
122 "//third_party/WebKit/public:blink_headers", 123 "//third_party/WebKit/public:blink_headers",
123 "//third_party/WebKit/public:features", 124 "//third_party/WebKit/public:features",
124 "//third_party/WebKit/public:image_resources", 125 "//third_party/WebKit/public:image_resources",
125 "//third_party/WebKit/public:mojo_bindings", 126 "//third_party/WebKit/public:mojo_bindings",
126 "//third_party/WebKit/public:offscreen_canvas_mojo_bindings", 127 "//third_party/WebKit/public:offscreen_canvas_mojo_bindings",
(...skipping 1879 matching lines...) Expand 10 before | Expand all | Expand 10 after
2006 if (!is_component_build) { 2007 if (!is_component_build) {
2007 public_deps = [ 2008 public_deps = [
2008 ":browser", 2009 ":browser",
2009 ] 2010 ]
2010 } else { 2011 } else {
2011 public_deps = [ 2012 public_deps = [
2012 "//third_party/leveldatabase", 2013 "//third_party/leveldatabase",
2013 ] 2014 ]
2014 } 2015 }
2015 } 2016 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/browser_child_process_host_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698