| 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 3199 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3210 "android/rappor/rappor_service_bridge.h", | 3210 "android/rappor/rappor_service_bridge.h", |
| 3211 "android/recently_closed_tabs_bridge.cc", | 3211 "android/recently_closed_tabs_bridge.cc", |
| 3212 "android/recently_closed_tabs_bridge.h", | 3212 "android/recently_closed_tabs_bridge.h", |
| 3213 "android/resource_id.h", | 3213 "android/resource_id.h", |
| 3214 "android/resource_mapper.cc", | 3214 "android/resource_mapper.cc", |
| 3215 "android/resource_mapper.h", | 3215 "android/resource_mapper.h", |
| 3216 "android/rlz/revenue_stats.cc", | 3216 "android/rlz/revenue_stats.cc", |
| 3217 "android/rlz/revenue_stats.h", | 3217 "android/rlz/revenue_stats.h", |
| 3218 "android/safe_browsing/safe_browsing_api_handler_bridge.cc", | 3218 "android/safe_browsing/safe_browsing_api_handler_bridge.cc", |
| 3219 "android/safe_browsing/safe_browsing_api_handler_bridge.h", | 3219 "android/safe_browsing/safe_browsing_api_handler_bridge.h", |
| 3220 "android/search_geolocation_disclosure_infobar_delegate.cc", | 3220 "android/search_geolocation/search_geolocation_disclosure_infobar_delegate
.cc", |
| 3221 "android/search_geolocation_disclosure_infobar_delegate.h", | 3221 "android/search_geolocation/search_geolocation_disclosure_infobar_delegate
.h", |
| 3222 "android/search_geolocation_disclosure_tab_helper.cc", | 3222 "android/search_geolocation/search_geolocation_disclosure_tab_helper.cc", |
| 3223 "android/search_geolocation_disclosure_tab_helper.h", | 3223 "android/search_geolocation/search_geolocation_disclosure_tab_helper.h", |
| 3224 "android/seccomp_support_detector.cc", | 3224 "android/seccomp_support_detector.cc", |
| 3225 "android/seccomp_support_detector.h", | 3225 "android/seccomp_support_detector.h", |
| 3226 "android/service_tab_launcher.cc", | 3226 "android/service_tab_launcher.cc", |
| 3227 "android/service_tab_launcher.h", | 3227 "android/service_tab_launcher.h", |
| 3228 "android/sessions/session_tab_helper_android.cc", | 3228 "android/sessions/session_tab_helper_android.cc", |
| 3229 "android/sessions/session_tab_helper_android.h", | 3229 "android/sessions/session_tab_helper_android.h", |
| 3230 "android/shortcut_helper.cc", | 3230 "android/shortcut_helper.cc", |
| 3231 "android/shortcut_helper.h", | 3231 "android/shortcut_helper.h", |
| 3232 "android/shortcut_info.cc", | 3232 "android/shortcut_info.cc", |
| 3233 "android/shortcut_info.h", | 3233 "android/shortcut_info.h", |
| (...skipping 1254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4488 "media/pepper_cdm_test_constants.cc", | 4488 "media/pepper_cdm_test_constants.cc", |
| 4489 "media/pepper_cdm_test_constants.h", | 4489 "media/pepper_cdm_test_constants.h", |
| 4490 ] | 4490 ] |
| 4491 } | 4491 } |
| 4492 } | 4492 } |
| 4493 | 4493 |
| 4494 service_manifest("preferences_manifest") { | 4494 service_manifest("preferences_manifest") { |
| 4495 name = "preferences" | 4495 name = "preferences" |
| 4496 source = "prefs/preferences_manifest.json" | 4496 source = "prefs/preferences_manifest.json" |
| 4497 } | 4497 } |
| OLD | NEW |