| 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 23 matching lines...) Expand all Loading... |
| 34 "android/hash_set.cc", | 34 "android/hash_set.cc", |
| 35 "android/hash_set.h", | 35 "android/hash_set.h", |
| 36 "android/media_metadata_android.cc", | 36 "android/media_metadata_android.cc", |
| 37 "android/media_metadata_android.h", | 37 "android/media_metadata_android.h", |
| 38 "android/resource_request_body_android.cc", | 38 "android/resource_request_body_android.cc", |
| 39 "android/resource_request_body_android.h", | 39 "android/resource_request_body_android.h", |
| 40 "android/sync_compositor_messages.cc", | 40 "android/sync_compositor_messages.cc", |
| 41 "android/sync_compositor_messages.h", | 41 "android/sync_compositor_messages.h", |
| 42 "android/sync_compositor_statics.cc", | 42 "android/sync_compositor_statics.cc", |
| 43 "android/sync_compositor_statics.h", | 43 "android/sync_compositor_statics.h", |
| 44 "app_web_message_port_messages.h", |
| 44 "appcache_interfaces.cc", | 45 "appcache_interfaces.cc", |
| 45 "appcache_interfaces.h", | 46 "appcache_interfaces.h", |
| 46 "appcache_messages.h", | 47 "appcache_messages.h", |
| 47 "associated_interface_provider_impl.cc", | 48 "associated_interface_provider_impl.cc", |
| 48 "associated_interface_provider_impl.h", | 49 "associated_interface_provider_impl.h", |
| 49 "associated_interface_registry_impl.cc", | 50 "associated_interface_registry_impl.cc", |
| 50 "associated_interface_registry_impl.h", | 51 "associated_interface_registry_impl.h", |
| 51 "ax_content_node_data.cc", | 52 "ax_content_node_data.cc", |
| 52 "ax_content_node_data.h", | 53 "ax_content_node_data.h", |
| 53 "bluetooth/web_bluetooth_device_id.cc", | 54 "bluetooth/web_bluetooth_device_id.cc", |
| (...skipping 527 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 581 "//third_party/WebKit/public:mojo_bindings", | 582 "//third_party/WebKit/public:mojo_bindings", |
| 582 "//ui/gfx/geometry/mojo", | 583 "//ui/gfx/geometry/mojo", |
| 583 "//url/mojo:url_mojom_gurl", | 584 "//url/mojo:url_mojom_gurl", |
| 584 "//url/mojo:url_mojom_origin", | 585 "//url/mojo:url_mojom_origin", |
| 585 ] | 586 ] |
| 586 | 587 |
| 587 export_class_attribute = "CONTENT_EXPORT" | 588 export_class_attribute = "CONTENT_EXPORT" |
| 588 export_define = "CONTENT_IMPLEMENTATION=1" | 589 export_define = "CONTENT_IMPLEMENTATION=1" |
| 589 export_header = "content/common/content_export.h" | 590 export_header = "content/common/content_export.h" |
| 590 } | 591 } |
| OLD | NEW |