| 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 3013 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3024 "android/history_report/usage_reports_buffer_backend.cc", | 3024 "android/history_report/usage_reports_buffer_backend.cc", |
| 3025 "android/history_report/usage_reports_buffer_backend.h", | 3025 "android/history_report/usage_reports_buffer_backend.h", |
| 3026 "android/history_report/usage_reports_buffer_service.cc", | 3026 "android/history_report/usage_reports_buffer_service.cc", |
| 3027 "android/history_report/usage_reports_buffer_service.h", | 3027 "android/history_report/usage_reports_buffer_service.h", |
| 3028 "android/hung_renderer_infobar_delegate.cc", | 3028 "android/hung_renderer_infobar_delegate.cc", |
| 3029 "android/hung_renderer_infobar_delegate.h", | 3029 "android/hung_renderer_infobar_delegate.h", |
| 3030 "android/instantapps/instant_apps_infobar_delegate.cc", | 3030 "android/instantapps/instant_apps_infobar_delegate.cc", |
| 3031 "android/instantapps/instant_apps_infobar_delegate.h", | 3031 "android/instantapps/instant_apps_infobar_delegate.h", |
| 3032 "android/intent_helper.cc", | 3032 "android/intent_helper.cc", |
| 3033 "android/intent_helper.h", | 3033 "android/intent_helper.h", |
| 3034 "android/intercept_download_resource_throttle.cc", | |
| 3035 "android/intercept_download_resource_throttle.h", | |
| 3036 "android/java_exception_reporter.cc", | 3034 "android/java_exception_reporter.cc", |
| 3037 "android/java_exception_reporter.h", | 3035 "android/java_exception_reporter.h", |
| 3038 "android/large_icon_bridge.cc", | 3036 "android/large_icon_bridge.cc", |
| 3039 "android/large_icon_bridge.h", | 3037 "android/large_icon_bridge.h", |
| 3040 "android/location_settings.h", | 3038 "android/location_settings.h", |
| 3041 "android/location_settings_impl.cc", | 3039 "android/location_settings_impl.cc", |
| 3042 "android/location_settings_impl.h", | 3040 "android/location_settings_impl.h", |
| 3043 "android/logo_bridge.cc", | 3041 "android/logo_bridge.cc", |
| 3044 "android/logo_bridge.h", | 3042 "android/logo_bridge.h", |
| 3045 "android/logo_service.cc", | 3043 "android/logo_service.cc", |
| (...skipping 1193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4239 # linking all of the test support. | 4237 # linking all of the test support. |
| 4240 static_library("pepper_cdm_test_constants") { | 4238 static_library("pepper_cdm_test_constants") { |
| 4241 testonly = true | 4239 testonly = true |
| 4242 visibility = [ "//chrome/*" ] | 4240 visibility = [ "//chrome/*" ] |
| 4243 sources = [ | 4241 sources = [ |
| 4244 "media/pepper_cdm_test_constants.cc", | 4242 "media/pepper_cdm_test_constants.cc", |
| 4245 "media/pepper_cdm_test_constants.h", | 4243 "media/pepper_cdm_test_constants.h", |
| 4246 ] | 4244 ] |
| 4247 } | 4245 } |
| 4248 } | 4246 } |
| OLD | NEW |