| 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("//media/media_options.gni") | 7 import("//media/media_options.gni") |
| 8 import("//mojo/public/tools/bindings/mojom.gni") | 8 import("//mojo/public/tools/bindings/mojom.gni") |
| 9 import("//ppapi/features/features.gni") | 9 import("//ppapi/features/features.gni") |
| 10 import("//sandbox/features.gni") | 10 import("//sandbox/features.gni") |
| (...skipping 336 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 347 "//ipc", | 347 "//ipc", |
| 348 "//third_party/WebKit/public:blink_headers", | 348 "//third_party/WebKit/public:blink_headers", |
| 349 ] | 349 ] |
| 350 deps = [ | 350 deps = [ |
| 351 "//base", | 351 "//base", |
| 352 "//base/third_party/dynamic_annotations", | 352 "//base/third_party/dynamic_annotations", |
| 353 "//build/util:webkit_version", | 353 "//build/util:webkit_version", |
| 354 "//cc/ipc", | 354 "//cc/ipc", |
| 355 "//cc/surfaces", | 355 "//cc/surfaces", |
| 356 "//components/discardable_memory/common", | 356 "//components/discardable_memory/common", |
| 357 "//components/payments:payment_app", |
| 357 "//components/tracing", | 358 "//components/tracing", |
| 358 "//components/tracing:startup_tracing", | 359 "//components/tracing:startup_tracing", |
| 359 "//content:resources", | 360 "//content:resources", |
| 360 "//content/app/resources", | 361 "//content/app/resources", |
| 361 "//device/base/synchronization", | 362 "//device/base/synchronization", |
| 362 "//device/bluetooth", | 363 "//device/bluetooth", |
| 363 "//gpu", | 364 "//gpu", |
| 364 "//gpu/command_buffer/client:gles2_c_lib", | 365 "//gpu/command_buffer/client:gles2_c_lib", |
| 365 "//gpu/command_buffer/client:gles2_cmd_helper", | 366 "//gpu/command_buffer/client:gles2_cmd_helper", |
| 366 "//gpu/command_buffer/client:gles2_implementation", | 367 "//gpu/command_buffer/client:gles2_implementation", |
| (...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 602 "//ui/gfx/geometry/mojo", | 603 "//ui/gfx/geometry/mojo", |
| 603 "//ui/gfx/mojo", | 604 "//ui/gfx/mojo", |
| 604 "//url/mojo:url_mojom_gurl", | 605 "//url/mojo:url_mojom_gurl", |
| 605 "//url/mojo:url_mojom_origin", | 606 "//url/mojo:url_mojom_origin", |
| 606 ] | 607 ] |
| 607 | 608 |
| 608 export_class_attribute = "CONTENT_EXPORT" | 609 export_class_attribute = "CONTENT_EXPORT" |
| 609 export_define = "CONTENT_IMPLEMENTATION=1" | 610 export_define = "CONTENT_IMPLEMENTATION=1" |
| 610 export_header = "content/common/content_export.h" | 611 export_header = "content/common/content_export.h" |
| 611 } | 612 } |
| OLD | NEW |