Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(88)

Side by Side Diff: content/shell/BUILD.gn

Issue 639293005: Content Shell: Introduce LayoutTestContentBrowserClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comment Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « content/content_shell.gypi ('k') | content/shell/app/shell_main_delegate.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
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_android.cc", 44 "browser/layout_test/layout_test_android.cc",
45 "browser/layout_test/layout_test_android.h", 45 "browser/layout_test/layout_test_android.h",
46 "browser/layout_test/layout_test_browser_context.cc", 46 "browser/layout_test/layout_test_browser_context.cc",
47 "browser/layout_test/layout_test_browser_context.h", 47 "browser/layout_test/layout_test_browser_context.h",
48 "browser/layout_test/layout_test_browser_main.cc", 48 "browser/layout_test/layout_test_browser_main.cc",
49 "browser/layout_test/layout_test_browser_main.h", 49 "browser/layout_test/layout_test_browser_main.h",
50 "browser/layout_test/layout_test_browser_main_parts.cc", 50 "browser/layout_test/layout_test_browser_main_parts.cc",
51 "browser/layout_test/layout_test_browser_main_parts.h", 51 "browser/layout_test/layout_test_browser_main_parts.h",
52 "browser/layout_test/layout_test_content_browser_client.cc",
53 "browser/layout_test/layout_test_content_browser_client.h",
52 "browser/layout_test/layout_test_devtools_frontend.cc", 54 "browser/layout_test/layout_test_devtools_frontend.cc",
53 "browser/layout_test/layout_test_devtools_frontend.h", 55 "browser/layout_test/layout_test_devtools_frontend.h",
54 "browser/layout_test/layout_test_download_manager_delegate.cc", 56 "browser/layout_test/layout_test_download_manager_delegate.cc",
55 "browser/layout_test/layout_test_download_manager_delegate.h", 57 "browser/layout_test/layout_test_download_manager_delegate.h",
56 "browser/layout_test/layout_test_javascript_dialog_manager.cc", 58 "browser/layout_test/layout_test_javascript_dialog_manager.cc",
57 "browser/layout_test/layout_test_javascript_dialog_manager.h", 59 "browser/layout_test/layout_test_javascript_dialog_manager.h",
60 "browser/layout_test/layout_test_notification_manager.cc",
61 "browser/layout_test/layout_test_notification_manager.h",
58 "browser/layout_test/layout_test_resource_dispatcher_host_delegate.cc", 62 "browser/layout_test/layout_test_resource_dispatcher_host_delegate.cc",
59 "browser/layout_test/layout_test_resource_dispatcher_host_delegate.h", 63 "browser/layout_test/layout_test_resource_dispatcher_host_delegate.h",
60 "browser/layout_test/layout_test_url_request_context_getter.cc", 64 "browser/layout_test/layout_test_url_request_context_getter.cc",
61 "browser/layout_test/layout_test_url_request_context_getter.h", 65 "browser/layout_test/layout_test_url_request_context_getter.h",
62 "browser/notify_done_forwarder.cc", 66 "browser/notify_done_forwarder.cc",
63 "browser/notify_done_forwarder.h", 67 "browser/notify_done_forwarder.h",
64 "browser/shell_android.cc", 68 "browser/shell_android.cc",
65 "browser/shell_application_mac.h", 69 "browser/shell_application_mac.h",
66 "browser/shell_application_mac.mm", 70 "browser/shell_application_mac.mm",
67 "browser/shell_browser_context.cc", 71 "browser/shell_browser_context.cc",
(...skipping 23 matching lines...) Expand all
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
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 }
OLDNEW
« no previous file with comments | « content/content_shell.gypi ('k') | content/shell/app/shell_main_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698