| 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", | |
| 371 "//device/base/synchronization", | 370 "//device/base/synchronization", |
| 372 "//device/bluetooth", | 371 "//device/bluetooth", |
| 373 "//gpu", | 372 "//gpu", |
| 374 "//gpu/command_buffer/client:gles2_c_lib", | 373 "//gpu/command_buffer/client:gles2_c_lib", |
| 375 "//gpu/command_buffer/client:gles2_cmd_helper", | 374 "//gpu/command_buffer/client:gles2_cmd_helper", |
| 376 "//gpu/command_buffer/client:gles2_implementation", | 375 "//gpu/command_buffer/client:gles2_implementation", |
| 377 "//gpu/command_buffer/client:gles2_interface", | 376 "//gpu/command_buffer/client:gles2_interface", |
| 378 "//gpu/command_buffer/common:gles2_utils", | 377 "//gpu/command_buffer/common:gles2_utils", |
| 379 "//gpu/command_buffer/service", | 378 "//gpu/command_buffer/service", |
| 380 "//gpu/ipc/client", | 379 "//gpu/ipc/client", |
| (...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 636 "//url/mojo:url_mojom_origin", | 635 "//url/mojo:url_mojom_origin", |
| 637 ] | 636 ] |
| 638 | 637 |
| 639 overridden_deps = [ "//ipc:mojom" ] | 638 overridden_deps = [ "//ipc:mojom" ] |
| 640 component_deps = [ "//ipc" ] | 639 component_deps = [ "//ipc" ] |
| 641 | 640 |
| 642 export_class_attribute = "CONTENT_EXPORT" | 641 export_class_attribute = "CONTENT_EXPORT" |
| 643 export_define = "CONTENT_IMPLEMENTATION=1" | 642 export_define = "CONTENT_IMPLEMENTATION=1" |
| 644 export_header = "content/common/content_export.h" | 643 export_header = "content/common/content_export.h" |
| 645 } | 644 } |
| OLD | NEW |