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/repack.gni") | 7 import("//tools/grit/repack.gni") |
8 import("//tools/grit/grit_rule.gni") | 8 import("//tools/grit/grit_rule.gni") |
9 if (is_android) { | 9 if (is_android) { |
10 import("//build/config/android/config.gni") | 10 import("//build/config/android/config.gni") |
(...skipping 29 matching lines...) Expand all Loading... |
40 "app/webkit_test_platform_support_mac.mm", | 40 "app/webkit_test_platform_support_mac.mm", |
41 "app/webkit_test_platform_support_win.cc", | 41 "app/webkit_test_platform_support_win.cc", |
42 "browser/ipc_echo_message_filter.cc", | 42 "browser/ipc_echo_message_filter.cc", |
43 "browser/ipc_echo_message_filter.h", | 43 "browser/ipc_echo_message_filter.h", |
44 "browser/layout_test/layout_test_browser_context.cc", | 44 "browser/layout_test/layout_test_browser_context.cc", |
45 "browser/layout_test/layout_test_browser_context.h", | 45 "browser/layout_test/layout_test_browser_context.h", |
46 "browser/layout_test/layout_test_browser_main.cc", | 46 "browser/layout_test/layout_test_browser_main.cc", |
47 "browser/layout_test/layout_test_browser_main.h", | 47 "browser/layout_test/layout_test_browser_main.h", |
48 "browser/layout_test/layout_test_browser_main_parts.cc", | 48 "browser/layout_test/layout_test_browser_main_parts.cc", |
49 "browser/layout_test/layout_test_browser_main_parts.h", | 49 "browser/layout_test/layout_test_browser_main_parts.h", |
| 50 "browser/layout_test/layout_test_content_browser_client.cc", |
| 51 "browser/layout_test/layout_test_content_browser_client.h", |
50 "browser/layout_test/layout_test_devtools_frontend.cc", | 52 "browser/layout_test/layout_test_devtools_frontend.cc", |
51 "browser/layout_test/layout_test_devtools_frontend.h", | 53 "browser/layout_test/layout_test_devtools_frontend.h", |
52 "browser/layout_test/layout_test_download_manager_delegate.cc", | 54 "browser/layout_test/layout_test_download_manager_delegate.cc", |
53 "browser/layout_test/layout_test_download_manager_delegate.h", | 55 "browser/layout_test/layout_test_download_manager_delegate.h", |
54 "browser/layout_test/layout_test_javascript_dialog_manager.cc", | 56 "browser/layout_test/layout_test_javascript_dialog_manager.cc", |
55 "browser/layout_test/layout_test_javascript_dialog_manager.h", | 57 "browser/layout_test/layout_test_javascript_dialog_manager.h", |
| 58 "browser/layout_test/layout_test_notification_manager.cc", |
| 59 "browser/layout_test/layout_test_notification_manager.h", |
56 "browser/layout_test/layout_test_resource_dispatcher_host_delegate.cc", | 60 "browser/layout_test/layout_test_resource_dispatcher_host_delegate.cc", |
57 "browser/layout_test/layout_test_resource_dispatcher_host_delegate.h", | 61 "browser/layout_test/layout_test_resource_dispatcher_host_delegate.h", |
58 "browser/layout_test/layout_test_url_request_context_getter.cc", | 62 "browser/layout_test/layout_test_url_request_context_getter.cc", |
59 "browser/layout_test/layout_test_url_request_context_getter.h", | 63 "browser/layout_test/layout_test_url_request_context_getter.h", |
60 "browser/notify_done_forwarder.cc", | 64 "browser/notify_done_forwarder.cc", |
61 "browser/notify_done_forwarder.h", | 65 "browser/notify_done_forwarder.h", |
62 "browser/shell_android.cc", | 66 "browser/shell_android.cc", |
63 "browser/shell_application_mac.h", | 67 "browser/shell_application_mac.h", |
64 "browser/shell_application_mac.mm", | 68 "browser/shell_application_mac.mm", |
65 "browser/shell_browser_context.cc", | 69 "browser/shell_browser_context.cc", |
(...skipping 25 matching lines...) Expand all Loading... |
91 "browser/shell_login_dialog.cc", | 95 "browser/shell_login_dialog.cc", |
92 "browser/shell_login_dialog.h", | 96 "browser/shell_login_dialog.h", |
93 "browser/shell_login_dialog_mac.mm", | 97 "browser/shell_login_dialog_mac.mm", |
94 "browser/shell_mac.mm", | 98 "browser/shell_mac.mm", |
95 "browser/shell_message_filter.cc", | 99 "browser/shell_message_filter.cc", |
96 "browser/shell_message_filter.h", | 100 "browser/shell_message_filter.h", |
97 "browser/shell_net_log.cc", | 101 "browser/shell_net_log.cc", |
98 "browser/shell_net_log.h", | 102 "browser/shell_net_log.h", |
99 "browser/shell_network_delegate.cc", | 103 "browser/shell_network_delegate.cc", |
100 "browser/shell_network_delegate.h", | 104 "browser/shell_network_delegate.h", |
101 "browser/shell_notification_manager.cc", | |
102 "browser/shell_notification_manager.h", | |
103 "browser/shell_platform_data_aura.cc", | 105 "browser/shell_platform_data_aura.cc", |
104 "browser/shell_platform_data_aura.h", | 106 "browser/shell_platform_data_aura.h", |
105 "browser/shell_plugin_service_filter.cc", | 107 "browser/shell_plugin_service_filter.cc", |
106 "browser/shell_plugin_service_filter.h", | 108 "browser/shell_plugin_service_filter.h", |
107 "browser/shell_quota_permission_context.cc", | 109 "browser/shell_quota_permission_context.cc", |
108 "browser/shell_quota_permission_context.h", | 110 "browser/shell_quota_permission_context.h", |
109 "browser/shell_resource_dispatcher_host_delegate.cc", | 111 "browser/shell_resource_dispatcher_host_delegate.cc", |
110 "browser/shell_resource_dispatcher_host_delegate.h", | 112 "browser/shell_resource_dispatcher_host_delegate.h", |
111 "browser/shell_speech_recognition_manager_delegate.cc", | 113 "browser/shell_speech_recognition_manager_delegate.cc", |
112 "browser/shell_speech_recognition_manager_delegate.h", | 114 "browser/shell_speech_recognition_manager_delegate.h", |
(...skipping 377 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
490 if (is_android && !is_android_webview_build) { | 492 if (is_android && !is_android_webview_build) { |
491 # Some tests rely on this tool. It might be nicer if these tests relied on | 493 # Some tests rely on this tool. It might be nicer if these tests relied on |
492 # image diff rather than having content shell depend on it. | 494 # image diff rather than having content shell depend on it. |
493 datadeps = [ | 495 datadeps = [ |
494 "//tools/imagediff($host_toolchain)", | 496 "//tools/imagediff($host_toolchain)", |
495 ] | 497 ] |
496 } | 498 } |
497 } | 499 } |
498 | 500 |
499 } | 501 } |
OLD | NEW |