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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 566623003: Refactor syncable DEVICE_INFO type from ChangeProcessor to SyncableService - part 3. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More CR feedback addressed in DeviceInfoSyncService. Created 6 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
« no previous file with comments | « chrome/browser/ui/webui/history_ui.cc ('k') | chrome/chrome_tests_unit.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 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 1234 matching lines...) Expand 10 before | Expand all | Expand 10 after
1245 'browser/sync/glue/sync_backend_host.cc', 1245 'browser/sync/glue/sync_backend_host.cc',
1246 'browser/sync/glue/sync_backend_host.h', 1246 'browser/sync/glue/sync_backend_host.h',
1247 'browser/sync/glue/sync_backend_host_core.cc', 1247 'browser/sync/glue/sync_backend_host_core.cc',
1248 'browser/sync/glue/sync_backend_host_core.h', 1248 'browser/sync/glue/sync_backend_host_core.h',
1249 'browser/sync/glue/sync_backend_host_impl.cc', 1249 'browser/sync/glue/sync_backend_host_impl.cc',
1250 'browser/sync/glue/sync_backend_host_impl.h', 1250 'browser/sync/glue/sync_backend_host_impl.h',
1251 'browser/sync/glue/sync_backend_registrar.cc', 1251 'browser/sync/glue/sync_backend_registrar.cc',
1252 'browser/sync/glue/sync_backend_registrar.h', 1252 'browser/sync/glue/sync_backend_registrar.h',
1253 'browser/sync/glue/sync_start_util.cc', 1253 'browser/sync/glue/sync_start_util.cc',
1254 'browser/sync/glue/sync_start_util.h', 1254 'browser/sync/glue/sync_start_util.h',
1255 'browser/sync/glue/synced_device_tracker.cc',
1256 'browser/sync/glue/synced_device_tracker.h',
1257 'browser/sync/glue/synced_session.cc', 1255 'browser/sync/glue/synced_session.cc',
1258 'browser/sync/glue/synced_session.h', 1256 'browser/sync/glue/synced_session.h',
1259 'browser/sync/glue/synced_session_tracker.cc', 1257 'browser/sync/glue/synced_session_tracker.cc',
1260 'browser/sync/glue/synced_session_tracker.h', 1258 'browser/sync/glue/synced_session_tracker.h',
1261 'browser/sync/glue/synced_tab_delegate_android.cc', 1259 'browser/sync/glue/synced_tab_delegate_android.cc',
1262 'browser/sync/glue/synced_tab_delegate_android.h', 1260 'browser/sync/glue/synced_tab_delegate_android.h',
1263 'browser/sync/glue/synced_window_delegate.h', 1261 'browser/sync/glue/synced_window_delegate.h',
1264 'browser/sync/glue/synced_window_delegate_android.cc', 1262 'browser/sync/glue/synced_window_delegate_android.cc',
1265 'browser/sync/glue/synced_window_delegate_android.h', 1263 'browser/sync/glue/synced_window_delegate_android.h',
1266 'browser/sync/glue/typed_url_change_processor.cc', 1264 'browser/sync/glue/typed_url_change_processor.cc',
(...skipping 2284 matching lines...) Expand 10 before | Expand all | Expand 10 after
3551 'variables': { 3549 'variables': {
3552 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3550 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3553 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3551 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3554 }, 3552 },
3555 'includes': [ '../build/protoc.gypi' ] 3553 'includes': [ '../build/protoc.gypi' ]
3556 }, 3554 },
3557 ], 3555 ],
3558 },], 3556 },],
3559 ], 3557 ],
3560 } 3558 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/history_ui.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698