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 3175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3186 "android/web_contents_factory.cc", | 3186 "android/web_contents_factory.cc", |
3187 "android/web_contents_factory.h", | 3187 "android/web_contents_factory.h", |
3188 "android/webapk/chrome_webapk_host.cc", | 3188 "android/webapk/chrome_webapk_host.cc", |
3189 "android/webapk/chrome_webapk_host.h", | 3189 "android/webapk/chrome_webapk_host.h", |
3190 "android/webapk/manifest_upgrade_detector_fetcher.cc", | 3190 "android/webapk/manifest_upgrade_detector_fetcher.cc", |
3191 "android/webapk/manifest_upgrade_detector_fetcher.h", | 3191 "android/webapk/manifest_upgrade_detector_fetcher.h", |
3192 "android/webapk/webapk_icon_hasher.cc", | 3192 "android/webapk/webapk_icon_hasher.cc", |
3193 "android/webapk/webapk_icon_hasher.h", | 3193 "android/webapk/webapk_icon_hasher.h", |
3194 "android/webapk/webapk_installer.cc", | 3194 "android/webapk/webapk_installer.cc", |
3195 "android/webapk/webapk_installer.h", | 3195 "android/webapk/webapk_installer.h", |
| 3196 "android/webapk/webapk_metrics.cc", |
| 3197 "android/webapk/webapk_metrics.h", |
3196 "android/webapk/webapk_update_manager.cc", | 3198 "android/webapk/webapk_update_manager.cc", |
3197 "android/webapk/webapk_update_manager.h", | 3199 "android/webapk/webapk_update_manager.h", |
3198 "android/webapk/webapk_web_manifest_checker.cc", | 3200 "android/webapk/webapk_web_manifest_checker.cc", |
3199 "android/webapk/webapk_web_manifest_checker.h", | 3201 "android/webapk/webapk_web_manifest_checker.h", |
3200 "android/webapps/add_to_homescreen_data_fetcher.cc", | 3202 "android/webapps/add_to_homescreen_data_fetcher.cc", |
3201 "android/webapps/add_to_homescreen_data_fetcher.h", | 3203 "android/webapps/add_to_homescreen_data_fetcher.h", |
3202 "android/webapps/add_to_homescreen_manager.cc", | 3204 "android/webapps/add_to_homescreen_manager.cc", |
3203 "android/webapps/add_to_homescreen_manager.h", | 3205 "android/webapps/add_to_homescreen_manager.h", |
3204 "android/webapps/single_tab_mode_tab_helper.cc", | 3206 "android/webapps/single_tab_mode_tab_helper.cc", |
3205 "android/webapps/single_tab_mode_tab_helper.h", | 3207 "android/webapps/single_tab_mode_tab_helper.h", |
(...skipping 1034 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4240 # linking all of the test support. | 4242 # linking all of the test support. |
4241 static_library("pepper_cdm_test_constants") { | 4243 static_library("pepper_cdm_test_constants") { |
4242 testonly = true | 4244 testonly = true |
4243 visibility = [ "//chrome/*" ] | 4245 visibility = [ "//chrome/*" ] |
4244 sources = [ | 4246 sources = [ |
4245 "media/pepper_cdm_test_constants.cc", | 4247 "media/pepper_cdm_test_constants.cc", |
4246 "media/pepper_cdm_test_constants.h", | 4248 "media/pepper_cdm_test_constants.h", |
4247 ] | 4249 ] |
4248 } | 4250 } |
4249 } | 4251 } |
OLD | NEW |