| 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 3079 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3090 "android/ntp/ntp_snippets_launcher.cc", | 3090 "android/ntp/ntp_snippets_launcher.cc", |
| 3091 "android/ntp/ntp_snippets_launcher.h", | 3091 "android/ntp/ntp_snippets_launcher.h", |
| 3092 "android/ntp/popular_sites.cc", | 3092 "android/ntp/popular_sites.cc", |
| 3093 "android/ntp/popular_sites.h", | 3093 "android/ntp/popular_sites.h", |
| 3094 "android/offline_pages/background_scheduler_bridge.cc", | 3094 "android/offline_pages/background_scheduler_bridge.cc", |
| 3095 "android/offline_pages/background_scheduler_bridge.h", | 3095 "android/offline_pages/background_scheduler_bridge.h", |
| 3096 "android/offline_pages/downloads/offline_page_download_bridge.cc", | 3096 "android/offline_pages/downloads/offline_page_download_bridge.cc", |
| 3097 "android/offline_pages/downloads/offline_page_download_bridge.h", | 3097 "android/offline_pages/downloads/offline_page_download_bridge.h", |
| 3098 "android/offline_pages/downloads/offline_page_notification_bridge.cc", | 3098 "android/offline_pages/downloads/offline_page_notification_bridge.cc", |
| 3099 "android/offline_pages/downloads/offline_page_notification_bridge.h", | 3099 "android/offline_pages/downloads/offline_page_notification_bridge.h", |
| 3100 "android/offline_pages/offline_page_bookmark_observer.cc", |
| 3101 "android/offline_pages/offline_page_bookmark_observer.h", |
| 3100 "android/offline_pages/offline_page_bridge.cc", | 3102 "android/offline_pages/offline_page_bridge.cc", |
| 3101 "android/offline_pages/offline_page_bridge.h", | 3103 "android/offline_pages/offline_page_bridge.h", |
| 3102 "android/offline_pages/offline_page_mhtml_archiver.cc", | 3104 "android/offline_pages/offline_page_mhtml_archiver.cc", |
| 3103 "android/offline_pages/offline_page_mhtml_archiver.h", | 3105 "android/offline_pages/offline_page_mhtml_archiver.h", |
| 3104 "android/offline_pages/offline_page_model_factory.cc", | 3106 "android/offline_pages/offline_page_model_factory.cc", |
| 3105 "android/offline_pages/offline_page_model_factory.h", | 3107 "android/offline_pages/offline_page_model_factory.h", |
| 3106 "android/offline_pages/offline_page_request_interceptor.cc", | 3108 "android/offline_pages/offline_page_request_interceptor.cc", |
| 3107 "android/offline_pages/offline_page_request_interceptor.h", | 3109 "android/offline_pages/offline_page_request_interceptor.h", |
| 3108 "android/offline_pages/offline_page_request_job.cc", | 3110 "android/offline_pages/offline_page_request_job.cc", |
| 3109 "android/offline_pages/offline_page_request_job.h", | 3111 "android/offline_pages/offline_page_request_job.h", |
| (...skipping 1138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4248 # linking all of the test support. | 4250 # linking all of the test support. |
| 4249 static_library("pepper_cdm_test_constants") { | 4251 static_library("pepper_cdm_test_constants") { |
| 4250 testonly = true | 4252 testonly = true |
| 4251 visibility = [ "//chrome/*" ] | 4253 visibility = [ "//chrome/*" ] |
| 4252 sources = [ | 4254 sources = [ |
| 4253 "media/pepper_cdm_test_constants.cc", | 4255 "media/pepper_cdm_test_constants.cc", |
| 4254 "media/pepper_cdm_test_constants.h", | 4256 "media/pepper_cdm_test_constants.h", |
| 4255 ] | 4257 ] |
| 4256 } | 4258 } |
| 4257 } | 4259 } |
| OLD | NEW |