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 1644 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1655 'browser/sync/glue/shared_change_processor_mock.h', | 1655 'browser/sync/glue/shared_change_processor_mock.h', |
1656 'browser/sync/glue/sync_backend_host_mock.cc', | 1656 'browser/sync/glue/sync_backend_host_mock.cc', |
1657 'browser/sync/glue/sync_backend_host_mock.h', | 1657 'browser/sync/glue/sync_backend_host_mock.h', |
1658 'browser/sync/glue/sync_backend_host_unittest.cc', | 1658 'browser/sync/glue/sync_backend_host_unittest.cc', |
1659 'browser/sync/glue/sync_backend_registrar_unittest.cc', | 1659 'browser/sync/glue/sync_backend_registrar_unittest.cc', |
1660 'browser/sync/glue/synced_session_tracker_unittest.cc', | 1660 'browser/sync/glue/synced_session_tracker_unittest.cc', |
1661 'browser/sync/glue/theme_data_type_controller_unittest.cc', | 1661 'browser/sync/glue/theme_data_type_controller_unittest.cc', |
1662 'browser/sync/glue/theme_util_unittest.cc', | 1662 'browser/sync/glue/theme_util_unittest.cc', |
1663 'browser/sync/glue/typed_url_model_associator_unittest.cc', | 1663 'browser/sync/glue/typed_url_model_associator_unittest.cc', |
1664 'browser/sync/glue/ui_model_worker_unittest.cc', | 1664 'browser/sync/glue/ui_model_worker_unittest.cc', |
1665 'browser/sync/profile_sync_factory_impl_unittest.cc', | 1665 'browser/sync/profile_sync_components_factory_impl_unittest.cc', |
1666 'browser/sync/profile_sync_factory_mock.cc', | 1666 'browser/sync/profile_sync_components_factory_mock.cc', |
1667 'browser/sync/profile_sync_factory_mock.h', | 1667 'browser/sync/profile_sync_components_factory_mock.h', |
1668 'browser/sync/profile_sync_service_autofill_unittest.cc', | 1668 'browser/sync/profile_sync_service_autofill_unittest.cc', |
1669 'browser/sync/profile_sync_service_bookmark_unittest.cc', | 1669 'browser/sync/profile_sync_service_bookmark_unittest.cc', |
1670 'browser/sync/profile_sync_service_password_unittest.cc', | 1670 'browser/sync/profile_sync_service_password_unittest.cc', |
1671 'browser/sync/profile_sync_service_preference_unittest.cc', | 1671 'browser/sync/profile_sync_service_preference_unittest.cc', |
1672 'browser/sync/profile_sync_service_session_unittest.cc', | 1672 'browser/sync/profile_sync_service_session_unittest.cc', |
1673 'browser/sync/profile_sync_service_startup_unittest.cc', | 1673 'browser/sync/profile_sync_service_startup_unittest.cc', |
1674 'browser/sync/profile_sync_service_typed_url_unittest.cc', | 1674 'browser/sync/profile_sync_service_typed_url_unittest.cc', |
1675 'browser/sync/profile_sync_service_unittest.cc', | 1675 'browser/sync/profile_sync_service_unittest.cc', |
1676 'browser/sync/profile_sync_test_util.cc', | 1676 'browser/sync/profile_sync_test_util.cc', |
1677 'browser/sync/profile_sync_test_util.h', | 1677 'browser/sync/profile_sync_test_util.h', |
(...skipping 2662 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4340 # Use outputs of this action as inputs for the main target build. | 4340 # Use outputs of this action as inputs for the main target build. |
4341 # Seems as a misnomer but makes this happy on Linux (scons). | 4341 # Seems as a misnomer but makes this happy on Linux (scons). |
4342 'process_outputs_as_sources': 1, | 4342 'process_outputs_as_sources': 1, |
4343 }, | 4343 }, |
4344 ], # 'actions' | 4344 ], # 'actions' |
4345 }, | 4345 }, |
4346 ] | 4346 ] |
4347 }], # 'coverage!=0' | 4347 }], # 'coverage!=0' |
4348 ], # 'conditions' | 4348 ], # 'conditions' |
4349 } | 4349 } |
OLD | NEW |