| 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 1620 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1631 "../browser/policy/policy_browsertest.cc", | 1631 "../browser/policy/policy_browsertest.cc", |
| 1632 "../browser/policy/policy_network_browsertest.cc", | 1632 "../browser/policy/policy_network_browsertest.cc", |
| 1633 "../browser/policy/policy_prefs_browsertest.cc", | 1633 "../browser/policy/policy_prefs_browsertest.cc", |
| 1634 "../browser/policy/policy_startup_browsertest.cc", | 1634 "../browser/policy/policy_startup_browsertest.cc", |
| 1635 "../browser/prefetch/prefetch_browsertest.cc", | 1635 "../browser/prefetch/prefetch_browsertest.cc", |
| 1636 "../browser/prefs/pref_functional_browsertest.cc", | 1636 "../browser/prefs/pref_functional_browsertest.cc", |
| 1637 "../browser/prefs/pref_service_browsertest.cc", | 1637 "../browser/prefs/pref_service_browsertest.cc", |
| 1638 "../browser/prefs/synced_pref_change_registrar_browsertest.cc", | 1638 "../browser/prefs/synced_pref_change_registrar_browsertest.cc", |
| 1639 "../browser/prefs/tracked/pref_hash_browsertest.cc", | 1639 "../browser/prefs/tracked/pref_hash_browsertest.cc", |
| 1640 "../browser/prerender/prerender_browsertest.cc", | 1640 "../browser/prerender/prerender_browsertest.cc", |
| 1641 "../browser/prerender/prerender_nostate_prefetch_test.cc", |
| 1641 "../browser/prerender/prerender_test_utils.cc", | 1642 "../browser/prerender/prerender_test_utils.cc", |
| 1642 "../browser/printing/cloud_print/test/cloud_print_policy_browsertest.cc", | 1643 "../browser/printing/cloud_print/test/cloud_print_policy_browsertest.cc", |
| 1643 "../browser/printing/cloud_print/test/cloud_print_proxy_process_browsertes
t.cc", | 1644 "../browser/printing/cloud_print/test/cloud_print_proxy_process_browsertes
t.cc", |
| 1644 "../browser/printing/print_preview_dialog_controller_browsertest.cc", | 1645 "../browser/printing/print_preview_dialog_controller_browsertest.cc", |
| 1645 "../browser/printing/print_preview_pdf_generated_browsertest.cc", | 1646 "../browser/printing/print_preview_pdf_generated_browsertest.cc", |
| 1646 "../browser/process_singleton_browsertest.cc", | 1647 "../browser/process_singleton_browsertest.cc", |
| 1647 "../browser/profile_resetter/profile_resetter_browsertest.cc", | 1648 "../browser/profile_resetter/profile_resetter_browsertest.cc", |
| 1648 "../browser/profiles/host_zoom_map_browsertest.cc", | 1649 "../browser/profiles/host_zoom_map_browsertest.cc", |
| 1649 "../browser/profiles/profile_browsertest.cc", | 1650 "../browser/profiles/profile_browsertest.cc", |
| 1650 "../browser/profiles/profile_list_desktop_browsertest.cc", | 1651 "../browser/profiles/profile_list_desktop_browsertest.cc", |
| (...skipping 3357 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5008 "touch_hud", | 5009 "touch_hud", |
| 5009 "ui", | 5010 "ui", |
| 5010 ] | 5011 ] |
| 5011 | 5012 |
| 5012 if (is_linux && !is_android) { | 5013 if (is_linux && !is_android) { |
| 5013 deps += [ "//components/font_service:manifest" ] | 5014 deps += [ "//components/font_service:manifest" ] |
| 5014 packaged_services += [ "font_service" ] | 5015 packaged_services += [ "font_service" ] |
| 5015 } | 5016 } |
| 5016 } | 5017 } |
| 5017 } | 5018 } |
| OLD | NEW |