OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |