| 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 3124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3135 "android/password_ui_view_android.cc", | 3135 "android/password_ui_view_android.cc", |
| 3136 "android/password_ui_view_android.h", | 3136 "android/password_ui_view_android.h", |
| 3137 "android/physical_web/physical_web_data_source_android.cc", | 3137 "android/physical_web/physical_web_data_source_android.cc", |
| 3138 "android/physical_web/physical_web_data_source_android.h", | 3138 "android/physical_web/physical_web_data_source_android.h", |
| 3139 "android/policy/policy_auditor.cc", | 3139 "android/policy/policy_auditor.cc", |
| 3140 "android/policy/policy_auditor.h", | 3140 "android/policy/policy_auditor.h", |
| 3141 "android/precache/precache_launcher.cc", | 3141 "android/precache/precache_launcher.cc", |
| 3142 "android/precache/precache_launcher.h", | 3142 "android/precache/precache_launcher.h", |
| 3143 "android/preferences/autofill/autofill_profile_bridge.cc", | 3143 "android/preferences/autofill/autofill_profile_bridge.cc", |
| 3144 "android/preferences/autofill/autofill_profile_bridge.h", | 3144 "android/preferences/autofill/autofill_profile_bridge.h", |
| 3145 "android/preferences/browser_prefs_android.cc", |
| 3146 "android/preferences/browser_prefs_android.h", |
| 3145 "android/preferences/pref_service_bridge.cc", | 3147 "android/preferences/pref_service_bridge.cc", |
| 3146 "android/preferences/pref_service_bridge.h", | 3148 "android/preferences/pref_service_bridge.h", |
| 3147 "android/preferences/website_preference_bridge.cc", | 3149 "android/preferences/website_preference_bridge.cc", |
| 3148 "android/preferences/website_preference_bridge.h", | 3150 "android/preferences/website_preference_bridge.h", |
| 3149 "android/profiles/profile_downloader_android.cc", | 3151 "android/profiles/profile_downloader_android.cc", |
| 3150 "android/profiles/profile_downloader_android.h", | 3152 "android/profiles/profile_downloader_android.h", |
| 3151 "android/provider/blocking_ui_thread_async_request.cc", | 3153 "android/provider/blocking_ui_thread_async_request.cc", |
| 3152 "android/provider/blocking_ui_thread_async_request.h", | 3154 "android/provider/blocking_ui_thread_async_request.h", |
| 3153 "android/provider/bookmark_model_observer_task.cc", | 3155 "android/provider/bookmark_model_observer_task.cc", |
| 3154 "android/provider/bookmark_model_observer_task.h", | 3156 "android/provider/bookmark_model_observer_task.h", |
| (...skipping 1131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4286 # linking all of the test support. | 4288 # linking all of the test support. |
| 4287 static_library("pepper_cdm_test_constants") { | 4289 static_library("pepper_cdm_test_constants") { |
| 4288 testonly = true | 4290 testonly = true |
| 4289 visibility = [ "//chrome/*" ] | 4291 visibility = [ "//chrome/*" ] |
| 4290 sources = [ | 4292 sources = [ |
| 4291 "media/pepper_cdm_test_constants.cc", | 4293 "media/pepper_cdm_test_constants.cc", |
| 4292 "media/pepper_cdm_test_constants.h", | 4294 "media/pepper_cdm_test_constants.h", |
| 4293 ] | 4295 ] |
| 4294 } | 4296 } |
| 4295 } | 4297 } |
| OLD | NEW |