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

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

Issue 661743002: Content Shell: Move shell_layout_tests_android into layout_tests/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix. 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/browser/layout_test/layout_test_android.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 23 matching lines...) Expand all
34 "app/shell_main_delegate.h", 34 "app/shell_main_delegate.h",
35 "app/shell_main_delegate_mac.h", 35 "app/shell_main_delegate_mac.h",
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_android.cc",
45 "browser/layout_test/layout_test_android.h",
44 "browser/layout_test/layout_test_browser_context.cc", 46 "browser/layout_test/layout_test_browser_context.cc",
45 "browser/layout_test/layout_test_browser_context.h", 47 "browser/layout_test/layout_test_browser_context.h",
46 "browser/layout_test/layout_test_browser_main.cc", 48 "browser/layout_test/layout_test_browser_main.cc",
47 "browser/layout_test/layout_test_browser_main.h", 49 "browser/layout_test/layout_test_browser_main.h",
48 "browser/layout_test/layout_test_browser_main_parts.cc", 50 "browser/layout_test/layout_test_browser_main_parts.cc",
49 "browser/layout_test/layout_test_browser_main_parts.h", 51 "browser/layout_test/layout_test_browser_main_parts.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",
(...skipping 23 matching lines...) Expand all
77 "browser/shell_devtools_frontend.cc", 79 "browser/shell_devtools_frontend.cc",
78 "browser/shell_devtools_frontend.h", 80 "browser/shell_devtools_frontend.h",
79 "browser/shell_download_manager_delegate.cc", 81 "browser/shell_download_manager_delegate.cc",
80 "browser/shell_download_manager_delegate.h", 82 "browser/shell_download_manager_delegate.h",
81 "browser/shell.h", 83 "browser/shell.h",
82 "browser/shell_javascript_dialog.h", 84 "browser/shell_javascript_dialog.h",
83 "browser/shell_javascript_dialog_mac.mm", 85 "browser/shell_javascript_dialog_mac.mm",
84 "browser/shell_javascript_dialog_manager.cc", 86 "browser/shell_javascript_dialog_manager.cc",
85 "browser/shell_javascript_dialog_manager.h", 87 "browser/shell_javascript_dialog_manager.h",
86 "browser/shell_javascript_dialog_win.cc", 88 "browser/shell_javascript_dialog_win.cc",
87 "browser/shell_layout_tests_android.cc",
88 "browser/shell_layout_tests_android.h",
89 "browser/shell_mojo_test_utils_android.cc", 89 "browser/shell_mojo_test_utils_android.cc",
90 "browser/shell_mojo_test_utils_android.h", 90 "browser/shell_mojo_test_utils_android.h",
91 "browser/shell_login_dialog.cc", 91 "browser/shell_login_dialog.cc",
92 "browser/shell_login_dialog.h", 92 "browser/shell_login_dialog.h",
93 "browser/shell_login_dialog_mac.mm", 93 "browser/shell_login_dialog_mac.mm",
94 "browser/shell_mac.mm", 94 "browser/shell_mac.mm",
95 "browser/shell_message_filter.cc", 95 "browser/shell_message_filter.cc",
96 "browser/shell_message_filter.h", 96 "browser/shell_message_filter.h",
97 "browser/shell_net_log.cc", 97 "browser/shell_net_log.cc",
98 "browser/shell_net_log.h", 98 "browser/shell_net_log.h",
(...skipping 391 matching lines...) Expand 10 before | Expand all | Expand 10 after
490 if (is_android && !is_android_webview_build) { 490 if (is_android && !is_android_webview_build) {
491 # 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
492 # image diff rather than having content shell depend on it. 492 # image diff rather than having content shell depend on it.
493 datadeps = [ 493 datadeps = [
494 "//tools/imagediff($host_toolchain)", 494 "//tools/imagediff($host_toolchain)",
495 ] 495 ]
496 } 496 }
497 } 497 }
498 498
499 } 499 }
OLDNEW
« no previous file with comments | « content/content_shell.gypi ('k') | content/shell/browser/layout_test/layout_test_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698