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

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: Unit test fixes 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
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 1250 matching lines...) Expand 10 before | Expand all | Expand 10 after
1261 'browser/sync/glue/sync_backend_host.cc', 1261 'browser/sync/glue/sync_backend_host.cc',
1262 'browser/sync/glue/sync_backend_host.h', 1262 'browser/sync/glue/sync_backend_host.h',
1263 'browser/sync/glue/sync_backend_host_core.cc', 1263 'browser/sync/glue/sync_backend_host_core.cc',
1264 'browser/sync/glue/sync_backend_host_core.h', 1264 'browser/sync/glue/sync_backend_host_core.h',
1265 'browser/sync/glue/sync_backend_host_impl.cc', 1265 'browser/sync/glue/sync_backend_host_impl.cc',
1266 'browser/sync/glue/sync_backend_host_impl.h', 1266 'browser/sync/glue/sync_backend_host_impl.h',
1267 'browser/sync/glue/sync_backend_registrar.cc', 1267 'browser/sync/glue/sync_backend_registrar.cc',
1268 'browser/sync/glue/sync_backend_registrar.h', 1268 'browser/sync/glue/sync_backend_registrar.h',
1269 'browser/sync/glue/sync_start_util.cc', 1269 'browser/sync/glue/sync_start_util.cc',
1270 'browser/sync/glue/sync_start_util.h', 1270 'browser/sync/glue/sync_start_util.h',
1271 'browser/sync/glue/synced_device_tracker.cc',
1272 'browser/sync/glue/synced_device_tracker.h',
1273 'browser/sync/glue/synced_session.cc', 1271 'browser/sync/glue/synced_session.cc',
1274 'browser/sync/glue/synced_session.h', 1272 'browser/sync/glue/synced_session.h',
1275 'browser/sync/glue/synced_session_tracker.cc', 1273 'browser/sync/glue/synced_session_tracker.cc',
1276 'browser/sync/glue/synced_session_tracker.h', 1274 'browser/sync/glue/synced_session_tracker.h',
1277 'browser/sync/glue/synced_tab_delegate_android.cc', 1275 'browser/sync/glue/synced_tab_delegate_android.cc',
1278 'browser/sync/glue/synced_tab_delegate_android.h', 1276 'browser/sync/glue/synced_tab_delegate_android.h',
1279 'browser/sync/glue/synced_window_delegate.h', 1277 'browser/sync/glue/synced_window_delegate.h',
1280 'browser/sync/glue/synced_window_delegate_android.cc', 1278 'browser/sync/glue/synced_window_delegate_android.cc',
1281 'browser/sync/glue/synced_window_delegate_android.h', 1279 'browser/sync/glue/synced_window_delegate_android.h',
1282 'browser/sync/glue/typed_url_change_processor.cc', 1280 'browser/sync/glue/typed_url_change_processor.cc',
(...skipping 2260 matching lines...) Expand 10 before | Expand all | Expand 10 after
3543 'variables': { 3541 'variables': {
3544 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3542 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3545 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3543 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3546 }, 3544 },
3547 'includes': [ '../build/protoc.gypi' ] 3545 'includes': [ '../build/protoc.gypi' ]
3548 }, 3546 },
3549 ], 3547 ],
3550 },], 3548 },],
3551 ], 3549 ],
3552 } 3550 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698