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

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: Implement RenderFrameObserver::OnDestruct introduced by rebase. 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
« no previous file with comments | « components/test_runner/test_runner.cc ('k') | ipc/ipc_message_start.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 { 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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 'mock_credential_manager_client.cc', 65 'mock_credential_manager_client.cc',
66 'mock_credential_manager_client.h', 66 'mock_credential_manager_client.h',
67 'mock_grammar_check.cc', 67 'mock_grammar_check.cc',
68 'mock_grammar_check.h', 68 'mock_grammar_check.h',
69 'mock_screen_orientation_client.cc', 69 'mock_screen_orientation_client.cc',
70 'mock_screen_orientation_client.h', 70 'mock_screen_orientation_client.h',
71 'mock_spell_check.cc', 71 'mock_spell_check.cc',
72 'mock_spell_check.h', 72 'mock_spell_check.h',
73 'mock_web_audio_device.cc', 73 'mock_web_audio_device.cc',
74 'mock_web_audio_device.h', 74 'mock_web_audio_device.h',
75 'mock_web_document_subresource_filter.cc',
76 'mock_web_document_subresource_filter.h',
75 'mock_web_media_stream_center.cc', 77 'mock_web_media_stream_center.cc',
76 'mock_web_media_stream_center.h', 78 'mock_web_media_stream_center.h',
77 'mock_web_midi_accessor.cc', 79 'mock_web_midi_accessor.cc',
78 'mock_web_midi_accessor.h', 80 'mock_web_midi_accessor.h',
79 'mock_web_speech_recognizer.cc', 81 'mock_web_speech_recognizer.cc',
80 'mock_web_speech_recognizer.h', 82 'mock_web_speech_recognizer.h',
81 'mock_web_theme_engine.cc', 83 'mock_web_theme_engine.cc',
82 'mock_web_theme_engine.h', 84 'mock_web_theme_engine.h',
83 'mock_web_user_media_client.cc', 85 'mock_web_user_media_client.cc',
84 'mock_web_user_media_client.h', 86 'mock_web_user_media_client.h',
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', 214 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework',
213 ], 215 ],
214 }, 216 },
215 }], 217 }],
216 ], 218 ],
217 }, 219 },
218 ], 220 ],
219 }], # OS=="mac" or OS=="win" 221 }], # OS=="mac" or OS=="win"
220 ] 222 ]
221 } 223 }
OLDNEW
« no previous file with comments | « components/test_runner/test_runner.cc ('k') | ipc/ipc_message_start.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698