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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 9749012: [Sync] Have SyncableService's take ownership of their SyncChangeProcessor. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix merge conflict Created 8 years, 9 months 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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'variables' : { 5 'variables' : {
6 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 395 matching lines...) Expand 10 before | Expand all | Expand 10 after
406 'export_dependent_settings': [ 406 'export_dependent_settings': [
407 '../testing/gmock.gyp:gmock', 407 '../testing/gmock.gyp:gmock',
408 'syncapi_service', 408 'syncapi_service',
409 ], 409 ],
410 'include_dirs': [ 410 'include_dirs': [
411 '..', 411 '..',
412 ], 412 ],
413 'sources': [ 413 'sources': [
414 'browser/sync/api/fake_syncable_service.cc', 414 'browser/sync/api/fake_syncable_service.cc',
415 'browser/sync/api/fake_syncable_service.h', 415 'browser/sync/api/fake_syncable_service.h',
416 'browser/sync/api/syncable_service_mock.cc',
417 'browser/sync/api/syncable_service_mock.h',
418 ], 416 ],
419 }, 417 },
420 { 418 {
421 'target_name': 'test_support_sync_notifier', 419 'target_name': 'test_support_sync_notifier',
422 'type': 'static_library', 420 'type': 'static_library',
423 'dependencies': [ 421 'dependencies': [
424 '../testing/gmock.gyp:gmock', 422 '../testing/gmock.gyp:gmock',
425 'sync_notifier', 423 'sync_notifier',
426 ], 424 ],
427 'include_dirs': [ 425 'include_dirs': [
(...skipping 4166 matching lines...) Expand 10 before | Expand all | Expand 10 after
4594 # Use outputs of this action as inputs for the main target build. 4592 # Use outputs of this action as inputs for the main target build.
4595 # Seems as a misnomer but makes this happy on Linux (scons). 4593 # Seems as a misnomer but makes this happy on Linux (scons).
4596 'process_outputs_as_sources': 1, 4594 'process_outputs_as_sources': 1,
4597 }, 4595 },
4598 ], # 'actions' 4596 ], # 'actions'
4599 }, 4597 },
4600 ] 4598 ]
4601 }], # 'coverage!=0' 4599 }], # 'coverage!=0'
4602 ], # 'conditions' 4600 ], # 'conditions'
4603 } 4601 }
OLDNEW
« no previous file with comments | « chrome/browser/webdata/autofill_profile_syncable_service_unittest.cc ('k') | tools/heapcheck/suppressions.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698