OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |