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 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
116 "browser/shell_speech_recognition_manager_delegate.h", | 116 "browser/shell_speech_recognition_manager_delegate.h", |
117 "browser/shell_url_request_context_getter.cc", | 117 "browser/shell_url_request_context_getter.cc", |
118 "browser/shell_url_request_context_getter.h", | 118 "browser/shell_url_request_context_getter.h", |
119 "browser/shell_web_contents_view_delegate_android.cc", | 119 "browser/shell_web_contents_view_delegate_android.cc", |
120 "browser/shell_web_contents_view_delegate_creator.h", | 120 "browser/shell_web_contents_view_delegate_creator.h", |
121 "browser/shell_web_contents_view_delegate.h", | 121 "browser/shell_web_contents_view_delegate.h", |
122 "browser/shell_web_contents_view_delegate_mac.mm", | 122 "browser/shell_web_contents_view_delegate_mac.mm", |
123 "browser/shell_web_contents_view_delegate_win.cc", | 123 "browser/shell_web_contents_view_delegate_win.cc", |
124 "browser/webkit_test_controller.cc", | 124 "browser/webkit_test_controller.cc", |
125 "browser/webkit_test_controller.h", | 125 "browser/webkit_test_controller.h", |
| 126 "common/layout_test/layout_test_messages.cc", |
| 127 "common/layout_test/layout_test_messages.h", |
126 "common/leak_detection_result.h", | 128 "common/leak_detection_result.h", |
127 "common/shell_content_client.cc", | 129 "common/shell_content_client.cc", |
128 "common/shell_content_client.h", | 130 "common/shell_content_client.h", |
129 "common/shell_messages.cc", | 131 "common/shell_messages.cc", |
130 "common/shell_messages.h", | 132 "common/shell_messages.h", |
131 "common/shell_switches.cc", | 133 "common/shell_switches.cc", |
132 "common/shell_switches.h", | 134 "common/shell_switches.h", |
133 "common/shell_test_configuration.cc", | 135 "common/shell_test_configuration.cc", |
134 "common/shell_test_configuration.h", | 136 "common/shell_test_configuration.h", |
135 "common/test_runner/test_preferences.cc", | 137 "common/test_runner/test_preferences.cc", |
(...skipping 356 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
492 if (is_android && !is_android_webview_build) { | 494 if (is_android && !is_android_webview_build) { |
493 # Some tests rely on this tool. It might be nicer if these tests relied on | 495 # Some tests rely on this tool. It might be nicer if these tests relied on |
494 # image diff rather than having content shell depend on it. | 496 # image diff rather than having content shell depend on it. |
495 datadeps = [ | 497 datadeps = [ |
496 "//tools/imagediff($host_toolchain)", | 498 "//tools/imagediff($host_toolchain)", |
497 ] | 499 ] |
498 } | 500 } |
499 } | 501 } |
500 | 502 |
501 } | 503 } |
OLD | NEW |