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

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

Issue 2211813002: Revert removal of grammar checking and marking code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Minor fix Created 4 years, 4 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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 'layout_dump.cc', 58 'layout_dump.cc',
59 'layout_dump.h', 59 'layout_dump.h',
60 'layout_test_runtime_flags.cc', 60 'layout_test_runtime_flags.cc',
61 'layout_test_runtime_flags.h', 61 'layout_test_runtime_flags.h',
62 'mock_color_chooser.cc', 62 'mock_color_chooser.cc',
63 'mock_color_chooser.h', 63 'mock_color_chooser.h',
64 'mock_content_settings_client.cc', 64 'mock_content_settings_client.cc',
65 'mock_content_settings_client.h', 65 'mock_content_settings_client.h',
66 'mock_credential_manager_client.cc', 66 'mock_credential_manager_client.cc',
67 'mock_credential_manager_client.h', 67 'mock_credential_manager_client.h',
68 'mock_grammar_check.cc',
69 'mock_grammar_check.h',
68 'mock_screen_orientation_client.cc', 70 'mock_screen_orientation_client.cc',
69 'mock_screen_orientation_client.h', 71 'mock_screen_orientation_client.h',
70 'mock_spell_check.cc', 72 'mock_spell_check.cc',
71 'mock_spell_check.h', 73 'mock_spell_check.h',
72 'mock_web_audio_device.cc', 74 'mock_web_audio_device.cc',
73 'mock_web_audio_device.h', 75 'mock_web_audio_device.h',
74 'mock_web_document_subresource_filter.cc', 76 'mock_web_document_subresource_filter.cc',
75 'mock_web_document_subresource_filter.h', 77 'mock_web_document_subresource_filter.h',
76 'mock_web_media_stream_center.cc', 78 'mock_web_media_stream_center.cc',
77 'mock_web_media_stream_center.h', 79 'mock_web_media_stream_center.h',
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
213 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', 215 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework',
214 ], 216 ],
215 }, 217 },
216 }], 218 }],
217 ], 219 ],
218 }, 220 },
219 ], 221 ],
220 }], # OS=="mac" or OS=="win" 222 }], # OS=="mac" or OS=="win"
221 ] 223 ]
222 } 224 }
OLDNEW
« no previous file with comments | « components/test_runner/spell_check_client.cc ('k') | third_party/WebKit/LayoutTests/TestExpectations » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698