| OLD | NEW |
| 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 3101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3112 "android/offline_pages/background_loader_offliner.cc", | 3112 "android/offline_pages/background_loader_offliner.cc", |
| 3113 "android/offline_pages/background_loader_offliner.h", | 3113 "android/offline_pages/background_loader_offliner.h", |
| 3114 "android/offline_pages/background_scheduler_bridge.cc", | 3114 "android/offline_pages/background_scheduler_bridge.cc", |
| 3115 "android/offline_pages/background_scheduler_bridge.h", | 3115 "android/offline_pages/background_scheduler_bridge.h", |
| 3116 "android/offline_pages/downloads/offline_page_download_bridge.cc", | 3116 "android/offline_pages/downloads/offline_page_download_bridge.cc", |
| 3117 "android/offline_pages/downloads/offline_page_download_bridge.h", | 3117 "android/offline_pages/downloads/offline_page_download_bridge.h", |
| 3118 "android/offline_pages/downloads/offline_page_infobar_delegate.cc", | 3118 "android/offline_pages/downloads/offline_page_infobar_delegate.cc", |
| 3119 "android/offline_pages/downloads/offline_page_infobar_delegate.h", | 3119 "android/offline_pages/downloads/offline_page_infobar_delegate.h", |
| 3120 "android/offline_pages/downloads/offline_page_notification_bridge.cc", | 3120 "android/offline_pages/downloads/offline_page_notification_bridge.cc", |
| 3121 "android/offline_pages/downloads/offline_page_notification_bridge.h", | 3121 "android/offline_pages/downloads/offline_page_notification_bridge.h", |
| 3122 "android/offline_pages/downloads/resource_throttle.cc", |
| 3123 "android/offline_pages/downloads/resource_throttle.h", |
| 3122 "android/offline_pages/offline_page_bookmark_observer.cc", | 3124 "android/offline_pages/offline_page_bookmark_observer.cc", |
| 3123 "android/offline_pages/offline_page_bookmark_observer.h", | 3125 "android/offline_pages/offline_page_bookmark_observer.h", |
| 3124 "android/offline_pages/offline_page_bridge.cc", | 3126 "android/offline_pages/offline_page_bridge.cc", |
| 3125 "android/offline_pages/offline_page_bridge.h", | 3127 "android/offline_pages/offline_page_bridge.h", |
| 3126 "android/offline_pages/offline_page_info_handler.cc", | 3128 "android/offline_pages/offline_page_info_handler.cc", |
| 3127 "android/offline_pages/offline_page_info_handler.h", | 3129 "android/offline_pages/offline_page_info_handler.h", |
| 3128 "android/offline_pages/offline_page_mhtml_archiver.cc", | 3130 "android/offline_pages/offline_page_mhtml_archiver.cc", |
| 3129 "android/offline_pages/offline_page_mhtml_archiver.h", | 3131 "android/offline_pages/offline_page_mhtml_archiver.h", |
| 3130 "android/offline_pages/offline_page_model_factory.cc", | 3132 "android/offline_pages/offline_page_model_factory.cc", |
| 3131 "android/offline_pages/offline_page_model_factory.h", | 3133 "android/offline_pages/offline_page_model_factory.h", |
| (...skipping 1328 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4460 # linking all of the test support. | 4462 # linking all of the test support. |
| 4461 static_library("pepper_cdm_test_constants") { | 4463 static_library("pepper_cdm_test_constants") { |
| 4462 testonly = true | 4464 testonly = true |
| 4463 visibility = [ "//chrome/*" ] | 4465 visibility = [ "//chrome/*" ] |
| 4464 sources = [ | 4466 sources = [ |
| 4465 "media/pepper_cdm_test_constants.cc", | 4467 "media/pepper_cdm_test_constants.cc", |
| 4466 "media/pepper_cdm_test_constants.h", | 4468 "media/pepper_cdm_test_constants.h", |
| 4467 ] | 4469 ] |
| 4468 } | 4470 } |
| 4469 } | 4471 } |
| OLD | NEW |