| 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/blink", | |
| 43 "//cc/surfaces", | 42 "//cc/surfaces", |
| 44 "//components/mus/public/interfaces", | 43 "//components/mus/public/interfaces", |
| 45 "//components/tracing", | 44 "//components/tracing", |
| 46 "//components/tracing:startup_tracing", | 45 "//components/tracing:startup_tracing", |
| 47 "//device/bluetooth", | 46 "//device/bluetooth", |
| 48 "//gpu", | 47 "//gpu", |
| 49 "//gpu/command_buffer/client:gles2_c_lib", | 48 "//gpu/command_buffer/client:gles2_c_lib", |
| 50 "//gpu/command_buffer/client:gles2_cmd_helper", | 49 "//gpu/command_buffer/client:gles2_cmd_helper", |
| 51 "//gpu/command_buffer/client:gles2_implementation", | 50 "//gpu/command_buffer/client:gles2_implementation", |
| 52 "//gpu/command_buffer/client:gles2_interface", | 51 "//gpu/command_buffer/client:gles2_interface", |
| (...skipping 12 matching lines...) Expand all Loading... |
| 65 "//mojo/common:common_base", | 64 "//mojo/common:common_base", |
| 66 "//mojo/edk/system", | 65 "//mojo/edk/system", |
| 67 "//net", | 66 "//net", |
| 68 "//sandbox", | 67 "//sandbox", |
| 69 "//services/shell", | 68 "//services/shell", |
| 70 "//services/shell/public/cpp", | 69 "//services/shell/public/cpp", |
| 71 "//services/shell/public/interfaces", | 70 "//services/shell/public/interfaces", |
| 72 "//services/shell/runner/common", | 71 "//services/shell/runner/common", |
| 73 "//skia", | 72 "//skia", |
| 74 "//storage/common", | 73 "//storage/common", |
| 75 "//third_party/WebKit/public:blink", | 74 "//third_party/WebKit/public:blink_minimal", |
| 76 "//third_party/boringssl", | 75 "//third_party/boringssl", |
| 77 "//third_party/icu", | 76 "//third_party/icu", |
| 78 "//third_party/libjingle", | 77 "//third_party/libjingle", |
| 79 "//third_party/webrtc/base:rtc_base", | 78 "//third_party/webrtc/base:rtc_base", |
| 80 "//ui/accessibility", | 79 "//ui/accessibility", |
| 81 "//ui/base", | 80 "//ui/base", |
| 82 "//ui/base/ime", | 81 "//ui/base/ime", |
| 83 "//ui/events/ipc", | 82 "//ui/events/ipc", |
| 84 "//ui/gfx", | 83 "//ui/gfx", |
| 85 "//ui/gfx/geometry", | 84 "//ui/gfx/geometry", |
| (...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 239 "//components/leveldb/public/interfaces", | 238 "//components/leveldb/public/interfaces", |
| 240 "//components/mus/public/interfaces", | 239 "//components/mus/public/interfaces", |
| 241 "//content/public/common:mojo_bindings", | 240 "//content/public/common:mojo_bindings", |
| 242 "//services/shell/public/interfaces", | 241 "//services/shell/public/interfaces", |
| 243 "//skia/public/interfaces", | 242 "//skia/public/interfaces", |
| 244 "//third_party/WebKit/public:mojo_bindings", | 243 "//third_party/WebKit/public:mojo_bindings", |
| 245 "//ui/mojo/geometry:interfaces", | 244 "//ui/mojo/geometry:interfaces", |
| 246 "//url/mojo:url_mojom_origin", | 245 "//url/mojo:url_mojom_origin", |
| 247 ] | 246 ] |
| 248 } | 247 } |
| OLD | NEW |