| 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 3291 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3302 'browser/sync/notifier/invalidation_notifier_unittest.cc', | 3302 'browser/sync/notifier/invalidation_notifier_unittest.cc', |
| 3303 'browser/sync/notifier/non_blocking_invalidation_notifier_unittest.cc', | 3303 'browser/sync/notifier/non_blocking_invalidation_notifier_unittest.cc', |
| 3304 'browser/sync/notifier/p2p_notifier_unittest.cc', | 3304 'browser/sync/notifier/p2p_notifier_unittest.cc', |
| 3305 'browser/sync/notifier/registration_manager_unittest.cc', | 3305 'browser/sync/notifier/registration_manager_unittest.cc', |
| 3306 'browser/sync/profile_sync_factory_mock.h', | 3306 'browser/sync/profile_sync_factory_mock.h', |
| 3307 'browser/sync/protocol/proto_enum_conversions_unittest.cc', | 3307 'browser/sync/protocol/proto_enum_conversions_unittest.cc', |
| 3308 'browser/sync/protocol/proto_value_conversions_unittest.cc', | 3308 'browser/sync/protocol/proto_value_conversions_unittest.cc', |
| 3309 'browser/sync/sessions/ordered_commit_set_unittest.cc', | 3309 'browser/sync/sessions/ordered_commit_set_unittest.cc', |
| 3310 'browser/sync/sessions/session_state_unittest.cc', | 3310 'browser/sync/sessions/session_state_unittest.cc', |
| 3311 'browser/sync/sessions/status_controller_unittest.cc', | 3311 'browser/sync/sessions/status_controller_unittest.cc', |
| 3312 'browser/sync/sessions/sync_session_context_unittest.cc', |
| 3312 'browser/sync/sessions/sync_session_unittest.cc', | 3313 'browser/sync/sessions/sync_session_unittest.cc', |
| 3313 'browser/sync/sessions/test_util.cc', | 3314 'browser/sync/sessions/test_util.cc', |
| 3314 'browser/sync/sessions/test_util.h', | 3315 'browser/sync/sessions/test_util.h', |
| 3315 'browser/sync/sync_js_controller_unittest.cc', | 3316 'browser/sync/sync_js_controller_unittest.cc', |
| 3316 'browser/sync/syncable/directory_backing_store_unittest.cc', | 3317 'browser/sync/syncable/directory_backing_store_unittest.cc', |
| 3317 'browser/sync/syncable/model_type_payload_map_unittest.cc', | 3318 'browser/sync/syncable/model_type_payload_map_unittest.cc', |
| 3318 'browser/sync/syncable/model_type_unittest.cc', | 3319 'browser/sync/syncable/model_type_unittest.cc', |
| 3319 'browser/sync/syncable/syncable_enum_conversions_unittest.cc', | 3320 'browser/sync/syncable/syncable_enum_conversions_unittest.cc', |
| 3320 'browser/sync/syncable/syncable_id_unittest.cc', | 3321 'browser/sync/syncable/syncable_id_unittest.cc', |
| 3321 'browser/sync/syncable/syncable_unittest.cc', | 3322 'browser/sync/syncable/syncable_unittest.cc', |
| (...skipping 1018 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4340 # Use outputs of this action as inputs for the main target build. | 4341 # Use outputs of this action as inputs for the main target build. |
| 4341 # Seems as a misnomer but makes this happy on Linux (scons). | 4342 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4342 'process_outputs_as_sources': 1, | 4343 'process_outputs_as_sources': 1, |
| 4343 }, | 4344 }, |
| 4344 ], # 'actions' | 4345 ], # 'actions' |
| 4345 }, | 4346 }, |
| 4346 ] | 4347 ] |
| 4347 }], # 'coverage!=0' | 4348 }], # 'coverage!=0' |
| 4348 ], # 'conditions' | 4349 ], # 'conditions' |
| 4349 } | 4350 } |
| OLD | NEW |