| OLD | NEW |
| 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 21 matching lines...) Expand all Loading... |
| 32 ":mojo_bindings", | 32 ":mojo_bindings", |
| 33 "//gpu/command_buffer/common", | 33 "//gpu/command_buffer/common", |
| 34 "//ipc", | 34 "//ipc", |
| 35 "//third_party/WebKit/public:blink_headers", | 35 "//third_party/WebKit/public:blink_headers", |
| 36 ] | 36 ] |
| 37 deps = [ | 37 deps = [ |
| 38 "//base", | 38 "//base", |
| 39 "//base/third_party/dynamic_annotations", | 39 "//base/third_party/dynamic_annotations", |
| 40 "//build/util:webkit_version", | 40 "//build/util:webkit_version", |
| 41 "//cc", | 41 "//cc", |
| 42 "//cc/ipc", |
| 42 "//cc/surfaces", | 43 "//cc/surfaces", |
| 43 "//components/mus/public/interfaces", | 44 "//components/mus/public/interfaces", |
| 44 "//components/tracing", | 45 "//components/tracing", |
| 45 "//components/tracing:startup_tracing", | 46 "//components/tracing:startup_tracing", |
| 46 "//device/bluetooth", | 47 "//device/bluetooth", |
| 47 "//gpu", | 48 "//gpu", |
| 48 "//gpu/command_buffer/client:gles2_c_lib", | 49 "//gpu/command_buffer/client:gles2_c_lib", |
| 49 "//gpu/command_buffer/client:gles2_cmd_helper", | 50 "//gpu/command_buffer/client:gles2_cmd_helper", |
| 50 "//gpu/command_buffer/client:gles2_implementation", | 51 "//gpu/command_buffer/client:gles2_implementation", |
| 51 "//gpu/command_buffer/client:gles2_interface", | 52 "//gpu/command_buffer/client:gles2_interface", |
| (...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 236 public_deps = [ | 237 public_deps = [ |
| 237 "//components/leveldb/public/interfaces", | 238 "//components/leveldb/public/interfaces", |
| 238 "//components/mus/public/interfaces", | 239 "//components/mus/public/interfaces", |
| 239 "//services/shell/public/interfaces", | 240 "//services/shell/public/interfaces", |
| 240 "//skia/public/interfaces", | 241 "//skia/public/interfaces", |
| 241 "//third_party/WebKit/public:mojo_bindings", | 242 "//third_party/WebKit/public:mojo_bindings", |
| 242 "//ui/mojo/geometry:interfaces", | 243 "//ui/mojo/geometry:interfaces", |
| 243 "//url/mojo:url_mojom_origin", | 244 "//url/mojo:url_mojom_origin", |
| 244 ] | 245 ] |
| 245 } | 246 } |
| OLD | NEW |