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

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

Powered by Google App Engine
This is Rietveld 408576698