| 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 29 matching lines...) Expand all Loading... |
| 40 "//base/third_party/dynamic_annotations", | 40 "//base/third_party/dynamic_annotations", |
| 41 "//build/util:webkit_version", | 41 "//build/util:webkit_version", |
| 42 "//cc", | 42 "//cc", |
| 43 "//cc/ipc", | 43 "//cc/ipc", |
| 44 "//cc/surfaces", | 44 "//cc/surfaces", |
| 45 "//components/tracing", | 45 "//components/tracing", |
| 46 "//components/tracing:startup_tracing", | 46 "//components/tracing:startup_tracing", |
| 47 "//content:resources", | 47 "//content:resources", |
| 48 "//content/app/resources", | 48 "//content/app/resources", |
| 49 "//device/bluetooth", | 49 "//device/bluetooth", |
| 50 "//device/capture", |
| 50 "//gpu", | 51 "//gpu", |
| 51 "//gpu/command_buffer/client:gles2_c_lib", | 52 "//gpu/command_buffer/client:gles2_c_lib", |
| 52 "//gpu/command_buffer/client:gles2_cmd_helper", | 53 "//gpu/command_buffer/client:gles2_cmd_helper", |
| 53 "//gpu/command_buffer/client:gles2_implementation", | 54 "//gpu/command_buffer/client:gles2_implementation", |
| 54 "//gpu/command_buffer/client:gles2_interface", | 55 "//gpu/command_buffer/client:gles2_interface", |
| 55 "//gpu/command_buffer/common:gles2_utils", | 56 "//gpu/command_buffer/common:gles2_utils", |
| 56 "//gpu/command_buffer/service", | 57 "//gpu/command_buffer/service", |
| 57 "//gpu/ipc/client", | 58 "//gpu/ipc/client", |
| 58 "//gpu/ipc/common", | 59 "//gpu/ipc/common", |
| 59 "//gpu/skia_bindings", | 60 "//gpu/skia_bindings", |
| 60 "//ipc", | 61 "//ipc", |
| 61 "//media", | 62 "//media", |
| 62 "//media:shared_memory_support", | 63 "//media:shared_memory_support", |
| 63 "//media/base/ipc", | 64 "//media/base/ipc", |
| 64 "//media/capture", | |
| 65 "//media/gpu/ipc/client", | 65 "//media/gpu/ipc/client", |
| 66 "//media/gpu/ipc/common", | 66 "//media/gpu/ipc/common", |
| 67 "//media/midi", | 67 "//media/midi", |
| 68 "//mojo/common:common_base", | 68 "//mojo/common:common_base", |
| 69 "//mojo/edk/system", | 69 "//mojo/edk/system", |
| 70 "//net", | 70 "//net", |
| 71 "//sandbox", | 71 "//sandbox", |
| 72 "//services/shell", | 72 "//services/shell", |
| 73 "//services/shell/public/cpp", | 73 "//services/shell/public/cpp", |
| 74 "//services/shell/public/interfaces", | 74 "//services/shell/public/interfaces", |
| (...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 255 "//device/sensors/public/interfaces", | 255 "//device/sensors/public/interfaces", |
| 256 "//services/shell/public/interfaces", | 256 "//services/shell/public/interfaces", |
| 257 "//services/ui/public/interfaces", | 257 "//services/ui/public/interfaces", |
| 258 "//skia/public/interfaces", | 258 "//skia/public/interfaces", |
| 259 "//third_party/WebKit/public:mojo_bindings", | 259 "//third_party/WebKit/public:mojo_bindings", |
| 260 "//ui/gfx/geometry/mojo", | 260 "//ui/gfx/geometry/mojo", |
| 261 "//url/mojo:url_mojom_gurl", | 261 "//url/mojo:url_mojom_gurl", |
| 262 "//url/mojo:url_mojom_origin", | 262 "//url/mojo:url_mojom_origin", |
| 263 ] | 263 ] |
| 264 } | 264 } |
| OLD | NEW |