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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10911073: NOT FOR COMMIT: Add DeviceInfo type and ChangeProcessor (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix several issues Created 8 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/user_selectable_sync_type.h ('k') | chrome/chrome_tests.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 1792 matching lines...) Expand 10 before | Expand all | Expand 10 after
1803 'browser/sync/glue/chrome_sync_notification_bridge.cc', 1803 'browser/sync/glue/chrome_sync_notification_bridge.cc',
1804 'browser/sync/glue/chrome_sync_notification_bridge.h', 1804 'browser/sync/glue/chrome_sync_notification_bridge.h',
1805 'browser/sync/glue/data_type_controller.cc', 1805 'browser/sync/glue/data_type_controller.cc',
1806 'browser/sync/glue/data_type_controller.h', 1806 'browser/sync/glue/data_type_controller.h',
1807 'browser/sync/glue/data_type_error_handler.h', 1807 'browser/sync/glue/data_type_error_handler.h',
1808 'browser/sync/glue/data_type_manager.cc', 1808 'browser/sync/glue/data_type_manager.cc',
1809 'browser/sync/glue/data_type_manager.h', 1809 'browser/sync/glue/data_type_manager.h',
1810 'browser/sync/glue/data_type_manager_impl.cc', 1810 'browser/sync/glue/data_type_manager_impl.cc',
1811 'browser/sync/glue/data_type_manager_impl.h', 1811 'browser/sync/glue/data_type_manager_impl.h',
1812 'browser/sync/glue/data_type_manager_observer.h', 1812 'browser/sync/glue/data_type_manager_observer.h',
1813 'browser/sync/glue/device_info.cc',
1814 'browser/sync/glue/device_info.h',
1813 'browser/sync/glue/extension_data_type_controller.cc', 1815 'browser/sync/glue/extension_data_type_controller.cc',
1814 'browser/sync/glue/extension_data_type_controller.h', 1816 'browser/sync/glue/extension_data_type_controller.h',
1815 'browser/sync/glue/extension_setting_data_type_controller.cc', 1817 'browser/sync/glue/extension_setting_data_type_controller.cc',
1816 'browser/sync/glue/extension_setting_data_type_controller.h', 1818 'browser/sync/glue/extension_setting_data_type_controller.h',
1817 'browser/sync/glue/frontend_data_type_controller.cc', 1819 'browser/sync/glue/frontend_data_type_controller.cc',
1818 'browser/sync/glue/frontend_data_type_controller.h', 1820 'browser/sync/glue/frontend_data_type_controller.h',
1819 'browser/sync/glue/generic_change_processor.cc', 1821 'browser/sync/glue/generic_change_processor.cc',
1820 'browser/sync/glue/generic_change_processor.h', 1822 'browser/sync/glue/generic_change_processor.h',
1821 'browser/sync/glue/history_model_worker.cc', 1823 'browser/sync/glue/history_model_worker.cc',
1822 'browser/sync/glue/history_model_worker.h', 1824 'browser/sync/glue/history_model_worker.h',
(...skipping 21 matching lines...) Expand all
1844 'browser/sync/glue/session_model_associator.cc', 1846 'browser/sync/glue/session_model_associator.cc',
1845 'browser/sync/glue/session_model_associator.h', 1847 'browser/sync/glue/session_model_associator.h',
1846 'browser/sync/glue/shared_change_processor.cc', 1848 'browser/sync/glue/shared_change_processor.cc',
1847 'browser/sync/glue/shared_change_processor.h', 1849 'browser/sync/glue/shared_change_processor.h',
1848 'browser/sync/glue/shared_change_processor_ref.cc', 1850 'browser/sync/glue/shared_change_processor_ref.cc',
1849 'browser/sync/glue/shared_change_processor_ref.h', 1851 'browser/sync/glue/shared_change_processor_ref.h',
1850 'browser/sync/glue/sync_backend_host.cc', 1852 'browser/sync/glue/sync_backend_host.cc',
1851 'browser/sync/glue/sync_backend_host.h', 1853 'browser/sync/glue/sync_backend_host.h',
1852 'browser/sync/glue/sync_backend_registrar.cc', 1854 'browser/sync/glue/sync_backend_registrar.cc',
1853 'browser/sync/glue/sync_backend_registrar.h', 1855 'browser/sync/glue/sync_backend_registrar.h',
1856 'browser/sync/glue/synced_device_tracker.cc',
1857 'browser/sync/glue/synced_device_tracker.h',
1854 'browser/sync/glue/synced_session.cc', 1858 'browser/sync/glue/synced_session.cc',
1855 'browser/sync/glue/synced_session.h', 1859 'browser/sync/glue/synced_session.h',
1856 'browser/sync/glue/synced_session_tracker.cc', 1860 'browser/sync/glue/synced_session_tracker.cc',
1857 'browser/sync/glue/synced_session_tracker.h', 1861 'browser/sync/glue/synced_session_tracker.h',
1858 'browser/sync/glue/synced_window_delegate.h', 1862 'browser/sync/glue/synced_window_delegate.h',
1863 'browser/sync/glue/synced_window_delegate_android.cc',
1859 'browser/sync/glue/synced_window_delegate_android.h', 1864 'browser/sync/glue/synced_window_delegate_android.h',
1860 'browser/sync/glue/synced_window_delegate_android.cc',
1861 'browser/sync/glue/theme_change_processor.cc', 1865 'browser/sync/glue/theme_change_processor.cc',
1862 'browser/sync/glue/theme_change_processor.h', 1866 'browser/sync/glue/theme_change_processor.h',
1863 'browser/sync/glue/theme_data_type_controller.cc', 1867 'browser/sync/glue/theme_data_type_controller.cc',
1864 'browser/sync/glue/theme_data_type_controller.h', 1868 'browser/sync/glue/theme_data_type_controller.h',
1865 'browser/sync/glue/theme_model_associator.cc', 1869 'browser/sync/glue/theme_model_associator.cc',
1866 'browser/sync/glue/theme_model_associator.h', 1870 'browser/sync/glue/theme_model_associator.h',
1867 'browser/sync/glue/theme_util.cc', 1871 'browser/sync/glue/theme_util.cc',
1868 'browser/sync/glue/theme_util.h', 1872 'browser/sync/glue/theme_util.h',
1869 'browser/sync/glue/typed_url_change_processor.cc', 1873 'browser/sync/glue/typed_url_change_processor.cc',
1870 'browser/sync/glue/typed_url_change_processor.h', 1874 'browser/sync/glue/typed_url_change_processor.h',
(...skipping 935 matching lines...) Expand 10 before | Expand all | Expand 10 after
2806 'includes': [ '../build/jni_generator.gypi' ], 2810 'includes': [ '../build/jni_generator.gypi' ],
2807 'dependencies': [ 2811 'dependencies': [
2808 'android_jar_jni_headers', 2812 'android_jar_jni_headers',
2809 ], 2813 ],
2810 }, 2814 },
2811 ], 2815 ],
2812 }, 2816 },
2813 ], 2817 ],
2814 ], 2818 ],
2815 } 2819 }
OLDNEW
« no previous file with comments | « chrome/browser/sync/user_selectable_sync_type.h ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698