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