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

Side by Side Diff: chrome/browser/BUILD.gn

Issue 2928823003: Make it possible to build without enable_supervised_users.
Patch Set: Does it still compile with the feature enabled? Created 3 years, 6 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 | « no previous file | chrome/browser/browser_process_impl.h » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 "component_updater/pnacl_component_installer.cc", 254 "component_updater/pnacl_component_installer.cc",
255 "component_updater/pnacl_component_installer.h", 255 "component_updater/pnacl_component_installer.h",
256 "component_updater/recovery_component_installer.cc", 256 "component_updater/recovery_component_installer.cc",
257 "component_updater/recovery_component_installer.h", 257 "component_updater/recovery_component_installer.h",
258 "component_updater/recovery_improved_component_installer.cc", 258 "component_updater/recovery_improved_component_installer.cc",
259 "component_updater/recovery_improved_component_installer.h", 259 "component_updater/recovery_improved_component_installer.h",
260 "component_updater/sth_set_component_installer.cc", 260 "component_updater/sth_set_component_installer.cc",
261 "component_updater/sth_set_component_installer.h", 261 "component_updater/sth_set_component_installer.h",
262 "component_updater/subresource_filter_component_installer.cc", 262 "component_updater/subresource_filter_component_installer.cc",
263 "component_updater/subresource_filter_component_installer.h", 263 "component_updater/subresource_filter_component_installer.h",
264 "component_updater/supervised_user_whitelist_installer.cc",
265 "component_updater/supervised_user_whitelist_installer.h",
266 "component_updater/sw_reporter_installer_win.cc", 264 "component_updater/sw_reporter_installer_win.cc",
267 "component_updater/sw_reporter_installer_win.h", 265 "component_updater/sw_reporter_installer_win.h",
268 "conflicts/installed_programs_win.cc", 266 "conflicts/installed_programs_win.cc",
269 "conflicts/installed_programs_win.h", 267 "conflicts/installed_programs_win.h",
270 "conflicts/module_database_observer_win.h", 268 "conflicts/module_database_observer_win.h",
271 "conflicts/module_database_win.cc", 269 "conflicts/module_database_win.cc",
272 "conflicts/module_database_win.h", 270 "conflicts/module_database_win.h",
273 "conflicts/module_event_sink_impl_win.cc", 271 "conflicts/module_event_sink_impl_win.cc",
274 "conflicts/module_event_sink_impl_win.h", 272 "conflicts/module_event_sink_impl_win.h",
275 "conflicts/module_info_util_win.cc", 273 "conflicts/module_info_util_win.cc",
(...skipping 1066 matching lines...) Expand 10 before | Expand all | Expand 10 after
1342 "sync/glue/sync_start_util.cc", 1340 "sync/glue/sync_start_util.cc",
1343 "sync/glue/sync_start_util.h", 1341 "sync/glue/sync_start_util.h",
1344 "sync/profile_sync_service_factory.cc", 1342 "sync/profile_sync_service_factory.cc",
1345 "sync/profile_sync_service_factory.h", 1343 "sync/profile_sync_service_factory.h",
1346 "sync/sessions/sync_sessions_router_tab_helper.cc", 1344 "sync/sessions/sync_sessions_router_tab_helper.cc",
1347 "sync/sessions/sync_sessions_router_tab_helper.h", 1345 "sync/sessions/sync_sessions_router_tab_helper.h",
1348 "sync/sessions/sync_sessions_web_contents_router.cc", 1346 "sync/sessions/sync_sessions_web_contents_router.cc",
1349 "sync/sessions/sync_sessions_web_contents_router.h", 1347 "sync/sessions/sync_sessions_web_contents_router.h",
1350 "sync/sessions/sync_sessions_web_contents_router_factory.cc", 1348 "sync/sessions/sync_sessions_web_contents_router_factory.cc",
1351 "sync/sessions/sync_sessions_web_contents_router_factory.h", 1349 "sync/sessions/sync_sessions_web_contents_router_factory.h",
1352 "sync/supervised_user_signin_manager_wrapper.cc",
1353 "sync/supervised_user_signin_manager_wrapper.h",
1354 "sync/sync_startup_tracker.cc", 1350 "sync/sync_startup_tracker.cc",
1355 "sync/sync_startup_tracker.h", 1351 "sync/sync_startup_tracker.h",
1356 "sync/user_event_service_factory.cc", 1352 "sync/user_event_service_factory.cc",
1357 "sync/user_event_service_factory.h", 1353 "sync/user_event_service_factory.h",
1358 "tab_contents/navigation_metrics_recorder.cc", 1354 "tab_contents/navigation_metrics_recorder.cc",
1359 "tab_contents/navigation_metrics_recorder.h", 1355 "tab_contents/navigation_metrics_recorder.h",
1360 "tab_contents/tab_util.cc", 1356 "tab_contents/tab_util.cc",
1361 "tab_contents/tab_util.h", 1357 "tab_contents/tab_util.h",
1362 "task_manager/web_contents_tags.cc", 1358 "task_manager/web_contents_tags.cc",
1363 "task_manager/web_contents_tags.h", 1359 "task_manager/web_contents_tags.h",
(...skipping 1911 matching lines...) Expand 10 before | Expand all | Expand 10 after
3275 "//third_party/smhasher:murmurhash2", 3271 "//third_party/smhasher:murmurhash2",
3276 ] 3272 ]
3277 3273
3278 deps -= [ "//components/storage_monitor" ] 3274 deps -= [ "//components/storage_monitor" ]
3279 if (use_seccomp_bpf) { 3275 if (use_seccomp_bpf) {
3280 deps += [ "//sandbox/linux:seccomp_bpf" ] 3276 deps += [ "//sandbox/linux:seccomp_bpf" ]
3281 } 3277 }
3282 3278
3283 if (enable_supervised_users) { 3279 if (enable_supervised_users) {
3284 sources += [ 3280 sources += [
3281 "component_updater/supervised_user_whitelist_installer.cc",
3282 "component_updater/supervised_user_whitelist_installer.h",
3285 "supervised_user/child_accounts/child_account_feedback_reporter_android. cc", 3283 "supervised_user/child_accounts/child_account_feedback_reporter_android. cc",
3286 "supervised_user/child_accounts/child_account_feedback_reporter_android. h", 3284 "supervised_user/child_accounts/child_account_feedback_reporter_android. h",
3287 "supervised_user/child_accounts/child_account_service_android.cc", 3285 "supervised_user/child_accounts/child_account_service_android.cc",
3288 "supervised_user/child_accounts/child_account_service_android.h", 3286 "supervised_user/child_accounts/child_account_service_android.h",
3287 "sync/supervised_user_signin_manager_wrapper.cc",
3288 "sync/supervised_user_signin_manager_wrapper.h",
3289 ] 3289 ]
3290 } 3290 }
3291 } else { 3291 } else {
3292 # Non-Android. 3292 # Non-Android.
3293 sources += [ 3293 sources += [
3294 "accessibility/invert_bubble_prefs.cc", 3294 "accessibility/invert_bubble_prefs.cc",
3295 "accessibility/invert_bubble_prefs.h", 3295 "accessibility/invert_bubble_prefs.h",
3296 "background/background_contents.cc", 3296 "background/background_contents.cc",
3297 "background/background_contents.h", 3297 "background/background_contents.h",
3298 "banners/app_banner_infobar_delegate_desktop.cc", 3298 "banners/app_banner_infobar_delegate_desktop.cc",
(...skipping 1473 matching lines...) Expand 10 before | Expand all | Expand 10 after
4772 "//components/search_engines", 4772 "//components/search_engines",
4773 "//rlz:rlz_lib", 4773 "//rlz:rlz_lib",
4774 ] 4774 ]
4775 } 4775 }
4776 } 4776 }
4777 4777
4778 service_manifest("preferences_forwarder_manifest") { 4778 service_manifest("preferences_forwarder_manifest") {
4779 name = "preferences_forwarder" 4779 name = "preferences_forwarder"
4780 source = "prefs/forwarder_manifest.json" 4780 source = "prefs/forwarder_manifest.json"
4781 } 4781 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/browser_process_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698