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

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

Issue 1614733002: Reland of Remove MockConstraints (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing tests Created 4 years, 11 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/mock_constraints.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 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
(...skipping 13 matching lines...) Expand all
24 "blink_test_platform_support_mac.mm", 24 "blink_test_platform_support_mac.mm",
25 "blink_test_platform_support_win.cc", 25 "blink_test_platform_support_win.cc",
26 "event_sender.cc", 26 "event_sender.cc",
27 "event_sender.h", 27 "event_sender.h",
28 "gamepad_controller.cc", 28 "gamepad_controller.cc",
29 "gamepad_controller.h", 29 "gamepad_controller.h",
30 "gc_controller.cc", 30 "gc_controller.cc",
31 "gc_controller.h", 31 "gc_controller.h",
32 "mock_color_chooser.cc", 32 "mock_color_chooser.cc",
33 "mock_color_chooser.h", 33 "mock_color_chooser.h",
34 "mock_constraints.cc",
35 "mock_constraints.h",
36 "mock_credential_manager_client.cc", 34 "mock_credential_manager_client.cc",
37 "mock_credential_manager_client.h", 35 "mock_credential_manager_client.h",
38 "mock_grammar_check.cc", 36 "mock_grammar_check.cc",
39 "mock_grammar_check.h", 37 "mock_grammar_check.h",
40 "mock_screen_orientation_client.cc", 38 "mock_screen_orientation_client.cc",
41 "mock_screen_orientation_client.h", 39 "mock_screen_orientation_client.h",
42 "mock_spell_check.cc", 40 "mock_spell_check.cc",
43 "mock_spell_check.h", 41 "mock_spell_check.h",
44 "mock_web_audio_device.cc", 42 "mock_web_audio_device.cc",
45 "mock_web_audio_device.h", 43 "mock_web_audio_device.h",
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 188
191 if (is_mac) { 189 if (is_mac) {
192 libs = [ "AppKit.framework" ] 190 libs = [ "AppKit.framework" ]
193 } 191 }
194 192
195 deps = [ 193 deps = [
196 "//build/config/sanitizers:deps", 194 "//build/config/sanitizers:deps",
197 ] 195 ]
198 } 196 }
199 } 197 }
OLDNEW
« no previous file with comments | « no previous file | components/test_runner/mock_constraints.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698