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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 12022041: Separate local and remote sync invalidations (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 10 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/glue/sync_backend_host_unittest.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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 1889 matching lines...) Expand 10 before | Expand all | Expand 10 after
1900 'browser/status_icons/status_tray.cc', 1900 'browser/status_icons/status_tray.cc',
1901 'browser/status_icons/status_tray.h', 1901 'browser/status_icons/status_tray.h',
1902 'browser/sync/about_sync_util.cc', 1902 'browser/sync/about_sync_util.cc',
1903 'browser/sync/about_sync_util.h', 1903 'browser/sync/about_sync_util.h',
1904 'browser/sync/backend_migrator.cc', 1904 'browser/sync/backend_migrator.cc',
1905 'browser/sync/backend_migrator.h', 1905 'browser/sync/backend_migrator.h',
1906 'browser/sync/backend_unrecoverable_error_handler.cc', 1906 'browser/sync/backend_unrecoverable_error_handler.cc',
1907 'browser/sync/backend_unrecoverable_error_handler.h', 1907 'browser/sync/backend_unrecoverable_error_handler.h',
1908 'browser/sync/failed_datatypes_handler.cc', 1908 'browser/sync/failed_datatypes_handler.cc',
1909 'browser/sync/failed_datatypes_handler.h', 1909 'browser/sync/failed_datatypes_handler.h',
1910 'browser/sync/glue/android_invalidator_bridge.cc',
1911 'browser/sync/glue/android_invalidator_bridge.h',
1912 'browser/sync/glue/android_invalidator_bridge_proxy.cc',
1913 'browser/sync/glue/android_invalidator_bridge_proxy.h',
1910 'browser/sync/glue/app_notification_data_type_controller.cc', 1914 'browser/sync/glue/app_notification_data_type_controller.cc',
1911 'browser/sync/glue/app_notification_data_type_controller.h', 1915 'browser/sync/glue/app_notification_data_type_controller.h',
1912 'browser/sync/glue/autofill_data_type_controller.cc', 1916 'browser/sync/glue/autofill_data_type_controller.cc',
1913 'browser/sync/glue/autofill_data_type_controller.h', 1917 'browser/sync/glue/autofill_data_type_controller.h',
1914 'browser/sync/glue/autofill_profile_data_type_controller.cc', 1918 'browser/sync/glue/autofill_profile_data_type_controller.cc',
1915 'browser/sync/glue/autofill_profile_data_type_controller.h', 1919 'browser/sync/glue/autofill_profile_data_type_controller.h',
1916 'browser/sync/glue/backend_data_type_configurer.cc', 1920 'browser/sync/glue/backend_data_type_configurer.cc',
1917 'browser/sync/glue/backend_data_type_configurer.h', 1921 'browser/sync/glue/backend_data_type_configurer.h',
1918 'browser/sync/glue/bookmark_change_processor.cc', 1922 'browser/sync/glue/bookmark_change_processor.cc',
1919 'browser/sync/glue/bookmark_change_processor.h', 1923 'browser/sync/glue/bookmark_change_processor.h',
1920 'browser/sync/glue/bookmark_data_type_controller.cc', 1924 'browser/sync/glue/bookmark_data_type_controller.cc',
1921 'browser/sync/glue/bookmark_data_type_controller.h', 1925 'browser/sync/glue/bookmark_data_type_controller.h',
1922 'browser/sync/glue/bookmark_model_associator.cc', 1926 'browser/sync/glue/bookmark_model_associator.cc',
1923 'browser/sync/glue/bookmark_model_associator.h', 1927 'browser/sync/glue/bookmark_model_associator.h',
1924 'browser/sync/glue/bridged_invalidator.cc',
1925 'browser/sync/glue/bridged_invalidator.h',
1926 'browser/sync/glue/browser_thread_model_worker.cc', 1928 'browser/sync/glue/browser_thread_model_worker.cc',
1927 'browser/sync/glue/browser_thread_model_worker.h', 1929 'browser/sync/glue/browser_thread_model_worker.h',
1928 'browser/sync/glue/change_processor.cc', 1930 'browser/sync/glue/change_processor.cc',
1929 'browser/sync/glue/change_processor.h', 1931 'browser/sync/glue/change_processor.h',
1930 'browser/sync/glue/chrome_encryptor.cc', 1932 'browser/sync/glue/chrome_encryptor.cc',
1931 'browser/sync/glue/chrome_encryptor.h', 1933 'browser/sync/glue/chrome_encryptor.h',
1932 'browser/sync/glue/chrome_extensions_activity_monitor.cc', 1934 'browser/sync/glue/chrome_extensions_activity_monitor.cc',
1933 'browser/sync/glue/chrome_extensions_activity_monitor.h', 1935 'browser/sync/glue/chrome_extensions_activity_monitor.h',
1934 'browser/sync/glue/chrome_report_unrecoverable_error.cc', 1936 'browser/sync/glue/chrome_report_unrecoverable_error.cc',
1935 'browser/sync/glue/chrome_report_unrecoverable_error.h', 1937 'browser/sync/glue/chrome_report_unrecoverable_error.h',
1936 'browser/sync/glue/chrome_sync_notification_bridge.cc',
1937 'browser/sync/glue/chrome_sync_notification_bridge.h',
1938 'browser/sync/glue/data_type_controller.cc', 1938 'browser/sync/glue/data_type_controller.cc',
1939 'browser/sync/glue/data_type_controller.h', 1939 'browser/sync/glue/data_type_controller.h',
1940 'browser/sync/glue/data_type_error_handler.h', 1940 'browser/sync/glue/data_type_error_handler.h',
1941 'browser/sync/glue/data_type_manager.cc', 1941 'browser/sync/glue/data_type_manager.cc',
1942 'browser/sync/glue/data_type_manager.h', 1942 'browser/sync/glue/data_type_manager.h',
1943 'browser/sync/glue/data_type_manager_impl.cc', 1943 'browser/sync/glue/data_type_manager_impl.cc',
1944 'browser/sync/glue/data_type_manager_impl.h', 1944 'browser/sync/glue/data_type_manager_impl.h',
1945 'browser/sync/glue/data_type_manager_observer.h', 1945 'browser/sync/glue/data_type_manager_observer.h',
1946 'browser/sync/glue/device_info.cc', 1946 'browser/sync/glue/device_info.cc',
1947 'browser/sync/glue/device_info.h', 1947 'browser/sync/glue/device_info.h',
(...skipping 1161 matching lines...) Expand 10 before | Expand all | Expand 10 after
3109 'variables': { 3109 'variables': {
3110 'jni_gen_dir': 'chrome', 3110 'jni_gen_dir': 'chrome',
3111 }, 3111 },
3112 'includes': [ '../build/jni_generator.gypi' ], 3112 'includes': [ '../build/jni_generator.gypi' ],
3113 }, 3113 },
3114 ], 3114 ],
3115 }, 3115 },
3116 ], 3116 ],
3117 ], 3117 ],
3118 } 3118 }
OLDNEW
« no previous file with comments | « chrome/browser/sync/glue/sync_backend_host_unittest.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698