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

Side by Side Diff: components/test_runner/test_runner.gyp

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
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 { 5 {
6 'variables': { 6 'variables': {
7 # This turns on e.g. the filename-based detection of which 7 # This turns on e.g. the filename-based detection of which
8 # platforms to include source files on (e.g. files ending in 8 # platforms to include source files on (e.g. files ending in
9 # _mac.h or _mac.cc are only compiled on MacOSX). 9 # _mac.h or _mac.cc are only compiled on MacOSX).
10 'chromium_code': 1, 10 'chromium_code': 1,
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 'blink_test_platform_support_mac.mm', 51 'blink_test_platform_support_mac.mm',
52 'blink_test_platform_support_win.cc', 52 'blink_test_platform_support_win.cc',
53 'event_sender.cc', 53 'event_sender.cc',
54 'event_sender.h', 54 'event_sender.h',
55 'gamepad_controller.cc', 55 'gamepad_controller.cc',
56 'gamepad_controller.h', 56 'gamepad_controller.h',
57 'gc_controller.cc', 57 'gc_controller.cc',
58 'gc_controller.h', 58 'gc_controller.h',
59 'mock_color_chooser.cc', 59 'mock_color_chooser.cc',
60 'mock_color_chooser.h', 60 'mock_color_chooser.h',
61 'mock_constraints.cc',
62 'mock_constraints.h',
63 'mock_credential_manager_client.cc', 61 'mock_credential_manager_client.cc',
64 'mock_credential_manager_client.h', 62 'mock_credential_manager_client.h',
65 'mock_grammar_check.cc', 63 'mock_grammar_check.cc',
66 'mock_grammar_check.h', 64 'mock_grammar_check.h',
67 'mock_screen_orientation_client.cc', 65 'mock_screen_orientation_client.cc',
68 'mock_screen_orientation_client.h', 66 'mock_screen_orientation_client.h',
69 'mock_spell_check.cc', 67 'mock_spell_check.cc',
70 'mock_spell_check.h', 68 'mock_spell_check.h',
71 'mock_web_audio_device.cc', 69 'mock_web_audio_device.cc',
72 'mock_web_audio_device.h', 70 'mock_web_audio_device.h',
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', 204 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework',
207 ], 205 ],
208 }, 206 },
209 }], 207 }],
210 ], 208 ],
211 }, 209 },
212 ], 210 ],
213 }], # OS=="mac" or OS=="win" 211 }], # OS=="mac" or OS=="win"
214 ] 212 ]
215 } 213 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698