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

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

Issue 649223004: Content Shell: Introduce LayoutTestBrowserMain. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@LayoutTestURLRequestContextGetter
Patch Set: ugh. 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 25 matching lines...) Expand all
36 "app/shell_main_delegate_mac.mm", 36 "app/shell_main_delegate_mac.mm",
37 "app/webkit_test_platform_support_android.cc", 37 "app/webkit_test_platform_support_android.cc",
38 "app/webkit_test_platform_support.h", 38 "app/webkit_test_platform_support.h",
39 "app/webkit_test_platform_support_linux.cc", 39 "app/webkit_test_platform_support_linux.cc",
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",
47 "browser/layout_test/layout_test_browser_main.h",
46 "browser/layout_test/layout_test_browser_main_parts.cc", 48 "browser/layout_test/layout_test_browser_main_parts.cc",
47 "browser/layout_test/layout_test_browser_main_parts.h", 49 "browser/layout_test/layout_test_browser_main_parts.h",
48 "browser/layout_test/layout_test_devtools_frontend.cc", 50 "browser/layout_test/layout_test_devtools_frontend.cc",
49 "browser/layout_test/layout_test_devtools_frontend.h", 51 "browser/layout_test/layout_test_devtools_frontend.h",
50 "browser/layout_test/layout_test_download_manager_delegate.cc", 52 "browser/layout_test/layout_test_download_manager_delegate.cc",
51 "browser/layout_test/layout_test_download_manager_delegate.h", 53 "browser/layout_test/layout_test_download_manager_delegate.h",
52 "browser/layout_test/layout_test_javascript_dialog_manager.cc", 54 "browser/layout_test/layout_test_javascript_dialog_manager.cc",
53 "browser/layout_test/layout_test_javascript_dialog_manager.h", 55 "browser/layout_test/layout_test_javascript_dialog_manager.h",
54 "browser/layout_test/layout_test_resource_dispatcher_host_delegate.cc", 56 "browser/layout_test/layout_test_resource_dispatcher_host_delegate.cc",
55 "browser/layout_test/layout_test_resource_dispatcher_host_delegate.h", 57 "browser/layout_test/layout_test_resource_dispatcher_host_delegate.h",
(...skipping 432 matching lines...) Expand 10 before | Expand all | Expand 10 after
488 if (is_android && !is_android_webview_build) { 490 if (is_android && !is_android_webview_build) {
489 # Some tests rely on this tool. It might be nicer if these tests relied on 491 # Some tests rely on this tool. It might be nicer if these tests relied on
490 # image diff rather than having content shell depend on it. 492 # image diff rather than having content shell depend on it.
491 datadeps = [ 493 datadeps = [
492 "//tools/imagediff($host_toolchain)", 494 "//tools/imagediff($host_toolchain)",
493 ] 495 ]
494 } 496 }
495 } 497 }
496 498
497 } 499 }
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