| 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 3194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3205 "android/web_contents_factory.cc", | 3205 "android/web_contents_factory.cc", |
| 3206 "android/web_contents_factory.h", | 3206 "android/web_contents_factory.h", |
| 3207 "android/webapk/chrome_webapk_host.cc", | 3207 "android/webapk/chrome_webapk_host.cc", |
| 3208 "android/webapk/chrome_webapk_host.h", | 3208 "android/webapk/chrome_webapk_host.h", |
| 3209 "android/webapk/manifest_upgrade_detector_fetcher.cc", | 3209 "android/webapk/manifest_upgrade_detector_fetcher.cc", |
| 3210 "android/webapk/manifest_upgrade_detector_fetcher.h", | 3210 "android/webapk/manifest_upgrade_detector_fetcher.h", |
| 3211 "android/webapk/webapk_icon_hasher.cc", | 3211 "android/webapk/webapk_icon_hasher.cc", |
| 3212 "android/webapk/webapk_icon_hasher.h", | 3212 "android/webapk/webapk_icon_hasher.h", |
| 3213 "android/webapk/webapk_installer.cc", | 3213 "android/webapk/webapk_installer.cc", |
| 3214 "android/webapk/webapk_installer.h", | 3214 "android/webapk/webapk_installer.h", |
| 3215 "android/webapk/webapk_metrics.cc", |
| 3216 "android/webapk/webapk_metrics.h", |
| 3215 "android/webapk/webapk_update_manager.cc", | 3217 "android/webapk/webapk_update_manager.cc", |
| 3216 "android/webapk/webapk_update_manager.h", | 3218 "android/webapk/webapk_update_manager.h", |
| 3217 "android/webapk/webapk_web_manifest_checker.cc", | 3219 "android/webapk/webapk_web_manifest_checker.cc", |
| 3218 "android/webapk/webapk_web_manifest_checker.h", | 3220 "android/webapk/webapk_web_manifest_checker.h", |
| 3219 "android/webapps/add_to_homescreen_data_fetcher.cc", | 3221 "android/webapps/add_to_homescreen_data_fetcher.cc", |
| 3220 "android/webapps/add_to_homescreen_data_fetcher.h", | 3222 "android/webapps/add_to_homescreen_data_fetcher.h", |
| 3221 "android/webapps/add_to_homescreen_manager.cc", | 3223 "android/webapps/add_to_homescreen_manager.cc", |
| 3222 "android/webapps/add_to_homescreen_manager.h", | 3224 "android/webapps/add_to_homescreen_manager.h", |
| 3223 "android/webapps/single_tab_mode_tab_helper.cc", | 3225 "android/webapps/single_tab_mode_tab_helper.cc", |
| 3224 "android/webapps/single_tab_mode_tab_helper.h", | 3226 "android/webapps/single_tab_mode_tab_helper.h", |
| (...skipping 1023 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4248 # linking all of the test support. | 4250 # linking all of the test support. |
| 4249 static_library("pepper_cdm_test_constants") { | 4251 static_library("pepper_cdm_test_constants") { |
| 4250 testonly = true | 4252 testonly = true |
| 4251 visibility = [ "//chrome/*" ] | 4253 visibility = [ "//chrome/*" ] |
| 4252 sources = [ | 4254 sources = [ |
| 4253 "media/pepper_cdm_test_constants.cc", | 4255 "media/pepper_cdm_test_constants.cc", |
| 4254 "media/pepper_cdm_test_constants.h", | 4256 "media/pepper_cdm_test_constants.h", |
| 4255 ] | 4257 ] |
| 4256 } | 4258 } |
| 4257 } | 4259 } |
| OLD | NEW |