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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1397913002: [Sync] Componentize local_device_info_provider_impl and test (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix GN Created 5 years, 2 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 2843 matching lines...) Expand 10 before | Expand all | Expand 10 after
2854 'browser/sync/chrome_sync_client.cc', 2854 'browser/sync/chrome_sync_client.cc',
2855 'browser/sync/chrome_sync_client.h', 2855 'browser/sync/chrome_sync_client.h',
2856 'browser/sync/glue/autofill_data_type_controller.cc', 2856 'browser/sync/glue/autofill_data_type_controller.cc',
2857 'browser/sync/glue/autofill_data_type_controller.h', 2857 'browser/sync/glue/autofill_data_type_controller.h',
2858 'browser/sync/glue/autofill_profile_data_type_controller.cc', 2858 'browser/sync/glue/autofill_profile_data_type_controller.cc',
2859 'browser/sync/glue/autofill_profile_data_type_controller.h', 2859 'browser/sync/glue/autofill_profile_data_type_controller.h',
2860 'browser/sync/glue/extensions_activity_monitor.cc', 2860 'browser/sync/glue/extensions_activity_monitor.cc',
2861 'browser/sync/glue/extensions_activity_monitor.h', 2861 'browser/sync/glue/extensions_activity_monitor.h',
2862 'browser/sync/glue/history_delete_directives_data_type_controller.cc', 2862 'browser/sync/glue/history_delete_directives_data_type_controller.cc',
2863 'browser/sync/glue/history_delete_directives_data_type_controller.h', 2863 'browser/sync/glue/history_delete_directives_data_type_controller.h',
2864 'browser/sync/glue/local_device_info_provider_impl.cc',
2865 'browser/sync/glue/local_device_info_provider_impl.h',
2866 'browser/sync/glue/non_frontend_data_type_controller.cc', 2864 'browser/sync/glue/non_frontend_data_type_controller.cc',
2867 'browser/sync/glue/non_frontend_data_type_controller.h', 2865 'browser/sync/glue/non_frontend_data_type_controller.h',
2868 'browser/sync/glue/password_data_type_controller.cc', 2866 'browser/sync/glue/password_data_type_controller.cc',
2869 'browser/sync/glue/password_data_type_controller.h', 2867 'browser/sync/glue/password_data_type_controller.h',
2870 'browser/sync/glue/search_engine_data_type_controller.cc', 2868 'browser/sync/glue/search_engine_data_type_controller.cc',
2871 'browser/sync/glue/search_engine_data_type_controller.h', 2869 'browser/sync/glue/search_engine_data_type_controller.h',
2872 'browser/sync/glue/sync_backend_host.cc', 2870 'browser/sync/glue/sync_backend_host.cc',
2873 'browser/sync/glue/sync_backend_host.h', 2871 'browser/sync/glue/sync_backend_host.h',
2874 'browser/sync/glue/sync_backend_host_core.cc', 2872 'browser/sync/glue/sync_backend_host_core.cc',
2875 'browser/sync/glue/sync_backend_host_core.h', 2873 'browser/sync/glue/sync_backend_host_core.h',
(...skipping 1243 matching lines...) Expand 10 before | Expand all | Expand 10 after
4119 '../components/components.gyp:omnibox_browser', 4117 '../components/components.gyp:omnibox_browser',
4120 '../components/components.gyp:rlz', 4118 '../components/components.gyp:rlz',
4121 '../components/components.gyp:search_engines', 4119 '../components/components.gyp:search_engines',
4122 '../rlz/rlz.gyp:rlz_lib', 4120 '../rlz/rlz.gyp:rlz_lib',
4123 ], 4121 ],
4124 }, 4122 },
4125 ], 4123 ],
4126 }], 4124 }],
4127 ], 4125 ],
4128 } 4126 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698