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

Side by Side Diff: components/test_runner/BUILD.gn

Issue 1715573002: Replicating LayoutDumpFlags across OOPIFs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@replicating-pixel-dump-flag
Patch Set: Removed unneeded include. Created 4 years, 9 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 | « no previous file | components/test_runner/layout_dump.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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 if (is_android) { 7 if (is_android) {
8 import("//build/config/android/config.gni") 8 import("//build/config/android/config.gni")
9 } 9 }
10 10
11 component("test_runner") { 11 component("test_runner") {
12 testonly = true 12 testonly = true
13 13
14 defines = [ "TEST_RUNNER_IMPLEMENTATION" ] 14 defines = [ "TEST_RUNNER_IMPLEMENTATION" ]
15 15
16 sources = [ 16 sources = [
17 "accessibility_controller.cc", 17 "accessibility_controller.cc",
18 "accessibility_controller.h", 18 "accessibility_controller.h",
19 "app_banner_client.cc", 19 "app_banner_client.cc",
20 "app_banner_client.h", 20 "app_banner_client.h",
21 "event_sender.cc", 21 "event_sender.cc",
22 "event_sender.h", 22 "event_sender.h",
23 "gamepad_controller.cc", 23 "gamepad_controller.cc",
24 "gamepad_controller.h", 24 "gamepad_controller.h",
25 "gc_controller.cc", 25 "gc_controller.cc",
26 "gc_controller.h", 26 "gc_controller.h",
27 "layout_dump.cc", 27 "layout_dump.cc",
28 "layout_dump.h", 28 "layout_dump.h",
29 "layout_dump_flags.cc",
29 "layout_dump_flags.h", 30 "layout_dump_flags.h",
30 "mock_color_chooser.cc", 31 "mock_color_chooser.cc",
31 "mock_color_chooser.h", 32 "mock_color_chooser.h",
32 "mock_credential_manager_client.cc", 33 "mock_credential_manager_client.cc",
33 "mock_credential_manager_client.h", 34 "mock_credential_manager_client.h",
34 "mock_grammar_check.cc", 35 "mock_grammar_check.cc",
35 "mock_grammar_check.h", 36 "mock_grammar_check.h",
36 "mock_screen_orientation_client.cc", 37 "mock_screen_orientation_client.cc",
37 "mock_screen_orientation_client.h", 38 "mock_screen_orientation_client.h",
38 "mock_spell_check.cc", 39 "mock_spell_check.cc",
(...skipping 24 matching lines...) Expand all
63 "test_interfaces.h", 64 "test_interfaces.h",
64 "test_plugin.cc", 65 "test_plugin.cc",
65 "test_plugin.h", 66 "test_plugin.h",
66 "test_preferences.cc", 67 "test_preferences.cc",
67 "test_preferences.h", 68 "test_preferences.h",
68 "test_runner.cc", 69 "test_runner.cc",
69 "test_runner.h", 70 "test_runner.h",
70 "test_runner_export.h", 71 "test_runner_export.h",
71 "text_input_controller.cc", 72 "text_input_controller.cc",
72 "text_input_controller.h", 73 "text_input_controller.h",
74 "tracked_dictionary.cc",
75 "tracked_dictionary.h",
73 "web_ax_object_proxy.cc", 76 "web_ax_object_proxy.cc",
74 "web_ax_object_proxy.h", 77 "web_ax_object_proxy.h",
75 "web_content_settings.cc", 78 "web_content_settings.cc",
76 "web_content_settings.h", 79 "web_content_settings.h",
77 "web_frame_test_proxy.h", 80 "web_frame_test_proxy.h",
78 "web_task.cc", 81 "web_task.cc",
79 "web_task.h", 82 "web_task.h",
80 "web_test_delegate.h", 83 "web_test_delegate.h",
81 "web_test_interfaces.cc", 84 "web_test_interfaces.cc",
82 "web_test_interfaces.h", 85 "web_test_interfaces.h",
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 187
185 if (is_mac) { 188 if (is_mac) {
186 libs = [ "AppKit.framework" ] 189 libs = [ "AppKit.framework" ]
187 } 190 }
188 191
189 deps = [ 192 deps = [
190 "//build/config/sanitizers:deps", 193 "//build/config/sanitizers:deps",
191 ] 194 ]
192 } 195 }
193 } 196 }
OLDNEW
« no previous file with comments | « no previous file | components/test_runner/layout_dump.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698