| 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 1728 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1739 "../browser/ui/browser_navigator_browsertest_chromeos.cc", | 1739 "../browser/ui/browser_navigator_browsertest_chromeos.cc", |
| 1740 "../browser/ui/browser_tabrestore_browsertest.cc", | 1740 "../browser/ui/browser_tabrestore_browsertest.cc", |
| 1741 "../browser/ui/content_settings/content_setting_bubble_model_browsertest.c
c", | 1741 "../browser/ui/content_settings/content_setting_bubble_model_browsertest.c
c", |
| 1742 "../browser/ui/content_settings/content_setting_image_model_browsertest.cc
", | 1742 "../browser/ui/content_settings/content_setting_image_model_browsertest.cc
", |
| 1743 "../browser/ui/exclusive_access/fullscreen_controller_browsertest.cc", | 1743 "../browser/ui/exclusive_access/fullscreen_controller_browsertest.cc", |
| 1744 "../browser/ui/extensions/extension_installed_bubble_browsertest.cc", | 1744 "../browser/ui/extensions/extension_installed_bubble_browsertest.cc", |
| 1745 "../browser/ui/extensions/extension_message_bubble_browsertest.cc", | 1745 "../browser/ui/extensions/extension_message_bubble_browsertest.cc", |
| 1746 "../browser/ui/extensions/extension_message_bubble_browsertest.h", | 1746 "../browser/ui/extensions/extension_message_bubble_browsertest.h", |
| 1747 "../browser/ui/extensions/hosted_app_browsertest.cc", | 1747 "../browser/ui/extensions/hosted_app_browsertest.cc", |
| 1748 "../browser/ui/find_bar/find_bar_host_browsertest.cc", | 1748 "../browser/ui/find_bar/find_bar_host_browsertest.cc", |
| 1749 "../browser/ui/javascript_dialogs/javascript_dialog_browsertest.cc", |
| 1749 "../browser/ui/location_bar/location_bar_browsertest.cc", | 1750 "../browser/ui/location_bar/location_bar_browsertest.cc", |
| 1750 "../browser/ui/login/login_handler_browsertest.cc", | 1751 "../browser/ui/login/login_handler_browsertest.cc", |
| 1751 "../browser/ui/native_window_tracker_browsertest.cc", | 1752 "../browser/ui/native_window_tracker_browsertest.cc", |
| 1752 "../browser/ui/passwords/manage_passwords_test.cc", | 1753 "../browser/ui/passwords/manage_passwords_test.cc", |
| 1753 "../browser/ui/prefs/prefs_tab_helper_browsertest.cc", | 1754 "../browser/ui/prefs/prefs_tab_helper_browsertest.cc", |
| 1754 "../browser/ui/profile_error_browsertest.cc", | 1755 "../browser/ui/profile_error_browsertest.cc", |
| 1755 "../browser/ui/search/new_tab_page_interceptor_browsertest.cc", | 1756 "../browser/ui/search/new_tab_page_interceptor_browsertest.cc", |
| 1756 "../browser/ui/search_engines/search_engine_tab_helper_browsertest.cc", | 1757 "../browser/ui/search_engines/search_engine_tab_helper_browsertest.cc", |
| 1757 "../browser/ui/settings_window_manager_browsertest.cc", | 1758 "../browser/ui/settings_window_manager_browsertest.cc", |
| 1758 "../browser/ui/startup/startup_browser_creator_browsertest.cc", | 1759 "../browser/ui/startup/startup_browser_creator_browsertest.cc", |
| (...skipping 3333 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5092 "touch_hud", | 5093 "touch_hud", |
| 5093 "ui", | 5094 "ui", |
| 5094 ] | 5095 ] |
| 5095 | 5096 |
| 5096 if (is_linux && !is_android) { | 5097 if (is_linux && !is_android) { |
| 5097 deps += [ "//components/font_service:manifest" ] | 5098 deps += [ "//components/font_service:manifest" ] |
| 5098 packaged_services += [ "font_service" ] | 5099 packaged_services += [ "font_service" ] |
| 5099 } | 5100 } |
| 5100 } | 5101 } |
| 5101 } | 5102 } |
| OLD | NEW |