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

Side by Side Diff: chrome/chrome.gyp

Issue 7918001: [Sync] Move ChangeRecord into its own file (change_record.{h,cc}) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments Created 9 years, 3 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 | « chrome/browser/sync/profile_sync_service_session_unittest.cc ('k') | no next file » | 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) 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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 7
8 'variables': { 8 'variables': {
9 'version_py_path': 'tools/build/version.py', 9 'version_py_path': 'tools/build/version.py',
10 'version_path': 'VERSION', 10 'version_path': 'VERSION',
(...skipping 481 matching lines...) Expand 10 before | Expand all | Expand 10 after
492 # or from compiling a stub implementation. 492 # or from compiling a stub implementation.
493 'target_name': 'syncapi_core', 493 'target_name': 'syncapi_core',
494 'type': 'static_library', 494 'type': 'static_library',
495 'sources': [ 495 'sources': [
496 'browser/sync/engine/syncapi_internal.cc', 496 'browser/sync/engine/syncapi_internal.cc',
497 'browser/sync/engine/syncapi_internal.h', 497 'browser/sync/engine/syncapi_internal.h',
498 'browser/sync/internal_api/base_node.cc', 498 'browser/sync/internal_api/base_node.cc',
499 'browser/sync/internal_api/base_node.h', 499 'browser/sync/internal_api/base_node.h',
500 'browser/sync/internal_api/base_transaction.cc', 500 'browser/sync/internal_api/base_transaction.cc',
501 'browser/sync/internal_api/base_transaction.h', 501 'browser/sync/internal_api/base_transaction.h',
502 'browser/sync/internal_api/change_record.cc',
503 'browser/sync/internal_api/change_record.h',
502 'browser/sync/internal_api/change_reorder_buffer.cc', 504 'browser/sync/internal_api/change_reorder_buffer.cc',
503 'browser/sync/internal_api/change_reorder_buffer.h', 505 'browser/sync/internal_api/change_reorder_buffer.h',
504 'browser/sync/internal_api/configure_reason.h', 506 'browser/sync/internal_api/configure_reason.h',
505 'browser/sync/internal_api/http_post_provider_factory.h', 507 'browser/sync/internal_api/http_post_provider_factory.h',
506 'browser/sync/internal_api/http_post_provider_interface.h', 508 'browser/sync/internal_api/http_post_provider_interface.h',
507 'browser/sync/internal_api/read_node.cc', 509 'browser/sync/internal_api/read_node.cc',
508 'browser/sync/internal_api/read_node.h', 510 'browser/sync/internal_api/read_node.h',
509 'browser/sync/internal_api/read_transaction.cc', 511 'browser/sync/internal_api/read_transaction.cc',
510 'browser/sync/internal_api/read_transaction.h', 512 'browser/sync/internal_api/read_transaction.h',
511 'browser/sync/internal_api/syncapi_server_connection_manager.cc', 513 'browser/sync/internal_api/syncapi_server_connection_manager.cc',
(...skipping 1207 matching lines...) Expand 10 before | Expand all | Expand 10 after
1719 'destination': '<(PRODUCT_DIR)', 1721 'destination': '<(PRODUCT_DIR)',
1720 'files': [ 1722 'files': [
1721 '<(INTERMEDIATE_DIR)/repack/chrome.pak' 1723 '<(INTERMEDIATE_DIR)/repack/chrome.pak'
1722 ], 1724 ],
1723 }, 1725 },
1724 ], 1726 ],
1725 }], # targets 1727 }], # targets
1726 }], # OS != "mac" 1728 }], # OS != "mac"
1727 ], # 'conditions' 1729 ], # 'conditions'
1728 } 1730 }
OLDNEW
« no previous file with comments | « chrome/browser/sync/profile_sync_service_session_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698