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("features.gni") | 5 import("features.gni") |
6 import("//build/buildflag_header.gni") | 6 import("//build/buildflag_header.gni") |
7 import("//build/config/features.gni") | 7 import("//build/config/features.gni") |
8 import("//build/config/ui.gni") | 8 import("//build/config/ui.gni") |
9 import("//media/media_options.gni") | 9 import("//media/media_options.gni") |
10 import("//mojo/public/tools/bindings/mojom.gni") | 10 import("//mojo/public/tools/bindings/mojom.gni") |
(...skipping 349 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
360 "//base", | 360 "//base", |
361 "//base/third_party/dynamic_annotations", | 361 "//base/third_party/dynamic_annotations", |
362 "//build/util:webkit_version", | 362 "//build/util:webkit_version", |
363 "//cc/ipc", | 363 "//cc/ipc", |
364 "//cc/surfaces", | 364 "//cc/surfaces", |
365 "//components/discardable_memory/common", | 365 "//components/discardable_memory/common", |
366 "//components/tracing", | 366 "//components/tracing", |
367 "//components/tracing:startup_tracing", | 367 "//components/tracing:startup_tracing", |
368 "//content:resources", | 368 "//content:resources", |
369 "//content/app/resources", | 369 "//content/app/resources", |
| 370 "//content/public/common:service_names", |
370 "//device/base/synchronization", | 371 "//device/base/synchronization", |
371 "//device/bluetooth", | 372 "//device/bluetooth", |
372 "//gpu", | 373 "//gpu", |
373 "//gpu/command_buffer/client:gles2_c_lib", | 374 "//gpu/command_buffer/client:gles2_c_lib", |
374 "//gpu/command_buffer/client:gles2_cmd_helper", | 375 "//gpu/command_buffer/client:gles2_cmd_helper", |
375 "//gpu/command_buffer/client:gles2_implementation", | 376 "//gpu/command_buffer/client:gles2_implementation", |
376 "//gpu/command_buffer/client:gles2_interface", | 377 "//gpu/command_buffer/client:gles2_interface", |
377 "//gpu/command_buffer/common:gles2_utils", | 378 "//gpu/command_buffer/common:gles2_utils", |
378 "//gpu/command_buffer/service", | 379 "//gpu/command_buffer/service", |
379 "//gpu/ipc/client", | 380 "//gpu/ipc/client", |
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
636 ] | 637 ] |
637 | 638 |
638 overridden_deps = [ "//ipc:mojom" ] | 639 overridden_deps = [ "//ipc:mojom" ] |
639 component_deps = [ "//ipc" ] | 640 component_deps = [ "//ipc" ] |
640 | 641 |
641 export_class_attribute = "CONTENT_EXPORT" | 642 export_class_attribute = "CONTENT_EXPORT" |
642 export_define = "CONTENT_IMPLEMENTATION=1" | 643 export_define = "CONTENT_IMPLEMENTATION=1" |
643 export_header = "content/common/content_export.h" | 644 export_header = "content/common/content_export.h" |
644 use_once_callback = true | 645 use_once_callback = true |
645 } | 646 } |
OLD | NEW |