| 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/chrome_build.gni") | 5 import("//build/config/chrome_build.gni") |
| 6 import("//build/config/compiler/compiler.gni") | 6 import("//build/config/compiler/compiler.gni") |
| 7 import("//build/config/crypto.gni") | 7 import("//build/config/crypto.gni") |
| 8 import("//build/config/features.gni") | 8 import("//build/config/features.gni") |
| 9 import("//build/config/ui.gni") | 9 import("//build/config/ui.gni") |
| 10 import("//mojo/public/tools/bindings/mojom.gni") | 10 import("//mojo/public/tools/bindings/mojom.gni") |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 85 "../public/test/test_download_request_handler.cc", | 85 "../public/test/test_download_request_handler.cc", |
| 86 "../public/test/test_download_request_handler.h", | 86 "../public/test/test_download_request_handler.h", |
| 87 "../public/test/test_file_error_injector.cc", | 87 "../public/test/test_file_error_injector.cc", |
| 88 "../public/test/test_file_error_injector.h", | 88 "../public/test/test_file_error_injector.h", |
| 89 "../public/test/test_file_system_backend.cc", | 89 "../public/test/test_file_system_backend.cc", |
| 90 "../public/test/test_file_system_backend.h", | 90 "../public/test/test_file_system_backend.h", |
| 91 "../public/test/test_file_system_context.cc", | 91 "../public/test/test_file_system_context.cc", |
| 92 "../public/test/test_file_system_context.h", | 92 "../public/test/test_file_system_context.h", |
| 93 "../public/test/test_file_system_options.cc", | 93 "../public/test/test_file_system_options.cc", |
| 94 "../public/test/test_file_system_options.h", | 94 "../public/test/test_file_system_options.h", |
| 95 "../public/test/test_frame_navigation_observer.cc", |
| 96 "../public/test/test_frame_navigation_observer.h", |
| 95 "../public/test/test_launcher.cc", | 97 "../public/test/test_launcher.cc", |
| 96 "../public/test/test_launcher.h", | 98 "../public/test/test_launcher.h", |
| 97 "../public/test/test_navigation_observer.cc", | 99 "../public/test/test_navigation_observer.cc", |
| 98 "../public/test/test_navigation_observer.h", | 100 "../public/test/test_navigation_observer.h", |
| 99 "../public/test/test_notification_tracker.cc", | 101 "../public/test/test_notification_tracker.cc", |
| 100 "../public/test/test_notification_tracker.h", | 102 "../public/test/test_notification_tracker.h", |
| 101 "../public/test/test_renderer_host.cc", | 103 "../public/test/test_renderer_host.cc", |
| 102 "../public/test/test_renderer_host.h", | 104 "../public/test/test_renderer_host.h", |
| 103 "../public/test/test_service.cc", | 105 "../public/test/test_service.cc", |
| 104 "../public/test/test_service.h", | 106 "../public/test/test_service.h", |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 163 "test_background_sync_context.cc", | 165 "test_background_sync_context.cc", |
| 164 "test_background_sync_context.h", | 166 "test_background_sync_context.h", |
| 165 "test_background_sync_manager.cc", | 167 "test_background_sync_manager.cc", |
| 166 "test_background_sync_manager.h", | 168 "test_background_sync_manager.h", |
| 167 "test_blink_web_unit_test_support.cc", | 169 "test_blink_web_unit_test_support.cc", |
| 168 "test_blink_web_unit_test_support.h", | 170 "test_blink_web_unit_test_support.h", |
| 169 "test_content_browser_client.cc", | 171 "test_content_browser_client.cc", |
| 170 "test_content_browser_client.h", | 172 "test_content_browser_client.h", |
| 171 "test_content_client.cc", | 173 "test_content_client.cc", |
| 172 "test_content_client.h", | 174 "test_content_client.h", |
| 173 "test_frame_navigation_observer.cc", | |
| 174 "test_frame_navigation_observer.h", | |
| 175 "test_navigation_url_loader.cc", | 175 "test_navigation_url_loader.cc", |
| 176 "test_navigation_url_loader.h", | 176 "test_navigation_url_loader.h", |
| 177 "test_navigation_url_loader_delegate.cc", | 177 "test_navigation_url_loader_delegate.cc", |
| 178 "test_navigation_url_loader_delegate.h", | 178 "test_navigation_url_loader_delegate.h", |
| 179 "test_navigation_url_loader_factory.cc", | 179 "test_navigation_url_loader_factory.cc", |
| 180 "test_navigation_url_loader_factory.h", | 180 "test_navigation_url_loader_factory.h", |
| 181 "test_render_frame.cc", | 181 "test_render_frame.cc", |
| 182 "test_render_frame.h", | 182 "test_render_frame.h", |
| 183 "test_render_frame_host.cc", | 183 "test_render_frame_host.cc", |
| 184 "test_render_frame_host.h", | 184 "test_render_frame_host.h", |
| (...skipping 631 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 816 if (is_mac) { | 816 if (is_mac) { |
| 817 sources += [ "../renderer/external_popup_menu_browsertest.cc" ] | 817 sources += [ "../renderer/external_popup_menu_browsertest.cc" ] |
| 818 deps += [ "//content/shell:content_shell" ] | 818 deps += [ "//content/shell:content_shell" ] |
| 819 data += [ "$root_out_dir/Content Shell.app/" ] | 819 data += [ "$root_out_dir/Content Shell.app/" ] |
| 820 } | 820 } |
| 821 | 821 |
| 822 if (is_chromeos) { | 822 if (is_chromeos) { |
| 823 deps += [ "//chromeos" ] | 823 deps += [ "//chromeos" ] |
| 824 } | 824 } |
| 825 | 825 |
| 826 if (use_aura) { | |
| 827 sources += [ "../browser/web_contents/drag_and_drop_browsertest.cc" ] | |
| 828 } | |
| 829 | |
| 830 if (use_aura && !is_win) { | 826 if (use_aura && !is_win) { |
| 831 deps += [ "//ui/events:test_support" ] | 827 deps += [ "//ui/events:test_support" ] |
| 832 } | 828 } |
| 833 | 829 |
| 834 if (!use_aura && !is_mac) { | 830 if (!use_aura && !is_mac) { |
| 835 sources -= | 831 sources -= |
| 836 [ "../browser/compositor/image_transport_factory_browsertest.cc" ] | 832 [ "../browser/compositor/image_transport_factory_browsertest.cc" ] |
| 837 } | 833 } |
| 838 | 834 |
| 839 if (enable_webrtc) { | 835 if (enable_webrtc) { |
| (...skipping 868 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1708 if (is_android) { | 1704 if (is_android) { |
| 1709 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1705 deps += [ "//testing/android/native_test:native_test_native_code" ] |
| 1710 } | 1706 } |
| 1711 } | 1707 } |
| 1712 | 1708 |
| 1713 group("fuzzers") { | 1709 group("fuzzers") { |
| 1714 deps = [ | 1710 deps = [ |
| 1715 "//content/test/fuzzer", | 1711 "//content/test/fuzzer", |
| 1716 ] | 1712 ] |
| 1717 } | 1713 } |
| OLD | NEW |