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 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") | 10 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") |
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
83 "//third_party/libjingle", | 83 "//third_party/libjingle", |
84 "//third_party/webrtc/base:rtc_base", | 84 "//third_party/webrtc/base:rtc_base", |
85 "//ui/accessibility", | 85 "//ui/accessibility", |
86 "//ui/base", | 86 "//ui/base", |
87 "//ui/base/ime", | 87 "//ui/base/ime", |
88 "//ui/display", | 88 "//ui/display", |
89 "//ui/events/ipc", | 89 "//ui/events/ipc", |
90 "//ui/gfx", | 90 "//ui/gfx", |
91 "//ui/gfx/geometry", | 91 "//ui/gfx/geometry", |
92 "//ui/gfx/ipc", | 92 "//ui/gfx/ipc", |
| 93 "//ui/gfx/ipc/color", |
93 "//ui/gfx/ipc/geometry", | 94 "//ui/gfx/ipc/geometry", |
94 "//ui/gfx/ipc/skia", | 95 "//ui/gfx/ipc/skia", |
95 "//ui/gl", | 96 "//ui/gl", |
96 "//ui/shell_dialogs", | 97 "//ui/shell_dialogs", |
97 "//url", | 98 "//url", |
98 "//url/ipc:url_ipc", | 99 "//url/ipc:url_ipc", |
99 ] | 100 ] |
100 | 101 |
101 defines = [] | 102 defines = [] |
102 include_dirs = [] | 103 include_dirs = [] |
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
256 "//device/sensors/public/interfaces", | 257 "//device/sensors/public/interfaces", |
257 "//services/shell/public/interfaces", | 258 "//services/shell/public/interfaces", |
258 "//services/ui/public/interfaces", | 259 "//services/ui/public/interfaces", |
259 "//skia/public/interfaces", | 260 "//skia/public/interfaces", |
260 "//third_party/WebKit/public:mojo_bindings", | 261 "//third_party/WebKit/public:mojo_bindings", |
261 "//ui/gfx/geometry/mojo", | 262 "//ui/gfx/geometry/mojo", |
262 "//url/mojo:url_mojom_gurl", | 263 "//url/mojo:url_mojom_gurl", |
263 "//url/mojo:url_mojom_origin", | 264 "//url/mojo:url_mojom_origin", |
264 ] | 265 ] |
265 } | 266 } |
OLD | NEW |