| 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 3283 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3294 "../browser/ui/webui/browsing_history_handler_unittest.cc", | 3294 "../browser/ui/webui/browsing_history_handler_unittest.cc", |
| 3295 "../browser/ui/webui/fileicon_source_unittest.cc", | 3295 "../browser/ui/webui/fileicon_source_unittest.cc", |
| 3296 "../browser/ui/webui/local_state/local_state_ui_unittest.cc", | 3296 "../browser/ui/webui/local_state/local_state_ui_unittest.cc", |
| 3297 "../browser/ui/webui/log_web_ui_url_unittest.cc", | 3297 "../browser/ui/webui/log_web_ui_url_unittest.cc", |
| 3298 "../browser/update_client/chrome_update_query_params_delegate_unittest.cc", | 3298 "../browser/update_client/chrome_update_query_params_delegate_unittest.cc", |
| 3299 "../browser/win/chrome_elf_init_unittest.cc", | 3299 "../browser/win/chrome_elf_init_unittest.cc", |
| 3300 "../browser/win/enumerate_modules_model_unittest.cc", | 3300 "../browser/win/enumerate_modules_model_unittest.cc", |
| 3301 "../common/chrome_content_client_unittest.cc", | 3301 "../common/chrome_content_client_unittest.cc", |
| 3302 "../common/chrome_paths_unittest.cc", | 3302 "../common/chrome_paths_unittest.cc", |
| 3303 "../common/component_flash_hint_file_linux_unittest.cc", | 3303 "../common/component_flash_hint_file_linux_unittest.cc", |
| 3304 "../common/conflicts/module_watcher_win_unittest.cc", |
| 3304 "../common/crash_keys_unittest.cc", | 3305 "../common/crash_keys_unittest.cc", |
| 3305 "../common/ini_parser_unittest.cc", | 3306 "../common/ini_parser_unittest.cc", |
| 3306 "../common/mac/cfbundle_blocker_unittest.mm", | 3307 "../common/mac/cfbundle_blocker_unittest.mm", |
| 3307 "../common/mac/mock_launchd.cc", | 3308 "../common/mac/mock_launchd.cc", |
| 3308 "../common/mac/mock_launchd.h", | 3309 "../common/mac/mock_launchd.h", |
| 3309 "../common/origin_trials/chrome_origin_trial_policy_unittest.cc", | 3310 "../common/origin_trials/chrome_origin_trial_policy_unittest.cc", |
| 3310 "../common/partial_circular_buffer_unittest.cc", | 3311 "../common/partial_circular_buffer_unittest.cc", |
| 3311 "../common/pref_names_util_unittest.cc", | 3312 "../common/pref_names_util_unittest.cc", |
| 3312 "../common/search/instant_types_unittest.cc", | 3313 "../common/search/instant_types_unittest.cc", |
| 3313 "../common/search/search_urls_unittest.cc", | 3314 "../common/search/search_urls_unittest.cc", |
| (...skipping 1726 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5040 "touch_hud", | 5041 "touch_hud", |
| 5041 "ui", | 5042 "ui", |
| 5042 ] | 5043 ] |
| 5043 | 5044 |
| 5044 if (is_linux && !is_android) { | 5045 if (is_linux && !is_android) { |
| 5045 deps += [ "//components/font_service:manifest" ] | 5046 deps += [ "//components/font_service:manifest" ] |
| 5046 packaged_services += [ "font_service" ] | 5047 packaged_services += [ "font_service" ] |
| 5047 } | 5048 } |
| 5048 } | 5049 } |
| 5049 } | 5050 } |
| OLD | NEW |