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

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

Issue 2778983005: Allow the app banner installability check to run on page load. (Closed)
Patch Set: Created 3 years, 8 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 480 matching lines...) Expand 10 before | Expand all | Expand 10 after
491 "install_verification/win/module_ids.h", 491 "install_verification/win/module_ids.h",
492 "install_verification/win/module_info.h", 492 "install_verification/win/module_info.h",
493 "install_verification/win/module_list.cc", 493 "install_verification/win/module_list.cc",
494 "install_verification/win/module_list.h", 494 "install_verification/win/module_list.h",
495 "install_verification/win/module_verification_common.cc", 495 "install_verification/win/module_verification_common.cc",
496 "install_verification/win/module_verification_common.h", 496 "install_verification/win/module_verification_common.h",
497 "installable/installable_logging.cc", 497 "installable/installable_logging.cc",
498 "installable/installable_logging.h", 498 "installable/installable_logging.h",
499 "installable/installable_manager.cc", 499 "installable/installable_manager.cc",
500 "installable/installable_manager.h", 500 "installable/installable_manager.h",
501 "installable/installable_metrics.cc",
502 "installable/installable_metrics.h",
501 "internal_auth.cc", 503 "internal_auth.cc",
502 "internal_auth.h", 504 "internal_auth.h",
503 "interstitials/chrome_controller_client.cc", 505 "interstitials/chrome_controller_client.cc",
504 "interstitials/chrome_controller_client.h", 506 "interstitials/chrome_controller_client.h",
505 "interstitials/chrome_metrics_helper.cc", 507 "interstitials/chrome_metrics_helper.cc",
506 "interstitials/chrome_metrics_helper.h", 508 "interstitials/chrome_metrics_helper.h",
507 "intranet_redirect_detector.cc", 509 "intranet_redirect_detector.cc",
508 "intranet_redirect_detector.h", 510 "intranet_redirect_detector.h",
509 "invalidation/profile_invalidation_provider_factory.cc", 511 "invalidation/profile_invalidation_provider_factory.cc",
510 "invalidation/profile_invalidation_provider_factory.h", 512 "invalidation/profile_invalidation_provider_factory.h",
(...skipping 4097 matching lines...) Expand 10 before | Expand all | Expand 10 after
4608 "media/pepper_cdm_test_constants.cc", 4610 "media/pepper_cdm_test_constants.cc",
4609 "media/pepper_cdm_test_constants.h", 4611 "media/pepper_cdm_test_constants.h",
4610 ] 4612 ]
4611 } 4613 }
4612 } 4614 }
4613 4615
4614 service_manifest("preferences_manifest") { 4616 service_manifest("preferences_manifest") {
4615 name = "preferences" 4617 name = "preferences"
4616 source = "prefs/preferences_manifest.json" 4618 source = "prefs/preferences_manifest.json"
4617 } 4619 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698