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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 11187021: Add RemoteFileSyncService interface (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase again Created 8 years, 2 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 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser', 9 'target_name': 'browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 1931 matching lines...) Expand 10 before | Expand all | Expand 10 after
1942 'browser/sync/sync_ui_util_mac.h', 1942 'browser/sync/sync_ui_util_mac.h',
1943 'browser/sync/sync_ui_util_mac.mm', 1943 'browser/sync/sync_ui_util_mac.mm',
1944 'browser/sync/user_selectable_sync_type.h', 1944 'browser/sync/user_selectable_sync_type.h',
1945 'browser/sync_file_system/drive_metadata_store.cc', 1945 'browser/sync_file_system/drive_metadata_store.cc',
1946 'browser/sync_file_system/drive_metadata_store.h', 1946 'browser/sync_file_system/drive_metadata_store.h',
1947 'browser/sync_file_system/change_observer_interface.h', 1947 'browser/sync_file_system/change_observer_interface.h',
1948 'browser/sync_file_system/local_change_processor.h', 1948 'browser/sync_file_system/local_change_processor.h',
1949 'browser/sync_file_system/local_file_sync_service.cc', 1949 'browser/sync_file_system/local_file_sync_service.cc',
1950 'browser/sync_file_system/local_file_sync_service.h', 1950 'browser/sync_file_system/local_file_sync_service.h',
1951 'browser/sync_file_system/remote_change_processor.h', 1951 'browser/sync_file_system/remote_change_processor.h',
1952 'browser/sync_file_system/remote_file_sync_service.h',
1952 'browser/sync_file_system/sync_file_system_service.cc', 1953 'browser/sync_file_system/sync_file_system_service.cc',
1953 'browser/sync_file_system/sync_file_system_service.h', 1954 'browser/sync_file_system/sync_file_system_service.h',
1954 'browser/system_monitor/disk_info_mac.h', 1955 'browser/system_monitor/disk_info_mac.h',
1955 'browser/system_monitor/disk_info_mac.mm', 1956 'browser/system_monitor/disk_info_mac.mm',
1956 'browser/system_monitor/media_device_notifications_utils.cc', 1957 'browser/system_monitor/media_device_notifications_utils.cc',
1957 'browser/system_monitor/media_device_notifications_utils.h', 1958 'browser/system_monitor/media_device_notifications_utils.h',
1958 'browser/system_monitor/media_storage_util.cc', 1959 'browser/system_monitor/media_storage_util.cc',
1959 'browser/system_monitor/media_storage_util.h', 1960 'browser/system_monitor/media_storage_util.h',
1960 'browser/system_monitor/media_transfer_protocol_device_observer_linux.cc ', 1961 'browser/system_monitor/media_transfer_protocol_device_observer_linux.cc ',
1961 'browser/system_monitor/media_transfer_protocol_device_observer_linux.h' , 1962 'browser/system_monitor/media_transfer_protocol_device_observer_linux.h' ,
(...skipping 961 matching lines...) Expand 10 before | Expand all | Expand 10 after
2923 'proto_in_dir': '../third_party/cros_system_api/dbus', 2924 'proto_in_dir': '../third_party/cros_system_api/dbus',
2924 'proto_out_dir': 'chrome/browser/media_transfer_protocol', 2925 'proto_out_dir': 'chrome/browser/media_transfer_protocol',
2925 }, 2926 },
2926 'includes': ['../build/protoc.gypi'], 2927 'includes': ['../build/protoc.gypi'],
2927 }, 2928 },
2928 ], 2929 ],
2929 }, 2930 },
2930 ], 2931 ],
2931 ], 2932 ],
2932 } 2933 }
OLDNEW
« no previous file with comments | « chrome/browser/sync_file_system/sync_file_system_service.cc ('k') | webkit/fileapi/syncable/sync_callbacks.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698