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 2784 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2795 "android/recently_closed_tabs_bridge.h", | 2795 "android/recently_closed_tabs_bridge.h", |
2796 "android/resource_id.h", | 2796 "android/resource_id.h", |
2797 "android/resource_mapper.cc", | 2797 "android/resource_mapper.cc", |
2798 "android/resource_mapper.h", | 2798 "android/resource_mapper.h", |
2799 "android/rlz/revenue_stats.cc", | 2799 "android/rlz/revenue_stats.cc", |
2800 "android/rlz/revenue_stats.h", | 2800 "android/rlz/revenue_stats.h", |
2801 "android/search_geolocation/search_geolocation_disclosure_infobar_delegate
.cc", | 2801 "android/search_geolocation/search_geolocation_disclosure_infobar_delegate
.cc", |
2802 "android/search_geolocation/search_geolocation_disclosure_infobar_delegate
.h", | 2802 "android/search_geolocation/search_geolocation_disclosure_infobar_delegate
.h", |
2803 "android/search_geolocation/search_geolocation_disclosure_tab_helper.cc", | 2803 "android/search_geolocation/search_geolocation_disclosure_tab_helper.cc", |
2804 "android/search_geolocation/search_geolocation_disclosure_tab_helper.h", | 2804 "android/search_geolocation/search_geolocation_disclosure_tab_helper.h", |
| 2805 "android/search_geolocation/search_geolocation_service.cc", |
| 2806 "android/search_geolocation/search_geolocation_service.h", |
2805 "android/seccomp_support_detector.cc", | 2807 "android/seccomp_support_detector.cc", |
2806 "android/seccomp_support_detector.h", | 2808 "android/seccomp_support_detector.h", |
2807 "android/service_tab_launcher.cc", | 2809 "android/service_tab_launcher.cc", |
2808 "android/service_tab_launcher.h", | 2810 "android/service_tab_launcher.h", |
2809 "android/sessions/session_tab_helper_android.cc", | 2811 "android/sessions/session_tab_helper_android.cc", |
2810 "android/sessions/session_tab_helper_android.h", | 2812 "android/sessions/session_tab_helper_android.h", |
2811 "android/shortcut_helper.cc", | 2813 "android/shortcut_helper.cc", |
2812 "android/shortcut_helper.h", | 2814 "android/shortcut_helper.h", |
2813 "android/shortcut_info.cc", | 2815 "android/shortcut_info.cc", |
2814 "android/shortcut_info.h", | 2816 "android/shortcut_info.h", |
(...skipping 1658 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4473 "media/pepper_cdm_test_constants.cc", | 4475 "media/pepper_cdm_test_constants.cc", |
4474 "media/pepper_cdm_test_constants.h", | 4476 "media/pepper_cdm_test_constants.h", |
4475 ] | 4477 ] |
4476 } | 4478 } |
4477 } | 4479 } |
4478 | 4480 |
4479 service_manifest("preferences_manifest") { | 4481 service_manifest("preferences_manifest") { |
4480 name = "preferences" | 4482 name = "preferences" |
4481 source = "prefs/preferences_manifest.json" | 4483 source = "prefs/preferences_manifest.json" |
4482 } | 4484 } |
OLD | NEW |