| 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 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 196 "//skia", | 196 "//skia", |
| 197 "//storage/common", | 197 "//storage/common", |
| 198 "//third_party/WebKit/public:blink", | 198 "//third_party/WebKit/public:blink", |
| 199 "//third_party/boringssl", | 199 "//third_party/boringssl", |
| 200 "//third_party/icu", | 200 "//third_party/icu", |
| 201 "//third_party/libjingle", | 201 "//third_party/libjingle", |
| 202 "//third_party/webrtc/base:rtc_base", | 202 "//third_party/webrtc/base:rtc_base", |
| 203 "//ui/accessibility", | 203 "//ui/accessibility", |
| 204 "//ui/base", | 204 "//ui/base", |
| 205 "//ui/base/ime", | 205 "//ui/base/ime", |
| 206 "//ui/events/ipc", |
| 206 "//ui/gfx", | 207 "//ui/gfx", |
| 207 "//ui/gfx/geometry", | 208 "//ui/gfx/geometry", |
| 208 "//ui/gfx/ipc", | 209 "//ui/gfx/ipc", |
| 209 "//ui/gfx/ipc/skia", | 210 "//ui/gfx/ipc/skia", |
| 210 "//ui/gl", | 211 "//ui/gl", |
| 211 "//ui/latency_info/ipc", | |
| 212 "//ui/shell_dialogs", | 212 "//ui/shell_dialogs", |
| 213 "//url", | 213 "//url", |
| 214 "//url/ipc:url_ipc", | 214 "//url/ipc:url_ipc", |
| 215 ] | 215 ] |
| 216 | 216 |
| 217 defines = [] | 217 defines = [] |
| 218 include_dirs = [] | 218 include_dirs = [] |
| 219 libs = [] | 219 libs = [] |
| 220 ldflags = [] | 220 ldflags = [] |
| 221 | 221 |
| (...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 537 "//components/leveldb/public/interfaces", | 537 "//components/leveldb/public/interfaces", |
| 538 "//components/mus/public/interfaces", | 538 "//components/mus/public/interfaces", |
| 539 "//content/public/common:mojo_bindings", | 539 "//content/public/common:mojo_bindings", |
| 540 "//services/shell/public/interfaces", | 540 "//services/shell/public/interfaces", |
| 541 "//skia/public/interfaces", | 541 "//skia/public/interfaces", |
| 542 "//third_party/WebKit/public:mojo_bindings", | 542 "//third_party/WebKit/public:mojo_bindings", |
| 543 "//ui/mojo/geometry:interfaces", | 543 "//ui/mojo/geometry:interfaces", |
| 544 "//url/mojo:url_mojom_origin", | 544 "//url/mojo:url_mojom_origin", |
| 545 ] | 545 ] |
| 546 } | 546 } |
| OLD | NEW |