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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10910071: Extract abstract base to API directory for ProfileSyncService. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More unit test fixes. 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/ui/webui/options/browser_options_handler.h ('k') | no next file » | 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 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 'browser/api/infobars/link_infobar_delegate.cc', 148 'browser/api/infobars/link_infobar_delegate.cc',
149 'browser/api/infobars/link_infobar_delegate.h', 149 'browser/api/infobars/link_infobar_delegate.h',
150 'browser/api/infobars/one_click_signin_infobar_delegate.cc', 150 'browser/api/infobars/one_click_signin_infobar_delegate.cc',
151 'browser/api/infobars/one_click_signin_infobar_delegate.h', 151 'browser/api/infobars/one_click_signin_infobar_delegate.h',
152 'browser/api/infobars/simple_alert_infobar_delegate.cc', 152 'browser/api/infobars/simple_alert_infobar_delegate.cc',
153 'browser/api/infobars/simple_alert_infobar_delegate.h', 153 'browser/api/infobars/simple_alert_infobar_delegate.h',
154 'browser/api/prefs/pref_change_registrar.cc', 154 'browser/api/prefs/pref_change_registrar.cc',
155 'browser/api/prefs/pref_change_registrar.h', 155 'browser/api/prefs/pref_change_registrar.h',
156 'browser/api/prefs/pref_member.cc', 156 'browser/api/prefs/pref_member.cc',
157 'browser/api/prefs/pref_member.h', 157 'browser/api/prefs/pref_member.h',
158 'browser/api/sync/profile_sync_service_base.h',
159 'browser/api/sync/profile_sync_service_observer.h',
158 'browser/api/webdata/autofill_web_data.h', 160 'browser/api/webdata/autofill_web_data.h',
159 'browser/api/webdata/autofill_web_data_service.h', 161 'browser/api/webdata/autofill_web_data_service.h',
160 'browser/api/webdata/web_data_results.h', 162 'browser/api/webdata/web_data_results.h',
161 'browser/api/webdata/web_data_service_base.h', 163 'browser/api/webdata/web_data_service_base.h',
162 'browser/api/webdata/web_data_service_consumer.h', 164 'browser/api/webdata/web_data_service_consumer.h',
163 'browser/app_controller_mac.h', 165 'browser/app_controller_mac.h',
164 'browser/app_controller_mac.mm', 166 'browser/app_controller_mac.mm',
165 'browser/app_icon_win.cc', 167 'browser/app_icon_win.cc',
166 'browser/app_icon_win.h', 168 'browser/app_icon_win.h',
167 'browser/autocomplete/autocomplete_classifier.cc', 169 'browser/autocomplete/autocomplete_classifier.cc',
(...skipping 1737 matching lines...) Expand 10 before | Expand all | Expand 10 after
1905 'browser/sync/invalidation_frontend.h', 1907 'browser/sync/invalidation_frontend.h',
1906 'browser/sync/profile_sync_components_factory.h', 1908 'browser/sync/profile_sync_components_factory.h',
1907 'browser/sync/profile_sync_components_factory_impl.cc', 1909 'browser/sync/profile_sync_components_factory_impl.cc',
1908 'browser/sync/profile_sync_components_factory_impl.h', 1910 'browser/sync/profile_sync_components_factory_impl.h',
1909 'browser/sync/profile_sync_service.cc', 1911 'browser/sync/profile_sync_service.cc',
1910 'browser/sync/profile_sync_service.h', 1912 'browser/sync/profile_sync_service.h',
1911 'browser/sync/profile_sync_service_factory.cc', 1913 'browser/sync/profile_sync_service_factory.cc',
1912 'browser/sync/profile_sync_service_factory.h', 1914 'browser/sync/profile_sync_service_factory.h',
1913 'browser/sync/profile_sync_service_harness.cc', 1915 'browser/sync/profile_sync_service_harness.cc',
1914 'browser/sync/profile_sync_service_harness.h', 1916 'browser/sync/profile_sync_service_harness.h',
1915 'browser/sync/profile_sync_service_observer.h',
1916 'browser/sync/retry_verifier.cc', 1917 'browser/sync/retry_verifier.cc',
1917 'browser/sync/retry_verifier.h', 1918 'browser/sync/retry_verifier.h',
1918 'browser/sync/sync_global_error.cc', 1919 'browser/sync/sync_global_error.cc',
1919 'browser/sync/sync_global_error.h', 1920 'browser/sync/sync_global_error.h',
1920 'browser/sync/sync_prefs.cc', 1921 'browser/sync/sync_prefs.cc',
1921 'browser/sync/sync_prefs.h', 1922 'browser/sync/sync_prefs.h',
1922 'browser/sync/sync_ui_util.cc', 1923 'browser/sync/sync_ui_util.cc',
1923 'browser/sync/sync_ui_util.h', 1924 'browser/sync/sync_ui_util.h',
1924 'browser/sync/sync_ui_util_mac.h', 1925 'browser/sync/sync_ui_util_mac.h',
1925 'browser/sync/sync_ui_util_mac.mm', 1926 'browser/sync/sync_ui_util_mac.mm',
(...skipping 908 matching lines...) Expand 10 before | Expand all | Expand 10 after
2834 'includes': [ '../build/jni_generator.gypi' ], 2835 'includes': [ '../build/jni_generator.gypi' ],
2835 'dependencies': [ 2836 'dependencies': [
2836 'android_jar_jni_headers', 2837 'android_jar_jni_headers',
2837 ], 2838 ],
2838 }, 2839 },
2839 ], 2840 ],
2840 }, 2841 },
2841 ], 2842 ],
2842 ], 2843 ],
2843 } 2844 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/options/browser_options_handler.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698