| 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 3002 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3013 "android/history_report/usage_reports_buffer_backend.cc", | 3013 "android/history_report/usage_reports_buffer_backend.cc", |
| 3014 "android/history_report/usage_reports_buffer_backend.h", | 3014 "android/history_report/usage_reports_buffer_backend.h", |
| 3015 "android/history_report/usage_reports_buffer_service.cc", | 3015 "android/history_report/usage_reports_buffer_service.cc", |
| 3016 "android/history_report/usage_reports_buffer_service.h", | 3016 "android/history_report/usage_reports_buffer_service.h", |
| 3017 "android/hung_renderer_infobar_delegate.cc", | 3017 "android/hung_renderer_infobar_delegate.cc", |
| 3018 "android/hung_renderer_infobar_delegate.h", | 3018 "android/hung_renderer_infobar_delegate.h", |
| 3019 "android/instantapps/instant_apps_infobar_delegate.cc", | 3019 "android/instantapps/instant_apps_infobar_delegate.cc", |
| 3020 "android/instantapps/instant_apps_infobar_delegate.h", | 3020 "android/instantapps/instant_apps_infobar_delegate.h", |
| 3021 "android/intent_helper.cc", | 3021 "android/intent_helper.cc", |
| 3022 "android/intent_helper.h", | 3022 "android/intent_helper.h", |
| 3023 "android/intercept_download_resource_throttle.cc", | |
| 3024 "android/intercept_download_resource_throttle.h", | |
| 3025 "android/java_exception_reporter.cc", | 3023 "android/java_exception_reporter.cc", |
| 3026 "android/java_exception_reporter.h", | 3024 "android/java_exception_reporter.h", |
| 3027 "android/large_icon_bridge.cc", | 3025 "android/large_icon_bridge.cc", |
| 3028 "android/large_icon_bridge.h", | 3026 "android/large_icon_bridge.h", |
| 3029 "android/location_settings.h", | 3027 "android/location_settings.h", |
| 3030 "android/location_settings_impl.cc", | 3028 "android/location_settings_impl.cc", |
| 3031 "android/location_settings_impl.h", | 3029 "android/location_settings_impl.h", |
| 3032 "android/logo_bridge.cc", | 3030 "android/logo_bridge.cc", |
| 3033 "android/logo_bridge.h", | 3031 "android/logo_bridge.h", |
| 3034 "android/logo_service.cc", | 3032 "android/logo_service.cc", |
| (...skipping 1191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4226 # linking all of the test support. | 4224 # linking all of the test support. |
| 4227 static_library("pepper_cdm_test_constants") { | 4225 static_library("pepper_cdm_test_constants") { |
| 4228 testonly = true | 4226 testonly = true |
| 4229 visibility = [ "//chrome/*" ] | 4227 visibility = [ "//chrome/*" ] |
| 4230 sources = [ | 4228 sources = [ |
| 4231 "media/pepper_cdm_test_constants.cc", | 4229 "media/pepper_cdm_test_constants.cc", |
| 4232 "media/pepper_cdm_test_constants.h", | 4230 "media/pepper_cdm_test_constants.h", |
| 4233 ] | 4231 ] |
| 4234 } | 4232 } |
| 4235 } | 4233 } |
| OLD | NEW |