OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'target_defaults': { | 5 'target_defaults': { |
6 'conditions': [ | 6 'conditions': [ |
7 ['strip_tests==1', { | 7 ['strip_tests==1', { |
8 'cflags!': [ '-g' ], | 8 'cflags!': [ '-g' ], |
9 'ldflags': [ '-Wl,--strip-debug' ], | 9 'ldflags': [ '-Wl,--strip-debug' ], |
10 }], | 10 }], |
(...skipping 3288 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3299 'browser/sync/notifier/invalidation_notifier_unittest.cc', | 3299 'browser/sync/notifier/invalidation_notifier_unittest.cc', |
3300 'browser/sync/notifier/non_blocking_invalidation_notifier_unittest.cc', | 3300 'browser/sync/notifier/non_blocking_invalidation_notifier_unittest.cc', |
3301 'browser/sync/notifier/p2p_notifier_unittest.cc', | 3301 'browser/sync/notifier/p2p_notifier_unittest.cc', |
3302 'browser/sync/notifier/registration_manager_unittest.cc', | 3302 'browser/sync/notifier/registration_manager_unittest.cc', |
3303 'browser/sync/profile_sync_factory_mock.h', | 3303 'browser/sync/profile_sync_factory_mock.h', |
3304 'browser/sync/protocol/proto_enum_conversions_unittest.cc', | 3304 'browser/sync/protocol/proto_enum_conversions_unittest.cc', |
3305 'browser/sync/protocol/proto_value_conversions_unittest.cc', | 3305 'browser/sync/protocol/proto_value_conversions_unittest.cc', |
3306 'browser/sync/sessions/ordered_commit_set_unittest.cc', | 3306 'browser/sync/sessions/ordered_commit_set_unittest.cc', |
3307 'browser/sync/sessions/session_state_unittest.cc', | 3307 'browser/sync/sessions/session_state_unittest.cc', |
3308 'browser/sync/sessions/status_controller_unittest.cc', | 3308 'browser/sync/sessions/status_controller_unittest.cc', |
| 3309 'browser/sync/sessions/sync_session_context_unittest.cc', |
3309 'browser/sync/sessions/sync_session_unittest.cc', | 3310 'browser/sync/sessions/sync_session_unittest.cc', |
3310 'browser/sync/sessions/test_util.cc', | 3311 'browser/sync/sessions/test_util.cc', |
3311 'browser/sync/sessions/test_util.h', | 3312 'browser/sync/sessions/test_util.h', |
3312 'browser/sync/sync_js_controller_unittest.cc', | 3313 'browser/sync/sync_js_controller_unittest.cc', |
3313 'browser/sync/syncable/directory_backing_store_unittest.cc', | 3314 'browser/sync/syncable/directory_backing_store_unittest.cc', |
3314 'browser/sync/syncable/model_type_payload_map_unittest.cc', | 3315 'browser/sync/syncable/model_type_payload_map_unittest.cc', |
3315 'browser/sync/syncable/model_type_unittest.cc', | 3316 'browser/sync/syncable/model_type_unittest.cc', |
3316 'browser/sync/syncable/syncable_enum_conversions_unittest.cc', | 3317 'browser/sync/syncable/syncable_enum_conversions_unittest.cc', |
3317 'browser/sync/syncable/syncable_id_unittest.cc', | 3318 'browser/sync/syncable/syncable_id_unittest.cc', |
3318 'browser/sync/syncable/syncable_unittest.cc', | 3319 'browser/sync/syncable/syncable_unittest.cc', |
(...skipping 1022 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4341 # Use outputs of this action as inputs for the main target build. | 4342 # Use outputs of this action as inputs for the main target build. |
4342 # Seems as a misnomer but makes this happy on Linux (scons). | 4343 # Seems as a misnomer but makes this happy on Linux (scons). |
4343 'process_outputs_as_sources': 1, | 4344 'process_outputs_as_sources': 1, |
4344 }, | 4345 }, |
4345 ], # 'actions' | 4346 ], # 'actions' |
4346 }, | 4347 }, |
4347 ] | 4348 ] |
4348 }], # 'coverage!=0' | 4349 }], # 'coverage!=0' |
4349 ], # 'conditions' | 4350 ], # 'conditions' |
4350 } | 4351 } |
OLD | NEW |