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("//tools/ipc_fuzzer/ipc_fuzzer.gni") | 9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") |
10 if (is_mac) { | 10 if (is_mac) { |
(...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
345 "//ipc", | 345 "//ipc", |
346 "//third_party/WebKit/public:blink_headers", | 346 "//third_party/WebKit/public:blink_headers", |
347 ] | 347 ] |
348 deps = [ | 348 deps = [ |
349 # This looks needless as we have :mojo_bindings in public_deps, but it's | 349 # This looks needless as we have :mojo_bindings in public_deps, but it's |
350 # needed because of allow_circular_includes_from. | 350 # needed because of allow_circular_includes_from. |
351 ":mojo_bindings_cpp_sources", | 351 ":mojo_bindings_cpp_sources", |
352 "//base", | 352 "//base", |
353 "//base/third_party/dynamic_annotations", | 353 "//base/third_party/dynamic_annotations", |
354 "//build/util:webkit_version", | 354 "//build/util:webkit_version", |
| 355 "//cc/animation", |
355 "//cc/ipc", | 356 "//cc/ipc", |
356 "//cc/surfaces", | 357 "//cc/surfaces", |
357 "//components/discardable_memory/common", | 358 "//components/discardable_memory/common", |
358 "//components/tracing", | 359 "//components/tracing", |
359 "//components/tracing:startup_tracing", | 360 "//components/tracing:startup_tracing", |
360 "//content:resources", | 361 "//content:resources", |
361 "//content/app/resources", | 362 "//content/app/resources", |
362 "//device/base/synchronization", | 363 "//device/base/synchronization", |
363 "//device/bluetooth", | 364 "//device/bluetooth", |
364 "//gpu", | 365 "//gpu", |
(...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
604 "//ui/gfx/geometry/mojo", | 605 "//ui/gfx/geometry/mojo", |
605 "//ui/gfx/mojo", | 606 "//ui/gfx/mojo", |
606 "//url/mojo:url_mojom_gurl", | 607 "//url/mojo:url_mojom_gurl", |
607 "//url/mojo:url_mojom_origin", | 608 "//url/mojo:url_mojom_origin", |
608 ] | 609 ] |
609 | 610 |
610 export_class_attribute = "CONTENT_EXPORT" | 611 export_class_attribute = "CONTENT_EXPORT" |
611 export_define = "CONTENT_IMPLEMENTATION=1" | 612 export_define = "CONTENT_IMPLEMENTATION=1" |
612 export_header = "content/common/content_export.h" | 613 export_header = "content/common/content_export.h" |
613 } | 614 } |
OLD | NEW |