| 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("//tools/grit/grit_rule.gni") | 7 import("//tools/grit/grit_rule.gni") |
| 8 import("//tools/grit/repack.gni") | 8 import("//tools/grit/repack.gni") |
| 9 if (is_android) { | 9 if (is_android) { |
| 10 import("//build/config/android/config.gni") | 10 import("//build/config/android/config.gni") |
| (...skipping 20 matching lines...) Expand all Loading... |
| 31 "app/shell_breakpad_client.h", | 31 "app/shell_breakpad_client.h", |
| 32 "app/shell_main_delegate.cc", | 32 "app/shell_main_delegate.cc", |
| 33 "app/shell_main_delegate.h", | 33 "app/shell_main_delegate.h", |
| 34 "app/shell_main_delegate_mac.h", | 34 "app/shell_main_delegate_mac.h", |
| 35 "app/shell_main_delegate_mac.mm", | 35 "app/shell_main_delegate_mac.mm", |
| 36 "app/webkit_test_platform_support_android.cc", | 36 "app/webkit_test_platform_support_android.cc", |
| 37 "app/webkit_test_platform_support.h", | 37 "app/webkit_test_platform_support.h", |
| 38 "app/webkit_test_platform_support_linux.cc", | 38 "app/webkit_test_platform_support_linux.cc", |
| 39 "app/webkit_test_platform_support_mac.mm", | 39 "app/webkit_test_platform_support_mac.mm", |
| 40 "app/webkit_test_platform_support_win.cc", | 40 "app/webkit_test_platform_support_win.cc", |
| 41 "browser/ipc_echo_message_filter.cc", |
| 42 "browser/ipc_echo_message_filter.h", |
| 41 "browser/notify_done_forwarder.cc", | 43 "browser/notify_done_forwarder.cc", |
| 42 "browser/notify_done_forwarder.h", | 44 "browser/notify_done_forwarder.h", |
| 43 "browser/shell_android.cc", | 45 "browser/shell_android.cc", |
| 44 "browser/shell_application_mac.h", | 46 "browser/shell_application_mac.h", |
| 45 "browser/shell_application_mac.mm", | 47 "browser/shell_application_mac.mm", |
| 46 "browser/shell_browser_context.cc", | 48 "browser/shell_browser_context.cc", |
| 47 "browser/shell_browser_context.h", | 49 "browser/shell_browser_context.h", |
| 48 "browser/shell_browser_main.cc", | 50 "browser/shell_browser_main.cc", |
| 49 "browser/shell_browser_main.h", | 51 "browser/shell_browser_main.h", |
| 50 "browser/shell_browser_main_parts.cc", | 52 "browser/shell_browser_main_parts.cc", |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 108 "common/shell_test_configuration.cc", | 110 "common/shell_test_configuration.cc", |
| 109 "common/shell_test_configuration.h", | 111 "common/shell_test_configuration.h", |
| 110 "common/test_runner/test_preferences.cc", | 112 "common/test_runner/test_preferences.cc", |
| 111 "common/test_runner/test_preferences.h", | 113 "common/test_runner/test_preferences.h", |
| 112 "common/webkit_test_helpers.cc", | 114 "common/webkit_test_helpers.cc", |
| 113 "common/webkit_test_helpers.h", | 115 "common/webkit_test_helpers.h", |
| 114 "geolocation/shell_access_token_store.cc", | 116 "geolocation/shell_access_token_store.cc", |
| 115 "geolocation/shell_access_token_store.h", | 117 "geolocation/shell_access_token_store.h", |
| 116 "renderer/gc_controller.cc", | 118 "renderer/gc_controller.cc", |
| 117 "renderer/gc_controller.h", | 119 "renderer/gc_controller.h", |
| 120 "renderer/ipc_echo.cc", |
| 121 "renderer/ipc_echo.h", |
| 118 "renderer/leak_detector.cc", | 122 "renderer/leak_detector.cc", |
| 119 "renderer/leak_detector.h", | 123 "renderer/leak_detector.h", |
| 120 "renderer/shell_content_renderer_client.cc", | 124 "renderer/shell_content_renderer_client.cc", |
| 121 "renderer/shell_content_renderer_client.h", | 125 "renderer/shell_content_renderer_client.h", |
| 122 "renderer/shell_render_frame_observer.cc", | 126 "renderer/shell_render_frame_observer.cc", |
| 123 "renderer/shell_render_frame_observer.h", | 127 "renderer/shell_render_frame_observer.h", |
| 124 "renderer/shell_render_process_observer.cc", | 128 "renderer/shell_render_process_observer.cc", |
| 125 "renderer/shell_render_process_observer.h", | 129 "renderer/shell_render_process_observer.h", |
| 126 "renderer/shell_render_view_observer.cc", | 130 "renderer/shell_render_view_observer.cc", |
| 127 "renderer/shell_render_view_observer.h", | 131 "renderer/shell_render_view_observer.h", |
| (...skipping 326 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 454 } | 458 } |
| 455 | 459 |
| 456 if (!is_android || !is_android_webview_build) { | 460 if (!is_android || !is_android_webview_build) { |
| 457 # Some tests rely on this tool. It might be nicer if these tests relied on | 461 # Some tests rely on this tool. It might be nicer if these tests relied on |
| 458 # image diff rather than having content shell depend on it. | 462 # image diff rather than having content shell depend on it. |
| 459 datadeps = [ | 463 datadeps = [ |
| 460 "//tools/imagediff($host_toolchain)", | 464 "//tools/imagediff($host_toolchain)", |
| 461 ] | 465 ] |
| 462 } | 466 } |
| 463 } | 467 } |
| OLD | NEW |