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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
55 "//gpu/command_buffer/client:gles2_c_lib", | 55 "//gpu/command_buffer/client:gles2_c_lib", |
56 "//gpu/command_buffer/client:gles2_cmd_helper", | 56 "//gpu/command_buffer/client:gles2_cmd_helper", |
57 "//gpu/command_buffer/client:gles2_implementation", | 57 "//gpu/command_buffer/client:gles2_implementation", |
58 "//gpu/command_buffer/client:gles2_interface", | 58 "//gpu/command_buffer/client:gles2_interface", |
59 "//gpu/command_buffer/common:gles2_utils", | 59 "//gpu/command_buffer/common:gles2_utils", |
60 "//gpu/command_buffer/service", | 60 "//gpu/command_buffer/service", |
61 "//gpu/ipc/client", | 61 "//gpu/ipc/client", |
62 "//gpu/ipc/common", | 62 "//gpu/ipc/common", |
63 "//gpu/skia_bindings", | 63 "//gpu/skia_bindings", |
64 "//ipc", | 64 "//ipc", |
| 65 "//ipc:mojom", |
65 "//media", | 66 "//media", |
66 "//media:shared_memory_support", | 67 "//media:shared_memory_support", |
67 "//media/base/ipc", | 68 "//media/base/ipc", |
68 "//media/capture", | 69 "//media/capture", |
69 "//media/gpu/ipc/client", | 70 "//media/gpu/ipc/client", |
70 "//media/gpu/ipc/common", | 71 "//media/gpu/ipc/common", |
71 "//media/midi", | 72 "//media/midi", |
72 "//mojo/common:common_base", | 73 "//mojo/common:common_base", |
73 "//mojo/edk/system", | 74 "//mojo/edk/system", |
74 "//net", | 75 "//net", |
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
267 "//third_party/WebKit/public:mojo_bindings", | 268 "//third_party/WebKit/public:mojo_bindings", |
268 "//ui/gfx/geometry/mojo", | 269 "//ui/gfx/geometry/mojo", |
269 "//url/mojo:url_mojom_gurl", | 270 "//url/mojo:url_mojom_gurl", |
270 "//url/mojo:url_mojom_origin", | 271 "//url/mojo:url_mojom_origin", |
271 ] | 272 ] |
272 | 273 |
273 export_class_attribute = "CONTENT_EXPORT" | 274 export_class_attribute = "CONTENT_EXPORT" |
274 export_define = "CONTENT_IMPLEMENTATION=1" | 275 export_define = "CONTENT_IMPLEMENTATION=1" |
275 export_header = "content/common/content_export.h" | 276 export_header = "content/common/content_export.h" |
276 } | 277 } |
OLD | NEW |