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

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

Issue 2022783002: Skeleton of the Safe Browsing Subresource Filter. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 'mock_credential_manager_client.cc', 64 'mock_credential_manager_client.cc',
65 'mock_credential_manager_client.h', 65 'mock_credential_manager_client.h',
66 'mock_grammar_check.cc', 66 'mock_grammar_check.cc',
67 'mock_grammar_check.h', 67 'mock_grammar_check.h',
68 'mock_screen_orientation_client.cc', 68 'mock_screen_orientation_client.cc',
69 'mock_screen_orientation_client.h', 69 'mock_screen_orientation_client.h',
70 'mock_spell_check.cc', 70 'mock_spell_check.cc',
71 'mock_spell_check.h', 71 'mock_spell_check.h',
72 'mock_web_audio_device.cc', 72 'mock_web_audio_device.cc',
73 'mock_web_audio_device.h', 73 'mock_web_audio_device.h',
74 'mock_web_document_subresource_filter.cc',
75 'mock_web_document_subresource_filter.h',
74 'mock_web_media_stream_center.cc', 76 'mock_web_media_stream_center.cc',
75 'mock_web_media_stream_center.h', 77 'mock_web_media_stream_center.h',
76 'mock_web_midi_accessor.cc', 78 'mock_web_midi_accessor.cc',
77 'mock_web_midi_accessor.h', 79 'mock_web_midi_accessor.h',
78 'mock_web_speech_recognizer.cc', 80 'mock_web_speech_recognizer.cc',
79 'mock_web_speech_recognizer.h', 81 'mock_web_speech_recognizer.h',
80 'mock_web_theme_engine.cc', 82 'mock_web_theme_engine.cc',
81 'mock_web_theme_engine.h', 83 'mock_web_theme_engine.h',
82 'mock_web_user_media_client.cc', 84 'mock_web_user_media_client.cc',
83 'mock_web_user_media_client.h', 85 'mock_web_user_media_client.h',
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', 213 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework',
212 ], 214 ],
213 }, 215 },
214 }], 216 }],
215 ], 217 ],
216 }, 218 },
217 ], 219 ],
218 }], # OS=="mac" or OS=="win" 220 }], # OS=="mac" or OS=="win"
219 ] 221 ]
220 } 222 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698