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

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

Issue 2862653002: If force-sign-in policy is enabled, popup warning dialog before window closing if auth token becom… (Closed)
Patch Set: fixup Created 3 years, 7 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 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 2591 matching lines...) Expand 10 before | Expand all | Expand 10 after
2602 "profiles/profile_statistics.cc", 2602 "profiles/profile_statistics.cc",
2603 "profiles/profile_statistics.h", 2603 "profiles/profile_statistics.h",
2604 "profiles/profile_statistics_aggregator.cc", 2604 "profiles/profile_statistics_aggregator.cc",
2605 "profiles/profile_statistics_aggregator.h", 2605 "profiles/profile_statistics_aggregator.h",
2606 "profiles/profile_statistics_common.cc", 2606 "profiles/profile_statistics_common.cc",
2607 "profiles/profile_statistics_common.h", 2607 "profiles/profile_statistics_common.h",
2608 "profiles/profile_statistics_factory.cc", 2608 "profiles/profile_statistics_factory.cc",
2609 "profiles/profile_statistics_factory.h", 2609 "profiles/profile_statistics_factory.h",
2610 "signin/force_signin_verifier.cc", 2610 "signin/force_signin_verifier.cc",
2611 "signin/force_signin_verifier.h", 2611 "signin/force_signin_verifier.h",
2612 "signin/force_signout_timer.cc",
2613 "signin/force_signout_timer.h",
2612 "signin/signin_global_error.cc", 2614 "signin/signin_global_error.cc",
2613 "signin/signin_global_error.h", 2615 "signin/signin_global_error.h",
2614 "signin/signin_global_error_factory.cc", 2616 "signin/signin_global_error_factory.cc",
2615 "signin/signin_global_error_factory.h", 2617 "signin/signin_global_error_factory.h",
2616 "upgrade_detector_impl.cc", 2618 "upgrade_detector_impl.cc",
2617 "upgrade_detector_impl.h", 2619 "upgrade_detector_impl.h",
2618 ] 2620 ]
2619 } else { 2621 } else {
2620 sources += [ 2622 sources += [
2621 "media/protected_media_identifier_permission_context.cc", 2623 "media/protected_media_identifier_permission_context.cc",
(...skipping 2076 matching lines...) Expand 10 before | Expand all | Expand 10 after
4698 "media/pepper_cdm_test_constants.cc", 4700 "media/pepper_cdm_test_constants.cc",
4699 "media/pepper_cdm_test_constants.h", 4701 "media/pepper_cdm_test_constants.h",
4700 ] 4702 ]
4701 } 4703 }
4702 } 4704 }
4703 4705
4704 service_manifest("preferences_forwarder_manifest") { 4706 service_manifest("preferences_forwarder_manifest") {
4705 name = "preferences_forwarder" 4707 name = "preferences_forwarder"
4706 source = "prefs/forwarder_manifest.json" 4708 source = "prefs/forwarder_manifest.json"
4707 } 4709 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698