| 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 2988 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2999 "../browser/android/data_usage/data_use_ui_tab_model_unittest.cc", | 2999 "../browser/android/data_usage/data_use_ui_tab_model_unittest.cc", |
| 3000 "../browser/android/data_usage/external_data_use_observer_unittest.cc", | 3000 "../browser/android/data_usage/external_data_use_observer_unittest.cc", |
| 3001 "../browser/android/data_usage/external_data_use_reporter_unittest.cc", | 3001 "../browser/android/data_usage/external_data_use_reporter_unittest.cc", |
| 3002 "../browser/android/data_usage/tab_data_use_entry_unittest.cc", | 3002 "../browser/android/data_usage/tab_data_use_entry_unittest.cc", |
| 3003 "../browser/android/download/download_manager_service_unittest.cc", | 3003 "../browser/android/download/download_manager_service_unittest.cc", |
| 3004 "../browser/android/history_report/delta_file_backend_leveldb_unittest.cc", | 3004 "../browser/android/history_report/delta_file_backend_leveldb_unittest.cc", |
| 3005 "../browser/android/history_report/delta_file_commons_unittest.cc", | 3005 "../browser/android/history_report/delta_file_commons_unittest.cc", |
| 3006 "../browser/android/history_report/usage_reports_buffer_backend_unittest.cc"
, | 3006 "../browser/android/history_report/usage_reports_buffer_backend_unittest.cc"
, |
| 3007 | 3007 |
| 3008 # TODO(newt): move this to test_support_unit? | 3008 # TODO(newt): move this to test_support_unit? |
| 3009 "../browser/android/chrome_backup_agent_unittest.cc", |
| 3009 "../browser/android/mock_location_settings.cc", | 3010 "../browser/android/mock_location_settings.cc", |
| 3010 "../browser/android/mock_location_settings.h", | 3011 "../browser/android/mock_location_settings.h", |
| 3011 "../browser/android/net/external_estimate_provider_android_unittest.cc", | 3012 "../browser/android/net/external_estimate_provider_android_unittest.cc", |
| 3012 "../browser/android/preferences/pref_service_bridge_unittest.cc", | 3013 "../browser/android/preferences/pref_service_bridge_unittest.cc", |
| 3013 "../browser/android/shortcut_info_unittest.cc", | 3014 "../browser/android/shortcut_info_unittest.cc", |
| 3014 "../browser/android/thumbnail/scoped_ptr_expiring_cache_unittest.cc", | 3015 "../browser/android/thumbnail/scoped_ptr_expiring_cache_unittest.cc", |
| 3015 "../browser/android/webapk/webapk_icon_hasher_unittest.cc", | 3016 "../browser/android/webapk/webapk_icon_hasher_unittest.cc", |
| 3016 "../browser/android/webapk/webapk_installer_unittest.cc", | 3017 "../browser/android/webapk/webapk_installer_unittest.cc", |
| 3017 "../browser/android/webapk/webapk_web_manifest_checker_unittest.cc", | 3018 "../browser/android/webapk/webapk_web_manifest_checker_unittest.cc", |
| 3018 "../browser/android/webapps/add_to_homescreen_data_fetcher_unittest.cc", | 3019 "../browser/android/webapps/add_to_homescreen_data_fetcher_unittest.cc", |
| (...skipping 1997 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5016 "touch_hud", | 5017 "touch_hud", |
| 5017 "ui", | 5018 "ui", |
| 5018 ] | 5019 ] |
| 5019 | 5020 |
| 5020 if (is_linux && !is_android) { | 5021 if (is_linux && !is_android) { |
| 5021 deps += [ "//components/font_service:manifest" ] | 5022 deps += [ "//components/font_service:manifest" ] |
| 5022 packaged_services += [ "font_service" ] | 5023 packaged_services += [ "font_service" ] |
| 5023 } | 5024 } |
| 5024 } | 5025 } |
| 5025 } | 5026 } |
| OLD | NEW |