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 3101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3112 "android/offline_pages/request_coordinator_factory.cc", | 3112 "android/offline_pages/request_coordinator_factory.cc", |
3113 "android/offline_pages/request_coordinator_factory.h", | 3113 "android/offline_pages/request_coordinator_factory.h", |
3114 "android/omnibox/answers_image_bridge.cc", | 3114 "android/omnibox/answers_image_bridge.cc", |
3115 "android/omnibox/answers_image_bridge.h", | 3115 "android/omnibox/answers_image_bridge.h", |
3116 "android/omnibox/autocomplete_controller_android.cc", | 3116 "android/omnibox/autocomplete_controller_android.cc", |
3117 "android/omnibox/autocomplete_controller_android.h", | 3117 "android/omnibox/autocomplete_controller_android.h", |
3118 "android/omnibox/omnibox_prerender.cc", | 3118 "android/omnibox/omnibox_prerender.cc", |
3119 "android/omnibox/omnibox_prerender.h", | 3119 "android/omnibox/omnibox_prerender.h", |
3120 "android/password_ui_view_android.cc", | 3120 "android/password_ui_view_android.cc", |
3121 "android/password_ui_view_android.h", | 3121 "android/password_ui_view_android.h", |
| 3122 "android/physical_web/physical_web_data_source_android.cc", |
| 3123 "android/physical_web/physical_web_data_source_android.h", |
3122 "android/policy/policy_auditor.cc", | 3124 "android/policy/policy_auditor.cc", |
3123 "android/policy/policy_auditor.h", | 3125 "android/policy/policy_auditor.h", |
3124 "android/precache/precache_launcher.cc", | 3126 "android/precache/precache_launcher.cc", |
3125 "android/precache/precache_launcher.h", | 3127 "android/precache/precache_launcher.h", |
3126 "android/preferences/autofill/autofill_profile_bridge.cc", | 3128 "android/preferences/autofill/autofill_profile_bridge.cc", |
3127 "android/preferences/autofill/autofill_profile_bridge.h", | 3129 "android/preferences/autofill/autofill_profile_bridge.h", |
3128 "android/preferences/important_sites_util.cc", | 3130 "android/preferences/important_sites_util.cc", |
3129 "android/preferences/important_sites_util.h", | 3131 "android/preferences/important_sites_util.h", |
3130 "android/preferences/pref_service_bridge.cc", | 3132 "android/preferences/pref_service_bridge.cc", |
3131 "android/preferences/pref_service_bridge.h", | 3133 "android/preferences/pref_service_bridge.h", |
(...skipping 1126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4258 # linking all of the test support. | 4260 # linking all of the test support. |
4259 static_library("pepper_cdm_test_constants") { | 4261 static_library("pepper_cdm_test_constants") { |
4260 testonly = true | 4262 testonly = true |
4261 visibility = [ "//chrome/*" ] | 4263 visibility = [ "//chrome/*" ] |
4262 sources = [ | 4264 sources = [ |
4263 "media/pepper_cdm_test_constants.cc", | 4265 "media/pepper_cdm_test_constants.cc", |
4264 "media/pepper_cdm_test_constants.h", | 4266 "media/pepper_cdm_test_constants.h", |
4265 ] | 4267 ] |
4266 } | 4268 } |
4267 } | 4269 } |
OLD | NEW |