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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 428143002: Sync: Add a SyncTypePreferenceProvider interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 'variables': { 6 'variables': {
7 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 1336 matching lines...) Expand 10 before | Expand all | Expand 10 after
1347 'browser/sync/glue/ui_model_worker.h', 1347 'browser/sync/glue/ui_model_worker.h',
1348 'browser/sync/profile_sync_auth_provider.cc', 1348 'browser/sync/profile_sync_auth_provider.cc',
1349 'browser/sync/profile_sync_auth_provider.h', 1349 'browser/sync/profile_sync_auth_provider.h',
1350 'browser/sync/profile_sync_components_factory.h', 1350 'browser/sync/profile_sync_components_factory.h',
1351 'browser/sync/profile_sync_components_factory_impl.cc', 1351 'browser/sync/profile_sync_components_factory_impl.cc',
1352 'browser/sync/profile_sync_components_factory_impl.h', 1352 'browser/sync/profile_sync_components_factory_impl.h',
1353 'browser/sync/profile_sync_service.cc', 1353 'browser/sync/profile_sync_service.cc',
1354 'browser/sync/profile_sync_service.h', 1354 'browser/sync/profile_sync_service.h',
1355 'browser/sync/profile_sync_service_android.cc', 1355 'browser/sync/profile_sync_service_android.cc',
1356 'browser/sync/profile_sync_service_android.h', 1356 'browser/sync/profile_sync_service_android.h',
1357 'browser/sync/profile_sync_service_data_type_provider.h',
1357 'browser/sync/profile_sync_service_factory.cc', 1358 'browser/sync/profile_sync_service_factory.cc',
1358 'browser/sync/profile_sync_service_factory.h', 1359 'browser/sync/profile_sync_service_factory.h',
1359 'browser/sync/profile_sync_service_model_type_selection_android.h', 1360 'browser/sync/profile_sync_service_model_type_selection_android.h',
1360 'browser/sync/profile_sync_service_observer.cc', 1361 'browser/sync/profile_sync_service_observer.cc',
1361 'browser/sync/profile_sync_service_observer.h', 1362 'browser/sync/profile_sync_service_observer.h',
1362 'browser/sync/protocol_event_observer.cc', 1363 'browser/sync/protocol_event_observer.cc',
1363 'browser/sync/protocol_event_observer.h', 1364 'browser/sync/protocol_event_observer.h',
1364 'browser/sync/sessions/notification_service_sessions_router.cc', 1365 'browser/sync/sessions/notification_service_sessions_router.cc',
1365 'browser/sync/sessions/notification_service_sessions_router.h', 1366 'browser/sync/sessions/notification_service_sessions_router.h',
1366 'browser/sync/sessions/session_data_type_controller.cc', 1367 'browser/sync/sessions/session_data_type_controller.cc',
(...skipping 2250 matching lines...) Expand 10 before | Expand all | Expand 10 after
3617 'package_name': 'org/chromium/chrome/browser', 3618 'package_name': 'org/chromium/chrome/browser',
3618 'template_deps': ['browser/android/tab_load_status.h'], 3619 'template_deps': ['browser/android/tab_load_status.h'],
3619 }, 3620 },
3620 'includes': [ '../build/android/java_cpp_template.gypi' ], 3621 'includes': [ '../build/android/java_cpp_template.gypi' ],
3621 }, 3622 },
3622 ], 3623 ],
3623 }, 3624 },
3624 ], 3625 ],
3625 ], 3626 ],
3626 } 3627 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698