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

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

Issue 1128633002: content: Rename WebKitTestController to BlinkTestController. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: clang-format Created 5 years, 7 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/browser/blink_test_controller.h » ('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 21 matching lines...) Expand all
32 "app/blink_test_platform_support_mac.mm", 32 "app/blink_test_platform_support_mac.mm",
33 "app/blink_test_platform_support_win.cc", 33 "app/blink_test_platform_support_win.cc",
34 "app/paths_mac.h", 34 "app/paths_mac.h",
35 "app/paths_mac.mm", 35 "app/paths_mac.mm",
36 "app/shell_crash_reporter_client.cc", 36 "app/shell_crash_reporter_client.cc",
37 "app/shell_crash_reporter_client.h", 37 "app/shell_crash_reporter_client.h",
38 "app/shell_main_delegate.cc", 38 "app/shell_main_delegate.cc",
39 "app/shell_main_delegate.h", 39 "app/shell_main_delegate.h",
40 "app/shell_main_delegate_mac.h", 40 "app/shell_main_delegate_mac.h",
41 "app/shell_main_delegate_mac.mm", 41 "app/shell_main_delegate_mac.mm",
42 "browser/blink_test_controller.cc",
43 "browser/blink_test_controller.h",
42 "browser/ipc_echo_message_filter.cc", 44 "browser/ipc_echo_message_filter.cc",
43 "browser/ipc_echo_message_filter.h", 45 "browser/ipc_echo_message_filter.h",
44 "browser/layout_test/layout_test_android.cc", 46 "browser/layout_test/layout_test_android.cc",
45 "browser/layout_test/layout_test_android.h", 47 "browser/layout_test/layout_test_android.h",
46 "browser/layout_test/layout_test_browser_context.cc", 48 "browser/layout_test/layout_test_browser_context.cc",
47 "browser/layout_test/layout_test_browser_context.h", 49 "browser/layout_test/layout_test_browser_context.h",
48 "browser/layout_test/layout_test_browser_main.cc", 50 "browser/layout_test/layout_test_browser_main.cc",
49 "browser/layout_test/layout_test_browser_main.h", 51 "browser/layout_test/layout_test_browser_main.h",
50 "browser/layout_test/layout_test_browser_main_parts.cc", 52 "browser/layout_test/layout_test_browser_main_parts.cc",
51 "browser/layout_test/layout_test_browser_main_parts.h", 53 "browser/layout_test/layout_test_browser_main_parts.h",
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 "browser/shell_resource_dispatcher_host_delegate.h", 124 "browser/shell_resource_dispatcher_host_delegate.h",
123 "browser/shell_speech_recognition_manager_delegate.cc", 125 "browser/shell_speech_recognition_manager_delegate.cc",
124 "browser/shell_speech_recognition_manager_delegate.h", 126 "browser/shell_speech_recognition_manager_delegate.h",
125 "browser/shell_url_request_context_getter.cc", 127 "browser/shell_url_request_context_getter.cc",
126 "browser/shell_url_request_context_getter.h", 128 "browser/shell_url_request_context_getter.h",
127 "browser/shell_web_contents_view_delegate.h", 129 "browser/shell_web_contents_view_delegate.h",
128 "browser/shell_web_contents_view_delegate_android.cc", 130 "browser/shell_web_contents_view_delegate_android.cc",
129 "browser/shell_web_contents_view_delegate_creator.h", 131 "browser/shell_web_contents_view_delegate_creator.h",
130 "browser/shell_web_contents_view_delegate_mac.mm", 132 "browser/shell_web_contents_view_delegate_mac.mm",
131 "browser/shell_web_contents_view_delegate_win.cc", 133 "browser/shell_web_contents_view_delegate_win.cc",
132 "browser/webkit_test_controller.cc",
133 "browser/webkit_test_controller.h",
134 "common/layout_test/layout_test_messages.cc", 134 "common/layout_test/layout_test_messages.cc",
135 "common/layout_test/layout_test_messages.h", 135 "common/layout_test/layout_test_messages.h",
136 "common/leak_detection_result.h", 136 "common/leak_detection_result.h",
137 "common/shell_content_client.cc", 137 "common/shell_content_client.cc",
138 "common/shell_content_client.h", 138 "common/shell_content_client.h",
139 "common/shell_messages.cc", 139 "common/shell_messages.cc",
140 "common/shell_messages.h", 140 "common/shell_messages.h",
141 "common/shell_switches.cc", 141 "common/shell_switches.cc",
142 "common/shell_switches.h", 142 "common/shell_switches.h",
143 "common/shell_test_configuration.cc", 143 "common/shell_test_configuration.cc",
(...skipping 390 matching lines...) Expand 10 before | Expand all | Expand 10 after
534 } 534 }
535 } 535 }
536 } else { 536 } else {
537 group("content_shell") { 537 group("content_shell") {
538 testonly = true 538 testonly = true
539 deps = [ 539 deps = [
540 ":content_shell_lib", 540 ":content_shell_lib",
541 ] 541 ]
542 } 542 }
543 } 543 }
OLDNEW
« no previous file with comments | « content/content_shell.gypi ('k') | content/shell/browser/blink_test_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698