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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1227973003: Componentize //chrome/browser/prefs/tracked. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: modified folder to prefs_tracker Created 5 years, 5 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 2274 matching lines...) Expand 10 before | Expand all | Expand 10 after
2285 'browser/prefs/pref_service_syncable_factory.cc', 2285 'browser/prefs/pref_service_syncable_factory.cc',
2286 'browser/prefs/pref_service_syncable_factory.h', 2286 'browser/prefs/pref_service_syncable_factory.h',
2287 'browser/prefs/pref_service_syncable_observer.h', 2287 'browser/prefs/pref_service_syncable_observer.h',
2288 'browser/prefs/profile_pref_store_manager.cc', 2288 'browser/prefs/profile_pref_store_manager.cc',
2289 'browser/prefs/profile_pref_store_manager.h', 2289 'browser/prefs/profile_pref_store_manager.h',
2290 'browser/prefs/session_startup_pref.cc', 2290 'browser/prefs/session_startup_pref.cc',
2291 'browser/prefs/session_startup_pref.h', 2291 'browser/prefs/session_startup_pref.h',
2292 'browser/prefs/synced_pref_change_registrar.cc', 2292 'browser/prefs/synced_pref_change_registrar.cc',
2293 'browser/prefs/synced_pref_change_registrar.h', 2293 'browser/prefs/synced_pref_change_registrar.h',
2294 'browser/prefs/synced_pref_observer.h', 2294 'browser/prefs/synced_pref_observer.h',
2295 'browser/prefs/tracked/device_id.h',
2296 'browser/prefs/tracked/device_id_win.cc',
2297 'browser/prefs/tracked/dictionary_hash_store_contents.cc',
2298 'browser/prefs/tracked/dictionary_hash_store_contents.h',
2299 'browser/prefs/tracked/hash_store_contents.h',
2300 'browser/prefs/tracked/interceptable_pref_filter.cc',
2301 'browser/prefs/tracked/interceptable_pref_filter.h',
2302 'browser/prefs/tracked/pref_hash_calculator.cc',
2303 'browser/prefs/tracked/pref_hash_calculator.h',
2304 'browser/prefs/tracked/pref_hash_filter.cc',
2305 'browser/prefs/tracked/pref_hash_filter.h',
2306 'browser/prefs/tracked/pref_hash_store.h',
2307 'browser/prefs/tracked/pref_hash_store_impl.cc',
2308 'browser/prefs/tracked/pref_hash_store_impl.h',
2309 'browser/prefs/tracked/pref_hash_store_transaction.h',
2310 'browser/prefs/tracked/pref_service_hash_store_contents.cc',
2311 'browser/prefs/tracked/pref_service_hash_store_contents.h',
2312 'browser/prefs/tracked/segregated_pref_store.cc',
2313 'browser/prefs/tracked/segregated_pref_store.h',
2314 'browser/prefs/tracked/tracked_atomic_preference.cc',
2315 'browser/prefs/tracked/tracked_atomic_preference.h',
2316 'browser/prefs/tracked/tracked_preference.h',
2317 'browser/prefs/tracked/tracked_preference_helper.cc',
2318 'browser/prefs/tracked/tracked_preference_helper.h',
2319 'browser/prefs/tracked/tracked_preference_validation_delegate.h',
2320 'browser/prefs/tracked/tracked_preferences_migration.cc',
2321 'browser/prefs/tracked/tracked_preferences_migration.h',
2322 'browser/prefs/tracked/tracked_split_preference.cc',
2323 'browser/prefs/tracked/tracked_split_preference.h',
2324 ], 2295 ],
2325 # Used both when (enable_basic_printing==1 or enable_print_preview==1). 2296 # Used both when (enable_basic_printing==1 or enable_print_preview==1).
2326 'chrome_browser_printing_basic_sources': [ 2297 'chrome_browser_printing_basic_sources': [
2327 'browser/printing/print_job.cc', 2298 'browser/printing/print_job.cc',
2328 'browser/printing/print_job.h', 2299 'browser/printing/print_job.h',
2329 'browser/printing/print_job_manager.cc', 2300 'browser/printing/print_job_manager.cc',
2330 'browser/printing/print_job_manager.h', 2301 'browser/printing/print_job_manager.h',
2331 'browser/printing/print_job_worker.cc', 2302 'browser/printing/print_job_worker.cc',
2332 'browser/printing/print_job_worker.h', 2303 'browser/printing/print_job_worker.h',
2333 'browser/printing/print_job_worker_owner.cc', 2304 'browser/printing/print_job_worker_owner.cc',
(...skipping 943 matching lines...) Expand 10 before | Expand all | Expand 10 after
3277 '../components/components.gyp:dom_distiller_content', 3248 '../components/components.gyp:dom_distiller_content',
3278 '../components/components.gyp:favicon_content', 3249 '../components/components.gyp:favicon_content',
3279 '../components/components.gyp:guest_view_browser', 3250 '../components/components.gyp:guest_view_browser',
3280 '../components/components.gyp:history_content_browser', 3251 '../components/components.gyp:history_content_browser',
3281 '../components/components.gyp:keyed_service_content', 3252 '../components/components.gyp:keyed_service_content',
3282 '../components/components.gyp:navigation_interception', 3253 '../components/components.gyp:navigation_interception',
3283 '../components/components.gyp:packed_ct_ev_whitelist', 3254 '../components/components.gyp:packed_ct_ev_whitelist',
3284 '../components/components.gyp:password_manager_content_browser', 3255 '../components/components.gyp:password_manager_content_browser',
3285 '../components/components.gyp:plugins_common', 3256 '../components/components.gyp:plugins_common',
3286 '../components/components.gyp:power', 3257 '../components/components.gyp:power',
3258 '../components/components.gyp:prefs_tracker_browser',
3287 '../components/components.gyp:printing_browser', 3259 '../components/components.gyp:printing_browser',
3288 '../components/components.gyp:safe_json', 3260 '../components/components.gyp:safe_json',
3289 '../components/components.gyp:sessions_content', 3261 '../components/components.gyp:sessions_content',
3290 '../components/components.gyp:storage_monitor', 3262 '../components/components.gyp:storage_monitor',
3291 '../components/components.gyp:translate_content_browser', 3263 '../components/components.gyp:translate_content_browser',
3292 '../components/components.gyp:url_matcher', 3264 '../components/components.gyp:url_matcher',
3293 '../components/components.gyp:visitedlink_browser', 3265 '../components/components.gyp:visitedlink_browser',
3294 '../components/components.gyp:visitedlink_common', 3266 '../components/components.gyp:visitedlink_common',
3295 '../components/components.gyp:web_cache_browser', 3267 '../components/components.gyp:web_cache_browser',
3296 '../components/components.gyp:web_modal', 3268 '../components/components.gyp:web_modal',
(...skipping 793 matching lines...) Expand 10 before | Expand all | Expand 10 after
4090 'variables': { 4062 'variables': {
4091 'proto_in_dir': 'browser/sync_file_system/drive_backend', 4063 'proto_in_dir': 'browser/sync_file_system/drive_backend',
4092 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 4064 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
4093 }, 4065 },
4094 'includes': [ '../build/protoc.gypi' ] 4066 'includes': [ '../build/protoc.gypi' ]
4095 }, 4067 },
4096 ], 4068 ],
4097 },], 4069 },],
4098 ], 4070 ],
4099 } 4071 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698