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

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: rebase 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 1356 matching lines...) Expand 10 before | Expand all | Expand 10 after
1367 'browser/sync/sessions/tab_node_pool.cc', 1367 'browser/sync/sessions/tab_node_pool.cc',
1368 'browser/sync/sessions/tab_node_pool.h', 1368 'browser/sync/sessions/tab_node_pool.h',
1369 'browser/sync/startup_controller.cc', 1369 'browser/sync/startup_controller.cc',
1370 'browser/sync/startup_controller.h', 1370 'browser/sync/startup_controller.h',
1371 'browser/sync/supervised_user_signin_manager_wrapper.cc', 1371 'browser/sync/supervised_user_signin_manager_wrapper.cc',
1372 'browser/sync/supervised_user_signin_manager_wrapper.h', 1372 'browser/sync/supervised_user_signin_manager_wrapper.h',
1373 'browser/sync/sync_error_controller.cc', 1373 'browser/sync/sync_error_controller.cc',
1374 'browser/sync/sync_error_controller.h', 1374 'browser/sync/sync_error_controller.h',
1375 'browser/sync/sync_startup_tracker.cc', 1375 'browser/sync/sync_startup_tracker.cc',
1376 'browser/sync/sync_startup_tracker.h', 1376 'browser/sync/sync_startup_tracker.h',
1377 'browser/sync/sync_type_preference_provider.h',
1377 'browser/tab_contents/navigation_metrics_recorder.cc', 1378 'browser/tab_contents/navigation_metrics_recorder.cc',
1378 'browser/tab_contents/navigation_metrics_recorder.h', 1379 'browser/tab_contents/navigation_metrics_recorder.h',
1379 'browser/tab_contents/retargeting_details.h', 1380 'browser/tab_contents/retargeting_details.h',
1380 'browser/tab_contents/tab_util.cc', 1381 'browser/tab_contents/tab_util.cc',
1381 'browser/tab_contents/tab_util.h', 1382 'browser/tab_contents/tab_util.h',
1382 'browser/task_profiler/auto_tracking.cc', 1383 'browser/task_profiler/auto_tracking.cc',
1383 'browser/task_profiler/auto_tracking.h', 1384 'browser/task_profiler/auto_tracking.h',
1384 'browser/task_profiler/task_profiler_data_serializer.cc', 1385 'browser/task_profiler/task_profiler_data_serializer.cc',
1385 'browser/task_profiler/task_profiler_data_serializer.h', 1386 'browser/task_profiler/task_profiler_data_serializer.h',
1386 'browser/thumbnails/content_analysis.cc', 1387 'browser/thumbnails/content_analysis.cc',
(...skipping 2220 matching lines...) Expand 10 before | Expand all | Expand 10 after
3607 'package_name': 'org/chromium/chrome/browser', 3608 'package_name': 'org/chromium/chrome/browser',
3608 'template_deps': ['browser/android/tab_load_status.h'], 3609 'template_deps': ['browser/android/tab_load_status.h'],
3609 }, 3610 },
3610 'includes': [ '../build/android/java_cpp_template.gypi' ], 3611 'includes': [ '../build/android/java_cpp_template.gypi' ],
3611 }, 3612 },
3612 ], 3613 ],
3613 }, 3614 },
3614 ], 3615 ],
3615 ], 3616 ],
3616 } 3617 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698