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

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

Issue 2763613002: Add DelayNavigationThrottle (Closed)
Patch Set: rebase Created 3 years, 9 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 497 matching lines...) Expand 10 before | Expand all | Expand 10 after
508 "invalidation/profile_invalidation_provider_factory.h", 508 "invalidation/profile_invalidation_provider_factory.h",
509 "io_thread.cc", 509 "io_thread.cc",
510 "io_thread.h", 510 "io_thread.h",
511 "lifetime/application_lifetime.cc", 511 "lifetime/application_lifetime.cc",
512 "lifetime/application_lifetime.h", 512 "lifetime/application_lifetime.h",
513 "lifetime/application_lifetime_mac.mm", 513 "lifetime/application_lifetime_mac.mm",
514 "loader/chrome_navigation_data.cc", 514 "loader/chrome_navigation_data.cc",
515 "loader/chrome_navigation_data.h", 515 "loader/chrome_navigation_data.h",
516 "loader/chrome_resource_dispatcher_host_delegate.cc", 516 "loader/chrome_resource_dispatcher_host_delegate.cc",
517 "loader/chrome_resource_dispatcher_host_delegate.h", 517 "loader/chrome_resource_dispatcher_host_delegate.h",
518 "loader/delay_navigation_throttle.cc",
519 "loader/delay_navigation_throttle.h",
518 "loader/predictor_resource_throttle.cc", 520 "loader/predictor_resource_throttle.cc",
519 "loader/predictor_resource_throttle.h", 521 "loader/predictor_resource_throttle.h",
520 "mac/bluetooth_utility.h", 522 "mac/bluetooth_utility.h",
521 "mac/bluetooth_utility.mm", 523 "mac/bluetooth_utility.mm",
522 "mac/dock.h", 524 "mac/dock.h",
523 "mac/dock.mm", 525 "mac/dock.mm",
524 "mac/exception_processor.h", 526 "mac/exception_processor.h",
525 "mac/exception_processor.mm", 527 "mac/exception_processor.mm",
526 "mac/install_from_dmg.h", 528 "mac/install_from_dmg.h",
527 "mac/install_from_dmg.mm", 529 "mac/install_from_dmg.mm",
(...skipping 4050 matching lines...) Expand 10 before | Expand all | Expand 10 after
4578 "media/pepper_cdm_test_constants.cc", 4580 "media/pepper_cdm_test_constants.cc",
4579 "media/pepper_cdm_test_constants.h", 4581 "media/pepper_cdm_test_constants.h",
4580 ] 4582 ]
4581 } 4583 }
4582 } 4584 }
4583 4585
4584 service_manifest("preferences_manifest") { 4586 service_manifest("preferences_manifest") {
4585 name = "preferences" 4587 name = "preferences"
4586 source = "prefs/preferences_manifest.json" 4588 source = "prefs/preferences_manifest.json"
4587 } 4589 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698