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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 11360259: Sync: Add DeviceInfo's ChangeProcessor (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix sync_client.cc Created 8 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
« no previous file with comments | « chrome/browser/sync/test_profile_sync_service.cc ('k') | chrome/chrome_tests_unit.gypi » ('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 # 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 1906 matching lines...) Expand 10 before | Expand all | Expand 10 after
1917 'browser/sync/glue/session_model_associator.cc', 1917 'browser/sync/glue/session_model_associator.cc',
1918 'browser/sync/glue/session_model_associator.h', 1918 'browser/sync/glue/session_model_associator.h',
1919 'browser/sync/glue/shared_change_processor.cc', 1919 'browser/sync/glue/shared_change_processor.cc',
1920 'browser/sync/glue/shared_change_processor.h', 1920 'browser/sync/glue/shared_change_processor.h',
1921 'browser/sync/glue/shared_change_processor_ref.cc', 1921 'browser/sync/glue/shared_change_processor_ref.cc',
1922 'browser/sync/glue/shared_change_processor_ref.h', 1922 'browser/sync/glue/shared_change_processor_ref.h',
1923 'browser/sync/glue/sync_backend_host.cc', 1923 'browser/sync/glue/sync_backend_host.cc',
1924 'browser/sync/glue/sync_backend_host.h', 1924 'browser/sync/glue/sync_backend_host.h',
1925 'browser/sync/glue/sync_backend_registrar.cc', 1925 'browser/sync/glue/sync_backend_registrar.cc',
1926 'browser/sync/glue/sync_backend_registrar.h', 1926 'browser/sync/glue/sync_backend_registrar.h',
1927 'browser/sync/glue/synced_device_tracker.cc',
1928 'browser/sync/glue/synced_device_tracker.h',
1927 'browser/sync/glue/synced_session.cc', 1929 'browser/sync/glue/synced_session.cc',
1928 'browser/sync/glue/synced_session.h', 1930 'browser/sync/glue/synced_session.h',
1929 'browser/sync/glue/synced_session_tracker.cc', 1931 'browser/sync/glue/synced_session_tracker.cc',
1930 'browser/sync/glue/synced_session_tracker.h', 1932 'browser/sync/glue/synced_session_tracker.h',
1931 'browser/sync/glue/synced_window_delegate.h', 1933 'browser/sync/glue/synced_window_delegate.h',
1934 'browser/sync/glue/synced_window_delegate_android.cc',
1932 'browser/sync/glue/synced_window_delegate_android.h', 1935 'browser/sync/glue/synced_window_delegate_android.h',
1933 'browser/sync/glue/synced_window_delegate_android.cc',
1934 'browser/sync/glue/theme_data_type_controller.cc', 1936 'browser/sync/glue/theme_data_type_controller.cc',
1935 'browser/sync/glue/theme_data_type_controller.h', 1937 'browser/sync/glue/theme_data_type_controller.h',
1936 'browser/sync/glue/typed_url_change_processor.cc', 1938 'browser/sync/glue/typed_url_change_processor.cc',
1937 'browser/sync/glue/typed_url_change_processor.h', 1939 'browser/sync/glue/typed_url_change_processor.h',
1938 'browser/sync/glue/typed_url_data_type_controller.cc', 1940 'browser/sync/glue/typed_url_data_type_controller.cc',
1939 'browser/sync/glue/typed_url_data_type_controller.h', 1941 'browser/sync/glue/typed_url_data_type_controller.h',
1940 'browser/sync/glue/typed_url_model_associator.cc', 1942 'browser/sync/glue/typed_url_model_associator.cc',
1941 'browser/sync/glue/typed_url_model_associator.h', 1943 'browser/sync/glue/typed_url_model_associator.h',
1942 'browser/sync/glue/ui_data_type_controller.cc', 1944 'browser/sync/glue/ui_data_type_controller.cc',
1943 'browser/sync/glue/ui_data_type_controller.h', 1945 'browser/sync/glue/ui_data_type_controller.h',
(...skipping 1106 matching lines...) Expand 10 before | Expand all | Expand 10 after
3050 'proto_in_dir': '../third_party/cros_system_api/dbus', 3052 'proto_in_dir': '../third_party/cros_system_api/dbus',
3051 'proto_out_dir': 'chrome/browser/media_transfer_protocol', 3053 'proto_out_dir': 'chrome/browser/media_transfer_protocol',
3052 }, 3054 },
3053 'includes': ['../build/protoc.gypi'], 3055 'includes': ['../build/protoc.gypi'],
3054 }, 3056 },
3055 ], 3057 ],
3056 }, 3058 },
3057 ], 3059 ],
3058 ], 3060 ],
3059 } 3061 }
OLDNEW
« no previous file with comments | « chrome/browser/sync/test_profile_sync_service.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698