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 3316 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3327 'browser/sync/test/engine/syncer_command_test.cc', | 3327 'browser/sync/test/engine/syncer_command_test.cc', |
3328 'browser/sync/test/engine/syncer_command_test.h', | 3328 'browser/sync/test/engine/syncer_command_test.h', |
3329 'browser/sync/test/engine/test_id_factory.h', | 3329 'browser/sync/test/engine/test_id_factory.h', |
3330 'browser/sync/test/engine/test_syncable_utils.cc', | 3330 'browser/sync/test/engine/test_syncable_utils.cc', |
3331 'browser/sync/test/engine/test_syncable_utils.h', | 3331 'browser/sync/test/engine/test_syncable_utils.h', |
3332 'browser/sync/test/sessions/test_scoped_session_event_listener.h', | 3332 'browser/sync/test/sessions/test_scoped_session_event_listener.h', |
3333 'browser/sync/util/data_encryption_unittest.cc', | 3333 'browser/sync/util/data_encryption_unittest.cc', |
3334 'browser/sync/util/extensions_activity_monitor_unittest.cc', | 3334 'browser/sync/util/extensions_activity_monitor_unittest.cc', |
3335 'browser/sync/util/protobuf_unittest.cc', | 3335 'browser/sync/util/protobuf_unittest.cc', |
3336 'browser/sync/util/immutable_unittest.cc', | 3336 'browser/sync/util/immutable_unittest.cc', |
3337 'browser/sync/util/user_settings_unittest.cc', | |
3338 'browser/sync/util/weak_handle_unittest.cc', | 3337 'browser/sync/util/weak_handle_unittest.cc', |
3339 ], | 3338 ], |
3340 'include_dirs': [ | 3339 'include_dirs': [ |
3341 '..', | 3340 '..', |
3342 '<(protoc_out_dir)', | 3341 '<(protoc_out_dir)', |
3343 ], | 3342 ], |
3344 'defines' : [ | 3343 'defines' : [ |
3345 'SYNC_ENGINE_VERSION_STRING="Unknown"', | 3344 'SYNC_ENGINE_VERSION_STRING="Unknown"', |
3346 '_CRT_SECURE_NO_WARNINGS', | 3345 '_CRT_SECURE_NO_WARNINGS', |
3347 '_USE_32BIT_TIME_T', | 3346 '_USE_32BIT_TIME_T', |
(...skipping 992 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4340 # Use outputs of this action as inputs for the main target build. | 4339 # Use outputs of this action as inputs for the main target build. |
4341 # Seems as a misnomer but makes this happy on Linux (scons). | 4340 # Seems as a misnomer but makes this happy on Linux (scons). |
4342 'process_outputs_as_sources': 1, | 4341 'process_outputs_as_sources': 1, |
4343 }, | 4342 }, |
4344 ], # 'actions' | 4343 ], # 'actions' |
4345 }, | 4344 }, |
4346 ] | 4345 ] |
4347 }], # 'coverage!=0' | 4346 }], # 'coverage!=0' |
4348 ], # 'conditions' | 4347 ], # 'conditions' |
4349 } | 4348 } |
OLD | NEW |