| 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 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 107 "//components/metrics:test_support", | 107 "//components/metrics:test_support", |
| 108 "//components/omnibox/browser:test_support", | 108 "//components/omnibox/browser:test_support", |
| 109 "//components/password_manager/core/browser:test_support", | 109 "//components/password_manager/core/browser:test_support", |
| 110 "//components/pref_registry:test_support", | 110 "//components/pref_registry:test_support", |
| 111 "//components/prefs:test_support", | 111 "//components/prefs:test_support", |
| 112 "//components/rappor:test_support", | 112 "//components/rappor:test_support", |
| 113 "//components/search_engines:test_support", | 113 "//components/search_engines:test_support", |
| 114 "//components/signin/core/browser:test_support", | 114 "//components/signin/core/browser:test_support", |
| 115 "//components/sync", | 115 "//components/sync", |
| 116 "//components/sync:test_support_driver", | 116 "//components/sync:test_support_driver", |
| 117 "//components/sync_preferences:test_support", |
| 117 "//components/sync_sessions:test_support", | 118 "//components/sync_sessions:test_support", |
| 118 "//components/syncable_prefs:test_support", | |
| 119 "//components/toolbar:test_support", | 119 "//components/toolbar:test_support", |
| 120 "//components/update_client:test_support", | 120 "//components/update_client:test_support", |
| 121 "//components/zoom:test_support", | 121 "//components/zoom:test_support", |
| 122 "//content/public/app:both", | 122 "//content/public/app:both", |
| 123 "//content/test:test_support", | 123 "//content/test:test_support", |
| 124 "//net", | 124 "//net", |
| 125 "//net:test_support", | 125 "//net:test_support", |
| 126 "//skia", | 126 "//skia", |
| 127 "//sql", | 127 "//sql", |
| 128 "//sql:test_support", | 128 "//sql:test_support", |
| (...skipping 4909 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5038 "touch_hud", | 5038 "touch_hud", |
| 5039 "ui", | 5039 "ui", |
| 5040 ] | 5040 ] |
| 5041 | 5041 |
| 5042 if (is_linux && !is_android) { | 5042 if (is_linux && !is_android) { |
| 5043 deps += [ "//components/font_service:manifest" ] | 5043 deps += [ "//components/font_service:manifest" ] |
| 5044 packaged_services += [ "font_service" ] | 5044 packaged_services += [ "font_service" ] |
| 5045 } | 5045 } |
| 5046 } | 5046 } |
| 5047 } | 5047 } |
| OLD | NEW |