| 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/compiler/compiler.gni") | 6 import("//build/config/compiler/compiler.gni") |
| 7 import("//build/config/crypto.gni") | 7 import("//build/config/crypto.gni") |
| 8 import("//build/config/features.gni") | 8 import("//build/config/features.gni") |
| 9 import("//build/config/ui.gni") | 9 import("//build/config/ui.gni") |
| 10 import("//chrome/common/features.gni") | 10 import("//chrome/common/features.gni") |
| (...skipping 3037 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3048 "../browser/android/data_usage/data_use_ui_tab_model_unittest.cc", | 3048 "../browser/android/data_usage/data_use_ui_tab_model_unittest.cc", |
| 3049 "../browser/android/data_usage/external_data_use_observer_unittest.cc", | 3049 "../browser/android/data_usage/external_data_use_observer_unittest.cc", |
| 3050 "../browser/android/data_usage/external_data_use_reporter_unittest.cc", | 3050 "../browser/android/data_usage/external_data_use_reporter_unittest.cc", |
| 3051 "../browser/android/data_usage/tab_data_use_entry_unittest.cc", | 3051 "../browser/android/data_usage/tab_data_use_entry_unittest.cc", |
| 3052 "../browser/android/download/download_manager_service_unittest.cc", | 3052 "../browser/android/download/download_manager_service_unittest.cc", |
| 3053 "../browser/android/history_report/delta_file_backend_leveldb_unittest.cc", | 3053 "../browser/android/history_report/delta_file_backend_leveldb_unittest.cc", |
| 3054 "../browser/android/history_report/delta_file_commons_unittest.cc", | 3054 "../browser/android/history_report/delta_file_commons_unittest.cc", |
| 3055 "../browser/android/history_report/usage_reports_buffer_backend_unittest.cc"
, | 3055 "../browser/android/history_report/usage_reports_buffer_backend_unittest.cc"
, |
| 3056 | 3056 |
| 3057 # TODO(newt): move this to test_support_unit? | 3057 # TODO(newt): move this to test_support_unit? |
| 3058 "../browser/android/chrome_backup_agent_unittest.cc", |
| 3058 "../browser/android/mock_location_settings.cc", | 3059 "../browser/android/mock_location_settings.cc", |
| 3059 "../browser/android/mock_location_settings.h", | 3060 "../browser/android/mock_location_settings.h", |
| 3060 "../browser/android/net/external_estimate_provider_android_unittest.cc", | 3061 "../browser/android/net/external_estimate_provider_android_unittest.cc", |
| 3061 "../browser/android/preferences/pref_service_bridge_unittest.cc", | 3062 "../browser/android/preferences/pref_service_bridge_unittest.cc", |
| 3062 "../browser/android/shortcut_info_unittest.cc", | 3063 "../browser/android/shortcut_info_unittest.cc", |
| 3063 "../browser/android/thumbnail/scoped_ptr_expiring_cache_unittest.cc", | 3064 "../browser/android/thumbnail/scoped_ptr_expiring_cache_unittest.cc", |
| 3064 "../browser/android/webapk/webapk_icon_hasher_unittest.cc", | 3065 "../browser/android/webapk/webapk_icon_hasher_unittest.cc", |
| 3065 "../browser/android/webapk/webapk_installer_unittest.cc", | 3066 "../browser/android/webapk/webapk_installer_unittest.cc", |
| 3066 "../browser/android/webapk/webapk_web_manifest_checker_unittest.cc", | 3067 "../browser/android/webapk/webapk_web_manifest_checker_unittest.cc", |
| 3067 "../browser/android/webapps/add_to_homescreen_data_fetcher_unittest.cc", | 3068 "../browser/android/webapps/add_to_homescreen_data_fetcher_unittest.cc", |
| (...skipping 2031 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5099 "touch_hud", | 5100 "touch_hud", |
| 5100 "ui", | 5101 "ui", |
| 5101 ] | 5102 ] |
| 5102 | 5103 |
| 5103 if (is_linux && !is_android) { | 5104 if (is_linux && !is_android) { |
| 5104 deps += [ "//components/font_service:manifest" ] | 5105 deps += [ "//components/font_service:manifest" ] |
| 5105 packaged_services += [ "font_service" ] | 5106 packaged_services += [ "font_service" ] |
| 5106 } | 5107 } |
| 5107 } | 5108 } |
| 5108 } | 5109 } |
| OLD | NEW |