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

Side by Side Diff: components/components_tests.gyp

Issue 1304163005: Sync more GN unit tests with GYP. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixes Created 5 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
« no previous file with comments | « components/bookmarks/browser/BUILD.gn ('k') | components/constrained_window/BUILD.gn » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 'favicon_unittest_sources': [ 178 'favicon_unittest_sources': [
179 'favicon/content/content_favicon_driver_unittest.cc', 179 'favicon/content/content_favicon_driver_unittest.cc',
180 'favicon/core/favicon_handler_unittest.cc', 180 'favicon/core/favicon_handler_unittest.cc',
181 'favicon/core/large_icon_service_unittest.cc', 181 'favicon/core/large_icon_service_unittest.cc',
182 ], 182 ],
183 'undo_unittest_sources': [ 183 'undo_unittest_sources': [
184 'undo/bookmark_undo_service_test.cc', 184 'undo/bookmark_undo_service_test.cc',
185 'undo/undo_manager_test.cc', 185 'undo/undo_manager_test.cc',
186 ], 186 ],
187 187
188 # Note: GN tests converted to here, need to do the rest.
189 'audio_modem_unittest_sources': [ 188 'audio_modem_unittest_sources': [
190 'audio_modem/audio_player_unittest.cc', 189 'audio_modem/audio_player_unittest.cc',
191 'audio_modem/audio_recorder_unittest.cc', 190 'audio_modem/audio_recorder_unittest.cc',
192 'audio_modem/modem_unittest.cc', 191 'audio_modem/modem_unittest.cc',
193 ], 192 ],
194 'copresence_unittest_sources': [ 193 'copresence_unittest_sources': [
195 'copresence/copresence_state_unittest.cc', 194 'copresence/copresence_state_unittest.cc',
196 'copresence/handlers/audio/audio_directive_handler_unittest.cc', 195 'copresence/handlers/audio/audio_directive_handler_unittest.cc',
197 'copresence/handlers/audio/audio_directive_list_unittest.cc', 196 'copresence/handlers/audio/audio_directive_list_unittest.cc',
198 'copresence/handlers/directive_handler_unittest.cc', 197 'copresence/handlers/directive_handler_unittest.cc',
(...skipping 1401 matching lines...) Expand 10 before | Expand all | Expand 10 after
1600 'invalidation/impl/android/junit/', 1599 'invalidation/impl/android/junit/',
1601 'policy/android/junit/' 1600 'policy/android/junit/'
1602 ], 1601 ],
1603 }, 1602 },
1604 'includes': [ '../build/host_jar.gypi' ], 1603 'includes': [ '../build/host_jar.gypi' ],
1605 }, 1604 },
1606 ], 1605 ],
1607 }], 1606 }],
1608 ], 1607 ],
1609 } 1608 }
OLDNEW
« no previous file with comments | « components/bookmarks/browser/BUILD.gn ('k') | components/constrained_window/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698