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

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

Issue 2310363002: Persist offline page info in a navigation entry if needed (Closed)
Patch Set: Fix win compiling error due to using unique_ptr map in SESSIONS_EXPORT class Created 4 years, 2 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 3063 matching lines...) Expand 10 before | Expand all | Expand 10 after
3074 "android/offline_pages/background_scheduler_bridge.cc", 3074 "android/offline_pages/background_scheduler_bridge.cc",
3075 "android/offline_pages/background_scheduler_bridge.h", 3075 "android/offline_pages/background_scheduler_bridge.h",
3076 "android/offline_pages/downloads/offline_page_download_bridge.cc", 3076 "android/offline_pages/downloads/offline_page_download_bridge.cc",
3077 "android/offline_pages/downloads/offline_page_download_bridge.h", 3077 "android/offline_pages/downloads/offline_page_download_bridge.h",
3078 "android/offline_pages/downloads/offline_page_notification_bridge.cc", 3078 "android/offline_pages/downloads/offline_page_notification_bridge.cc",
3079 "android/offline_pages/downloads/offline_page_notification_bridge.h", 3079 "android/offline_pages/downloads/offline_page_notification_bridge.h",
3080 "android/offline_pages/offline_page_bookmark_observer.cc", 3080 "android/offline_pages/offline_page_bookmark_observer.cc",
3081 "android/offline_pages/offline_page_bookmark_observer.h", 3081 "android/offline_pages/offline_page_bookmark_observer.h",
3082 "android/offline_pages/offline_page_bridge.cc", 3082 "android/offline_pages/offline_page_bridge.cc",
3083 "android/offline_pages/offline_page_bridge.h", 3083 "android/offline_pages/offline_page_bridge.h",
3084 "android/offline_pages/offline_page_info_handler.cc",
3085 "android/offline_pages/offline_page_info_handler.h",
3084 "android/offline_pages/offline_page_mhtml_archiver.cc", 3086 "android/offline_pages/offline_page_mhtml_archiver.cc",
3085 "android/offline_pages/offline_page_mhtml_archiver.h", 3087 "android/offline_pages/offline_page_mhtml_archiver.h",
3086 "android/offline_pages/offline_page_model_factory.cc", 3088 "android/offline_pages/offline_page_model_factory.cc",
3087 "android/offline_pages/offline_page_model_factory.h", 3089 "android/offline_pages/offline_page_model_factory.h",
3088 "android/offline_pages/offline_page_request_interceptor.cc", 3090 "android/offline_pages/offline_page_request_interceptor.cc",
3089 "android/offline_pages/offline_page_request_interceptor.h", 3091 "android/offline_pages/offline_page_request_interceptor.h",
3090 "android/offline_pages/offline_page_request_job.cc", 3092 "android/offline_pages/offline_page_request_job.cc",
3091 "android/offline_pages/offline_page_request_job.h", 3093 "android/offline_pages/offline_page_request_job.h",
3092 "android/offline_pages/offline_page_tab_helper.cc", 3094 "android/offline_pages/offline_page_tab_helper.cc",
3093 "android/offline_pages/offline_page_tab_helper.h", 3095 "android/offline_pages/offline_page_tab_helper.h",
(...skipping 1146 matching lines...) Expand 10 before | Expand all | Expand 10 after
4240 # linking all of the test support. 4242 # linking all of the test support.
4241 static_library("pepper_cdm_test_constants") { 4243 static_library("pepper_cdm_test_constants") {
4242 testonly = true 4244 testonly = true
4243 visibility = [ "//chrome/*" ] 4245 visibility = [ "//chrome/*" ]
4244 sources = [ 4246 sources = [
4245 "media/pepper_cdm_test_constants.cc", 4247 "media/pepper_cdm_test_constants.cc",
4246 "media/pepper_cdm_test_constants.h", 4248 "media/pepper_cdm_test_constants.h",
4247 ] 4249 ]
4248 } 4250 }
4249 } 4251 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698