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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 8631021: [Sync] Prevent uploading throttled datatypes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: For review. Created 9 years, 1 month 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 | Annotate | Revision Log
OLDNEW
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
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
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698