| 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 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 174 "//gpu/ipc/client", | 174 "//gpu/ipc/client", |
| 175 "//gpu/ipc/common", | 175 "//gpu/ipc/common", |
| 176 "//gpu/skia_bindings", | 176 "//gpu/skia_bindings", |
| 177 "//ipc", | 177 "//ipc", |
| 178 "//ipc/mojo", | 178 "//ipc/mojo", |
| 179 "//media", | 179 "//media", |
| 180 "//media:shared_memory_support", | 180 "//media:shared_memory_support", |
| 181 "//media/gpu/ipc/common", | 181 "//media/gpu/ipc/common", |
| 182 "//media/midi", | 182 "//media/midi", |
| 183 "//mojo/common:common_base", | 183 "//mojo/common:common_base", |
| 184 "//mojo/converters/network", | |
| 185 "//mojo/edk/system", | 184 "//mojo/edk/system", |
| 186 "//mojo/shell", | 185 "//mojo/shell", |
| 187 "//mojo/shell/public/cpp", | 186 "//mojo/shell/public/cpp", |
| 188 "//mojo/shell/public/interfaces", | 187 "//mojo/shell/public/interfaces", |
| 189 "//mojo/shell/runner/common", | 188 "//mojo/shell/runner/common", |
| 190 "//net", | 189 "//net", |
| 191 "//sandbox", | 190 "//sandbox", |
| 192 "//skia", | 191 "//skia", |
| 193 "//storage/common", | 192 "//storage/common", |
| 194 "//third_party/WebKit/public:blink", | 193 "//third_party/WebKit/public:blink", |
| (...skipping 358 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 553 "//components/leveldb/public/interfaces", | 552 "//components/leveldb/public/interfaces", |
| 554 "//components/mus/public/interfaces", | 553 "//components/mus/public/interfaces", |
| 555 "//content/public/common:mojo_bindings", | 554 "//content/public/common:mojo_bindings", |
| 556 "//mojo/shell/public/interfaces", | 555 "//mojo/shell/public/interfaces", |
| 557 "//skia/public/interfaces", | 556 "//skia/public/interfaces", |
| 558 "//third_party/WebKit/public:mojo_bindings", | 557 "//third_party/WebKit/public:mojo_bindings", |
| 559 "//ui/mojo/geometry:interfaces", | 558 "//ui/mojo/geometry:interfaces", |
| 560 "//url/mojo:url_mojom_origin", | 559 "//url/mojo:url_mojom_origin", |
| 561 ] | 560 ] |
| 562 } | 561 } |
| OLD | NEW |