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 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
188 "//skia", | 188 "//skia", |
189 "//storage/common", | 189 "//storage/common", |
190 "//third_party/WebKit/public:blink", | 190 "//third_party/WebKit/public:blink", |
191 "//third_party/boringssl", | 191 "//third_party/boringssl", |
192 "//third_party/icu", | 192 "//third_party/icu", |
193 "//third_party/libjingle", | 193 "//third_party/libjingle", |
194 "//third_party/webrtc/base:rtc_base", | 194 "//third_party/webrtc/base:rtc_base", |
195 "//ui/accessibility", | 195 "//ui/accessibility", |
196 "//ui/base", | 196 "//ui/base", |
197 "//ui/base/ime", | 197 "//ui/base/ime", |
198 "//ui/events/ipc:events_ipc", | 198 "//ui/events/ipc", |
199 "//ui/gfx", | 199 "//ui/gfx", |
200 "//ui/gfx/geometry", | 200 "//ui/gfx/geometry", |
201 "//ui/gfx/ipc", | 201 "//ui/gfx/ipc", |
202 "//ui/gl", | 202 "//ui/gl", |
203 "//ui/shell_dialogs", | 203 "//ui/shell_dialogs", |
204 "//url", | 204 "//url", |
205 "//url/ipc:url_ipc", | 205 "//url/ipc:url_ipc", |
206 ] | 206 ] |
207 | 207 |
208 defines = [] | 208 defines = [] |
(...skipping 337 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
546 "//components/leveldb/public/interfaces", | 546 "//components/leveldb/public/interfaces", |
547 "//components/mus/public/interfaces", | 547 "//components/mus/public/interfaces", |
548 "//content/public/common:mojo_bindings", | 548 "//content/public/common:mojo_bindings", |
549 "//mojo/shell/public/interfaces", | 549 "//mojo/shell/public/interfaces", |
550 "//skia/public/interfaces", | 550 "//skia/public/interfaces", |
551 "//third_party/WebKit/public:mojo_bindings", | 551 "//third_party/WebKit/public:mojo_bindings", |
552 "//ui/mojo/geometry:interfaces", | 552 "//ui/mojo/geometry:interfaces", |
553 "//url/mojo:url_mojom_origin", | 553 "//url/mojo:url_mojom_origin", |
554 ] | 554 ] |
555 } | 555 } |
OLD | NEW |