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

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

Issue 2528483003: [Android Downloads] Long-press menu item "Download Link" should delegate job to OfflinePages backen… (Closed)
Patch Set: Added a simple test and changes per asanka's comments Created 4 years 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 3094 matching lines...) Expand 10 before | Expand all | Expand 10 after
3105 "android/ntp/popular_sites.cc", 3105 "android/ntp/popular_sites.cc",
3106 "android/ntp/popular_sites.h", 3106 "android/ntp/popular_sites.h",
3107 "android/offline_pages/background_scheduler_bridge.cc", 3107 "android/offline_pages/background_scheduler_bridge.cc",
3108 "android/offline_pages/background_scheduler_bridge.h", 3108 "android/offline_pages/background_scheduler_bridge.h",
3109 "android/offline_pages/downloads/offline_page_download_bridge.cc", 3109 "android/offline_pages/downloads/offline_page_download_bridge.cc",
3110 "android/offline_pages/downloads/offline_page_download_bridge.h", 3110 "android/offline_pages/downloads/offline_page_download_bridge.h",
3111 "android/offline_pages/downloads/offline_page_infobar_delegate.cc", 3111 "android/offline_pages/downloads/offline_page_infobar_delegate.cc",
3112 "android/offline_pages/downloads/offline_page_infobar_delegate.h", 3112 "android/offline_pages/downloads/offline_page_infobar_delegate.h",
3113 "android/offline_pages/downloads/offline_page_notification_bridge.cc", 3113 "android/offline_pages/downloads/offline_page_notification_bridge.cc",
3114 "android/offline_pages/downloads/offline_page_notification_bridge.h", 3114 "android/offline_pages/downloads/offline_page_notification_bridge.h",
3115 "android/offline_pages/downloads/resource_throttle.cc",
3116 "android/offline_pages/downloads/resource_throttle.h",
3115 "android/offline_pages/offline_page_bookmark_observer.cc", 3117 "android/offline_pages/offline_page_bookmark_observer.cc",
3116 "android/offline_pages/offline_page_bookmark_observer.h", 3118 "android/offline_pages/offline_page_bookmark_observer.h",
3117 "android/offline_pages/offline_page_bridge.cc", 3119 "android/offline_pages/offline_page_bridge.cc",
3118 "android/offline_pages/offline_page_bridge.h", 3120 "android/offline_pages/offline_page_bridge.h",
3119 "android/offline_pages/offline_page_info_handler.cc", 3121 "android/offline_pages/offline_page_info_handler.cc",
3120 "android/offline_pages/offline_page_info_handler.h", 3122 "android/offline_pages/offline_page_info_handler.h",
3121 "android/offline_pages/offline_page_mhtml_archiver.cc", 3123 "android/offline_pages/offline_page_mhtml_archiver.cc",
3122 "android/offline_pages/offline_page_mhtml_archiver.h", 3124 "android/offline_pages/offline_page_mhtml_archiver.h",
3123 "android/offline_pages/offline_page_model_factory.cc", 3125 "android/offline_pages/offline_page_model_factory.cc",
3124 "android/offline_pages/offline_page_model_factory.h", 3126 "android/offline_pages/offline_page_model_factory.h",
(...skipping 1326 matching lines...) Expand 10 before | Expand all | Expand 10 after
4451 # linking all of the test support. 4453 # linking all of the test support.
4452 static_library("pepper_cdm_test_constants") { 4454 static_library("pepper_cdm_test_constants") {
4453 testonly = true 4455 testonly = true
4454 visibility = [ "//chrome/*" ] 4456 visibility = [ "//chrome/*" ]
4455 sources = [ 4457 sources = [
4456 "media/pepper_cdm_test_constants.cc", 4458 "media/pepper_cdm_test_constants.cc",
4457 "media/pepper_cdm_test_constants.h", 4459 "media/pepper_cdm_test_constants.h",
4458 ] 4460 ]
4459 } 4461 }
4460 } 4462 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698