| 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 3139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3150 "android/password_ui_view_android.cc", | 3150 "android/password_ui_view_android.cc", |
| 3151 "android/password_ui_view_android.h", | 3151 "android/password_ui_view_android.h", |
| 3152 "android/physical_web/physical_web_data_source_android.cc", | 3152 "android/physical_web/physical_web_data_source_android.cc", |
| 3153 "android/physical_web/physical_web_data_source_android.h", | 3153 "android/physical_web/physical_web_data_source_android.h", |
| 3154 "android/policy/policy_auditor.cc", | 3154 "android/policy/policy_auditor.cc", |
| 3155 "android/policy/policy_auditor.h", | 3155 "android/policy/policy_auditor.h", |
| 3156 "android/precache/precache_launcher.cc", | 3156 "android/precache/precache_launcher.cc", |
| 3157 "android/precache/precache_launcher.h", | 3157 "android/precache/precache_launcher.h", |
| 3158 "android/preferences/autofill/autofill_profile_bridge.cc", | 3158 "android/preferences/autofill/autofill_profile_bridge.cc", |
| 3159 "android/preferences/autofill/autofill_profile_bridge.h", | 3159 "android/preferences/autofill/autofill_profile_bridge.h", |
| 3160 "android/preferences/browser_prefs_android.cc", |
| 3161 "android/preferences/browser_prefs_android.h", |
| 3162 "android/preferences/command_line_pref_store_android.cc", |
| 3163 "android/preferences/command_line_pref_store_android.h", |
| 3160 "android/preferences/pref_service_bridge.cc", | 3164 "android/preferences/pref_service_bridge.cc", |
| 3161 "android/preferences/pref_service_bridge.h", | 3165 "android/preferences/pref_service_bridge.h", |
| 3162 "android/preferences/website_preference_bridge.cc", | 3166 "android/preferences/website_preference_bridge.cc", |
| 3163 "android/preferences/website_preference_bridge.h", | 3167 "android/preferences/website_preference_bridge.h", |
| 3164 "android/profiles/profile_downloader_android.cc", | 3168 "android/profiles/profile_downloader_android.cc", |
| 3165 "android/profiles/profile_downloader_android.h", | 3169 "android/profiles/profile_downloader_android.h", |
| 3166 "android/provider/blocking_ui_thread_async_request.cc", | 3170 "android/provider/blocking_ui_thread_async_request.cc", |
| 3167 "android/provider/blocking_ui_thread_async_request.h", | 3171 "android/provider/blocking_ui_thread_async_request.h", |
| 3168 "android/provider/bookmark_model_observer_task.cc", | 3172 "android/provider/bookmark_model_observer_task.cc", |
| 3169 "android/provider/bookmark_model_observer_task.h", | 3173 "android/provider/bookmark_model_observer_task.h", |
| (...skipping 1189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4359 # linking all of the test support. | 4363 # linking all of the test support. |
| 4360 static_library("pepper_cdm_test_constants") { | 4364 static_library("pepper_cdm_test_constants") { |
| 4361 testonly = true | 4365 testonly = true |
| 4362 visibility = [ "//chrome/*" ] | 4366 visibility = [ "//chrome/*" ] |
| 4363 sources = [ | 4367 sources = [ |
| 4364 "media/pepper_cdm_test_constants.cc", | 4368 "media/pepper_cdm_test_constants.cc", |
| 4365 "media/pepper_cdm_test_constants.h", | 4369 "media/pepper_cdm_test_constants.h", |
| 4366 ] | 4370 ] |
| 4367 } | 4371 } |
| 4368 } | 4372 } |
| OLD | NEW |