| 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 3113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3124 "android/omnibox/omnibox_prerender.cc", | 3124 "android/omnibox/omnibox_prerender.cc", |
| 3125 "android/omnibox/omnibox_prerender.h", | 3125 "android/omnibox/omnibox_prerender.h", |
| 3126 "android/password_ui_view_android.cc", | 3126 "android/password_ui_view_android.cc", |
| 3127 "android/password_ui_view_android.h", | 3127 "android/password_ui_view_android.h", |
| 3128 "android/policy/policy_auditor.cc", | 3128 "android/policy/policy_auditor.cc", |
| 3129 "android/policy/policy_auditor.h", | 3129 "android/policy/policy_auditor.h", |
| 3130 "android/precache/precache_launcher.cc", | 3130 "android/precache/precache_launcher.cc", |
| 3131 "android/precache/precache_launcher.h", | 3131 "android/precache/precache_launcher.h", |
| 3132 "android/preferences/autofill/autofill_profile_bridge.cc", | 3132 "android/preferences/autofill/autofill_profile_bridge.cc", |
| 3133 "android/preferences/autofill/autofill_profile_bridge.h", | 3133 "android/preferences/autofill/autofill_profile_bridge.h", |
| 3134 "android/preferences/browser_prefs_android.cc", |
| 3135 "android/preferences/browser_prefs_android.h", |
| 3134 "android/preferences/important_sites_util.cc", | 3136 "android/preferences/important_sites_util.cc", |
| 3135 "android/preferences/important_sites_util.h", | 3137 "android/preferences/important_sites_util.h", |
| 3136 "android/preferences/pref_service_bridge.cc", | 3138 "android/preferences/pref_service_bridge.cc", |
| 3137 "android/preferences/pref_service_bridge.h", | 3139 "android/preferences/pref_service_bridge.h", |
| 3138 "android/preferences/website_preference_bridge.cc", | 3140 "android/preferences/website_preference_bridge.cc", |
| 3139 "android/preferences/website_preference_bridge.h", | 3141 "android/preferences/website_preference_bridge.h", |
| 3140 "android/profiles/profile_downloader_android.cc", | 3142 "android/profiles/profile_downloader_android.cc", |
| 3141 "android/profiles/profile_downloader_android.h", | 3143 "android/profiles/profile_downloader_android.h", |
| 3142 "android/provider/blocking_ui_thread_async_request.cc", | 3144 "android/provider/blocking_ui_thread_async_request.cc", |
| 3143 "android/provider/blocking_ui_thread_async_request.h", | 3145 "android/provider/blocking_ui_thread_async_request.h", |
| (...skipping 1129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4273 # linking all of the test support. | 4275 # linking all of the test support. |
| 4274 static_library("pepper_cdm_test_constants") { | 4276 static_library("pepper_cdm_test_constants") { |
| 4275 testonly = true | 4277 testonly = true |
| 4276 visibility = [ "//chrome/*" ] | 4278 visibility = [ "//chrome/*" ] |
| 4277 sources = [ | 4279 sources = [ |
| 4278 "media/pepper_cdm_test_constants.cc", | 4280 "media/pepper_cdm_test_constants.cc", |
| 4279 "media/pepper_cdm_test_constants.h", | 4281 "media/pepper_cdm_test_constants.h", |
| 4280 ] | 4282 ] |
| 4281 } | 4283 } |
| 4282 } | 4284 } |
| OLD | NEW |