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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
52 "//gpu/command_buffer/client:gles2_c_lib", | 52 "//gpu/command_buffer/client:gles2_c_lib", |
53 "//gpu/command_buffer/client:gles2_cmd_helper", | 53 "//gpu/command_buffer/client:gles2_cmd_helper", |
54 "//gpu/command_buffer/client:gles2_implementation", | 54 "//gpu/command_buffer/client:gles2_implementation", |
55 "//gpu/command_buffer/client:gles2_interface", | 55 "//gpu/command_buffer/client:gles2_interface", |
56 "//gpu/command_buffer/common:gles2_utils", | 56 "//gpu/command_buffer/common:gles2_utils", |
57 "//gpu/command_buffer/service", | 57 "//gpu/command_buffer/service", |
58 "//gpu/ipc/client", | 58 "//gpu/ipc/client", |
59 "//gpu/ipc/common", | 59 "//gpu/ipc/common", |
60 "//gpu/skia_bindings", | 60 "//gpu/skia_bindings", |
61 "//ipc", | 61 "//ipc", |
62 "//ipc:mojom", | |
63 "//media", | 62 "//media", |
64 "//media:shared_memory_support", | 63 "//media:shared_memory_support", |
65 "//media/base/ipc", | 64 "//media/base/ipc", |
66 "//media/capture", | 65 "//media/capture", |
67 "//media/gpu/ipc/client", | 66 "//media/gpu/ipc/client", |
68 "//media/gpu/ipc/common", | 67 "//media/gpu/ipc/common", |
69 "//media/midi", | 68 "//media/midi", |
70 "//mojo/common:common_base", | 69 "//mojo/common:common_base", |
71 "//mojo/edk/system", | 70 "//mojo/edk/system", |
72 "//net", | 71 "//net", |
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
262 "//url/mojo:url_mojom_gurl", | 261 "//url/mojo:url_mojom_gurl", |
263 "//url/mojo:url_mojom_origin", | 262 "//url/mojo:url_mojom_origin", |
264 ] | 263 ] |
265 | 264 |
266 use_new_wrapper_types = false | 265 use_new_wrapper_types = false |
267 | 266 |
268 export_class_attribute = "CONTENT_EXPORT" | 267 export_class_attribute = "CONTENT_EXPORT" |
269 export_define = "CONTENT_IMPLEMENTATION=1" | 268 export_define = "CONTENT_IMPLEMENTATION=1" |
270 export_header = "content/common/content_export.h" | 269 export_header = "content/common/content_export.h" |
271 } | 270 } |
OLD | NEW |