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

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: Respond to review comments 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
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 1884 matching lines...) Expand 10 before | Expand all | Expand 10 after
1895 'browser/status_icons/status_tray.cc', 1895 'browser/status_icons/status_tray.cc',
1896 'browser/status_icons/status_tray.h', 1896 'browser/status_icons/status_tray.h',
1897 'browser/sync/about_sync_util.cc', 1897 'browser/sync/about_sync_util.cc',
1898 'browser/sync/about_sync_util.h', 1898 'browser/sync/about_sync_util.h',
1899 'browser/sync/backend_migrator.cc', 1899 'browser/sync/backend_migrator.cc',
1900 'browser/sync/backend_migrator.h', 1900 'browser/sync/backend_migrator.h',
1901 'browser/sync/backend_unrecoverable_error_handler.cc', 1901 'browser/sync/backend_unrecoverable_error_handler.cc',
1902 'browser/sync/backend_unrecoverable_error_handler.h', 1902 'browser/sync/backend_unrecoverable_error_handler.h',
1903 'browser/sync/failed_datatypes_handler.cc', 1903 'browser/sync/failed_datatypes_handler.cc',
1904 'browser/sync/failed_datatypes_handler.h', 1904 'browser/sync/failed_datatypes_handler.h',
1905 'browser/sync/glue/android_invalidator_bridge.cc',
1906 'browser/sync/glue/android_invalidator_bridge.h',
1907 'browser/sync/glue/android_invalidator_bridge_proxy.cc',
1908 'browser/sync/glue/android_invalidator_bridge_proxy.h',
1905 'browser/sync/glue/app_notification_data_type_controller.cc', 1909 'browser/sync/glue/app_notification_data_type_controller.cc',
1906 'browser/sync/glue/app_notification_data_type_controller.h', 1910 'browser/sync/glue/app_notification_data_type_controller.h',
1907 'browser/sync/glue/autofill_data_type_controller.cc', 1911 'browser/sync/glue/autofill_data_type_controller.cc',
1908 'browser/sync/glue/autofill_data_type_controller.h', 1912 'browser/sync/glue/autofill_data_type_controller.h',
1909 'browser/sync/glue/autofill_profile_data_type_controller.cc', 1913 'browser/sync/glue/autofill_profile_data_type_controller.cc',
1910 'browser/sync/glue/autofill_profile_data_type_controller.h', 1914 'browser/sync/glue/autofill_profile_data_type_controller.h',
1911 'browser/sync/glue/backend_data_type_configurer.h', 1915 'browser/sync/glue/backend_data_type_configurer.h',
1912 'browser/sync/glue/bookmark_change_processor.cc', 1916 'browser/sync/glue/bookmark_change_processor.cc',
1913 'browser/sync/glue/bookmark_change_processor.h', 1917 'browser/sync/glue/bookmark_change_processor.h',
1914 'browser/sync/glue/bookmark_data_type_controller.cc', 1918 'browser/sync/glue/bookmark_data_type_controller.cc',
1915 'browser/sync/glue/bookmark_data_type_controller.h', 1919 'browser/sync/glue/bookmark_data_type_controller.h',
1916 'browser/sync/glue/bookmark_model_associator.cc', 1920 'browser/sync/glue/bookmark_model_associator.cc',
1917 'browser/sync/glue/bookmark_model_associator.h', 1921 'browser/sync/glue/bookmark_model_associator.h',
1918 'browser/sync/glue/bridged_invalidator.cc',
1919 'browser/sync/glue/bridged_invalidator.h',
1920 'browser/sync/glue/browser_thread_model_worker.cc', 1922 'browser/sync/glue/browser_thread_model_worker.cc',
1921 'browser/sync/glue/browser_thread_model_worker.h', 1923 'browser/sync/glue/browser_thread_model_worker.h',
1922 'browser/sync/glue/change_processor.cc', 1924 'browser/sync/glue/change_processor.cc',
1923 'browser/sync/glue/change_processor.h', 1925 'browser/sync/glue/change_processor.h',
1924 'browser/sync/glue/chrome_encryptor.cc', 1926 'browser/sync/glue/chrome_encryptor.cc',
1925 'browser/sync/glue/chrome_encryptor.h', 1927 'browser/sync/glue/chrome_encryptor.h',
1926 'browser/sync/glue/chrome_extensions_activity_monitor.cc', 1928 'browser/sync/glue/chrome_extensions_activity_monitor.cc',
1927 'browser/sync/glue/chrome_extensions_activity_monitor.h', 1929 'browser/sync/glue/chrome_extensions_activity_monitor.h',
1928 'browser/sync/glue/chrome_report_unrecoverable_error.cc', 1930 'browser/sync/glue/chrome_report_unrecoverable_error.cc',
1929 'browser/sync/glue/chrome_report_unrecoverable_error.h', 1931 'browser/sync/glue/chrome_report_unrecoverable_error.h',
1930 'browser/sync/glue/chrome_sync_notification_bridge.cc',
1931 'browser/sync/glue/chrome_sync_notification_bridge.h',
1932 'browser/sync/glue/data_type_controller.cc', 1932 'browser/sync/glue/data_type_controller.cc',
1933 'browser/sync/glue/data_type_controller.h', 1933 'browser/sync/glue/data_type_controller.h',
1934 'browser/sync/glue/data_type_error_handler.h', 1934 'browser/sync/glue/data_type_error_handler.h',
1935 'browser/sync/glue/data_type_manager.cc', 1935 'browser/sync/glue/data_type_manager.cc',
1936 'browser/sync/glue/data_type_manager.h', 1936 'browser/sync/glue/data_type_manager.h',
1937 'browser/sync/glue/data_type_manager_impl.cc', 1937 'browser/sync/glue/data_type_manager_impl.cc',
1938 'browser/sync/glue/data_type_manager_impl.h', 1938 'browser/sync/glue/data_type_manager_impl.h',
1939 'browser/sync/glue/data_type_manager_observer.h', 1939 'browser/sync/glue/data_type_manager_observer.h',
1940 'browser/sync/glue/device_info.cc', 1940 'browser/sync/glue/device_info.cc',
1941 'browser/sync/glue/device_info.h', 1941 'browser/sync/glue/device_info.h',
(...skipping 1166 matching lines...) Expand 10 before | Expand all | Expand 10 after
3108 'variables': { 3108 'variables': {
3109 'jni_gen_dir': 'chrome', 3109 'jni_gen_dir': 'chrome',
3110 }, 3110 },
3111 'includes': [ '../build/jni_generator.gypi' ], 3111 'includes': [ '../build/jni_generator.gypi' ],
3112 }, 3112 },
3113 ], 3113 ],
3114 }, 3114 },
3115 ], 3115 ],
3116 ], 3116 ],
3117 } 3117 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698