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

Side by Side Diff: sync/sync.gyp

Issue 10690071: [Sync] Move model_type* from syncable/ to base/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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
« no previous file with comments | « sync/sessions/sync_session_unittest.cc ('k') | sync/syncable/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 # The core sync library. 10 # The core sync library.
(...skipping 15 matching lines...) Expand all
26 '../net/net.gyp:net', 26 '../net/net.gyp:net',
27 '../sql/sql.gyp:sql', 27 '../sql/sql.gyp:sql',
28 'protocol/sync_proto.gyp:sync_proto', 28 'protocol/sync_proto.gyp:sync_proto',
29 ], 29 ],
30 'export_dependent_settings': [ 30 'export_dependent_settings': [
31 # Propagate sync_proto since our headers include its generated 31 # Propagate sync_proto since our headers include its generated
32 # files. 32 # files.
33 'protocol/sync_proto.gyp:sync_proto', 33 'protocol/sync_proto.gyp:sync_proto',
34 ], 34 ],
35 'sources': [ 35 'sources': [
36 'internal_api/public/base/enum_set.h',
37 'internal_api/public/base/model_type.h',
38 'internal_api/public/base/model_type_payload_map.cc',
39 'internal_api/public/base/model_type_payload_map.h',
36 'internal_api/public/engine/model_safe_worker.cc', 40 'internal_api/public/engine/model_safe_worker.cc',
37 'internal_api/public/engine/model_safe_worker.h', 41 'internal_api/public/engine/model_safe_worker.h',
38 'internal_api/public/engine/passive_model_worker.cc', 42 'internal_api/public/engine/passive_model_worker.cc',
39 'internal_api/public/engine/passive_model_worker.h', 43 'internal_api/public/engine/passive_model_worker.h',
40 'internal_api/public/engine/polling_constants.cc', 44 'internal_api/public/engine/polling_constants.cc',
41 'internal_api/public/engine/polling_constants.h', 45 'internal_api/public/engine/polling_constants.h',
42 'internal_api/public/engine/sync_status.cc', 46 'internal_api/public/engine/sync_status.cc',
43 'internal_api/public/engine/sync_status.h', 47 'internal_api/public/engine/sync_status.h',
44 'internal_api/public/sessions/model_neutral_state.cc', 48 'internal_api/public/sessions/model_neutral_state.cc',
45 'internal_api/public/sessions/model_neutral_state.h', 49 'internal_api/public/sessions/model_neutral_state.h',
46 'internal_api/public/sessions/sync_session_snapshot.cc', 50 'internal_api/public/sessions/sync_session_snapshot.cc',
47 'internal_api/public/sessions/sync_session_snapshot.h', 51 'internal_api/public/sessions/sync_session_snapshot.h',
48 'internal_api/public/sessions/sync_source_info.cc', 52 'internal_api/public/sessions/sync_source_info.cc',
49 'internal_api/public/sessions/sync_source_info.h', 53 'internal_api/public/sessions/sync_source_info.h',
50 'internal_api/public/syncable/model_type.h',
51 'internal_api/public/syncable/model_type_payload_map.cc',
52 'internal_api/public/syncable/model_type_payload_map.h',
53 'internal_api/public/util/enum_set.h',
54 'internal_api/public/util/experiments.h', 54 'internal_api/public/util/experiments.h',
55 'internal_api/public/util/immutable.h', 55 'internal_api/public/util/immutable.h',
56 'internal_api/public/util/syncer_error.cc', 56 'internal_api/public/util/syncer_error.cc',
57 'internal_api/public/util/syncer_error.h', 57 'internal_api/public/util/syncer_error.h',
58 'internal_api/public/util/report_unrecoverable_error_function.h', 58 'internal_api/public/util/report_unrecoverable_error_function.h',
59 'internal_api/public/util/unrecoverable_error_handler.h', 59 'internal_api/public/util/unrecoverable_error_handler.h',
60 'internal_api/public/util/unrecoverable_error_info.h', 60 'internal_api/public/util/unrecoverable_error_info.h',
61 'internal_api/public/util/unrecoverable_error_info.cc', 61 'internal_api/public/util/unrecoverable_error_info.cc',
62 'internal_api/public/util/weak_handle.cc', 62 'internal_api/public/util/weak_handle.cc',
63 'internal_api/public/util/weak_handle.h', 63 'internal_api/public/util/weak_handle.h',
(...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after
375 'protocol/sync_proto.gyp:sync_proto', 375 'protocol/sync_proto.gyp:sync_proto',
376 'sync', 376 'sync',
377 ], 377 ],
378 'export_dependent_settings': [ 378 'export_dependent_settings': [
379 '../testing/gmock.gyp:gmock', 379 '../testing/gmock.gyp:gmock',
380 '../testing/gtest.gyp:gtest', 380 '../testing/gtest.gyp:gtest',
381 'protocol/sync_proto.gyp:sync_proto', 381 'protocol/sync_proto.gyp:sync_proto',
382 'sync', 382 'sync',
383 ], 383 ],
384 'sources': [ 384 'sources': [
385 'internal_api/public/syncable/model_type_test_util.cc', 385 'internal_api/public/base/model_type_test_util.cc',
386 'internal_api/public/syncable/model_type_test_util.h', 386 'internal_api/public/base/model_type_test_util.h',
387 'js/js_test_util.cc', 387 'js/js_test_util.cc',
388 'js/js_test_util.h', 388 'js/js_test_util.h',
389 'sessions/test_util.cc', 389 'sessions/test_util.cc',
390 'sessions/test_util.h', 390 'sessions/test_util.h',
391 'syncable/syncable_mock.cc', 391 'syncable/syncable_mock.cc',
392 'syncable/syncable_mock.h', 392 'syncable/syncable_mock.h',
393 'test/engine/fake_model_worker.cc', 393 'test/engine/fake_model_worker.cc',
394 'test/engine/fake_model_worker.h', 394 'test/engine/fake_model_worker.h',
395 'test/engine/mock_connection_manager.cc', 395 'test/engine/mock_connection_manager.cc',
396 'test/engine/mock_connection_manager.h', 396 'test/engine/mock_connection_manager.h',
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
517 'protocol/sync_proto.gyp:sync_proto', 517 'protocol/sync_proto.gyp:sync_proto',
518 'sync', 518 'sync',
519 'test_support_sync', 519 'test_support_sync',
520 ], 520 ],
521 'direct_dependent_settings': { 521 'direct_dependent_settings': {
522 'variables': { 'enable_wexit_time_destructors': 1, }, 522 'variables': { 'enable_wexit_time_destructors': 1, },
523 'include_dirs': [ 523 'include_dirs': [
524 '..', 524 '..',
525 ], 525 ],
526 'sources': [ 526 'sources': [
527 'internal_api/public/base/enum_set_unittest.cc',
528 'internal_api/public/base/model_type_payload_map_unittest.cc',
527 'internal_api/public/engine/model_safe_worker_unittest.cc', 529 'internal_api/public/engine/model_safe_worker_unittest.cc',
528 'internal_api/public/syncable/model_type_payload_map_unittest.cc',
529 'internal_api/public/util/enum_set_unittest.cc',
530 'internal_api/public/util/immutable_unittest.cc', 530 'internal_api/public/util/immutable_unittest.cc',
531 'engine/apply_updates_command_unittest.cc', 531 'engine/apply_updates_command_unittest.cc',
532 'engine/build_commit_command_unittest.cc', 532 'engine/build_commit_command_unittest.cc',
533 'engine/cleanup_disabled_types_command_unittest.cc', 533 'engine/cleanup_disabled_types_command_unittest.cc',
534 'engine/download_updates_command_unittest.cc', 534 'engine/download_updates_command_unittest.cc',
535 'engine/model_changing_syncer_command_unittest.cc', 535 'engine/model_changing_syncer_command_unittest.cc',
536 'engine/process_commit_response_command_unittest.cc', 536 'engine/process_commit_response_command_unittest.cc',
537 'engine/process_updates_command_unittest.cc', 537 'engine/process_updates_command_unittest.cc',
538 'engine/resolve_conflicts_command_unittest.cc', 538 'engine/resolve_conflicts_command_unittest.cc',
539 'engine/syncer_proto_util_unittest.cc', 539 'engine/syncer_proto_util_unittest.cc',
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
788 'test_suite_name': 'sync_unit_tests', 788 'test_suite_name': 'sync_unit_tests',
789 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit _tests<(SHARED_LIB_SUFFIX)', 789 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit _tests<(SHARED_LIB_SUFFIX)',
790 'input_jars_paths': [ '<(PRODUCT_DIR)/lib.java/chromium_base.jar', ] , 790 'input_jars_paths': [ '<(PRODUCT_DIR)/lib.java/chromium_base.jar', ] ,
791 }, 791 },
792 'includes': [ '../build/apk_test.gypi' ], 792 'includes': [ '../build/apk_test.gypi' ],
793 }, 793 },
794 ], 794 ],
795 }], 795 }],
796 ], 796 ],
797 } 797 }
OLDNEW
« no previous file with comments | « sync/sessions/sync_session_unittest.cc ('k') | sync/syncable/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698