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

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: check for buildflag 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 3141 matching lines...) Expand 10 before | Expand all | Expand 10 after
3152 "android/ntp/popular_sites.cc", 3152 "android/ntp/popular_sites.cc",
3153 "android/ntp/popular_sites.h", 3153 "android/ntp/popular_sites.h",
3154 "android/offline_pages/background_scheduler_bridge.cc", 3154 "android/offline_pages/background_scheduler_bridge.cc",
3155 "android/offline_pages/background_scheduler_bridge.h", 3155 "android/offline_pages/background_scheduler_bridge.h",
3156 "android/offline_pages/downloads/offline_page_download_bridge.cc", 3156 "android/offline_pages/downloads/offline_page_download_bridge.cc",
3157 "android/offline_pages/downloads/offline_page_download_bridge.h", 3157 "android/offline_pages/downloads/offline_page_download_bridge.h",
3158 "android/offline_pages/downloads/offline_page_infobar_delegate.cc", 3158 "android/offline_pages/downloads/offline_page_infobar_delegate.cc",
3159 "android/offline_pages/downloads/offline_page_infobar_delegate.h", 3159 "android/offline_pages/downloads/offline_page_infobar_delegate.h",
3160 "android/offline_pages/downloads/offline_page_notification_bridge.cc", 3160 "android/offline_pages/downloads/offline_page_notification_bridge.cc",
3161 "android/offline_pages/downloads/offline_page_notification_bridge.h", 3161 "android/offline_pages/downloads/offline_page_notification_bridge.h",
3162 "android/offline_pages/downloads/resource_throttle.cc",
3163 "android/offline_pages/downloads/resource_throttle.h",
3162 "android/offline_pages/offline_page_bookmark_observer.cc", 3164 "android/offline_pages/offline_page_bookmark_observer.cc",
3163 "android/offline_pages/offline_page_bookmark_observer.h", 3165 "android/offline_pages/offline_page_bookmark_observer.h",
3164 "android/offline_pages/offline_page_bridge.cc", 3166 "android/offline_pages/offline_page_bridge.cc",
3165 "android/offline_pages/offline_page_bridge.h", 3167 "android/offline_pages/offline_page_bridge.h",
3166 "android/offline_pages/offline_page_info_handler.cc", 3168 "android/offline_pages/offline_page_info_handler.cc",
3167 "android/offline_pages/offline_page_info_handler.h", 3169 "android/offline_pages/offline_page_info_handler.h",
3168 "android/offline_pages/offline_page_mhtml_archiver.cc", 3170 "android/offline_pages/offline_page_mhtml_archiver.cc",
3169 "android/offline_pages/offline_page_mhtml_archiver.h", 3171 "android/offline_pages/offline_page_mhtml_archiver.h",
3170 "android/offline_pages/offline_page_model_factory.cc", 3172 "android/offline_pages/offline_page_model_factory.cc",
3171 "android/offline_pages/offline_page_model_factory.h", 3173 "android/offline_pages/offline_page_model_factory.h",
(...skipping 1280 matching lines...) Expand 10 before | Expand all | Expand 10 after
4452 # linking all of the test support. 4454 # linking all of the test support.
4453 static_library("pepper_cdm_test_constants") { 4455 static_library("pepper_cdm_test_constants") {
4454 testonly = true 4456 testonly = true
4455 visibility = [ "//chrome/*" ] 4457 visibility = [ "//chrome/*" ]
4456 sources = [ 4458 sources = [
4457 "media/pepper_cdm_test_constants.cc", 4459 "media/pepper_cdm_test_constants.cc",
4458 "media/pepper_cdm_test_constants.h", 4460 "media/pepper_cdm_test_constants.h",
4459 ] 4461 ]
4460 } 4462 }
4461 } 4463 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698