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 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
116 "//components/sync:test_support_driver", | 116 "//components/sync:test_support_driver", |
117 "//components/sync_preferences:test_support", | 117 "//components/sync_preferences:test_support", |
118 "//components/sync_sessions:test_support", | 118 "//components/sync_sessions: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 "//printing/features", |
126 "//skia", | 127 "//skia", |
127 "//sql", | 128 "//sql", |
128 "//sql:test_support", | 129 "//sql:test_support", |
129 "//testing/gmock", | 130 "//testing/gmock", |
130 "//testing/gtest", | 131 "//testing/gtest", |
131 "//third_party/zlib", | 132 "//third_party/zlib", |
132 "//ui/gfx:test_support", | 133 "//ui/gfx:test_support", |
133 "//ui/message_center:test_support", | 134 "//ui/message_center:test_support", |
134 ] | 135 ] |
135 | 136 |
(...skipping 1084 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1220 ] | 1221 ] |
1221 | 1222 |
1222 configs += [ "//build/config:precompiled_headers" ] | 1223 configs += [ "//build/config:precompiled_headers" ] |
1223 | 1224 |
1224 deps = [ | 1225 deps = [ |
1225 ":browser_tests_runner", | 1226 ":browser_tests_runner", |
1226 ":repack_pseudo_locales", | 1227 ":repack_pseudo_locales", |
1227 ":test_support", | 1228 ":test_support", |
1228 "//base", | 1229 "//base", |
1229 "//components/sync:test_support_model", | 1230 "//components/sync:test_support_model", |
| 1231 "//printing/features", |
1230 "//third_party/WebKit/public:features", | 1232 "//third_party/WebKit/public:features", |
1231 ] | 1233 ] |
1232 | 1234 |
1233 data_deps = [] | 1235 data_deps = [] |
1234 | 1236 |
1235 data = [] | 1237 data = [] |
1236 | 1238 |
1237 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ] | 1239 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ] |
1238 | 1240 |
1239 if (is_win) { | 1241 if (is_win) { |
(...skipping 3803 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5043 "touch_hud", | 5045 "touch_hud", |
5044 "ui", | 5046 "ui", |
5045 ] | 5047 ] |
5046 | 5048 |
5047 if (is_linux && !is_android) { | 5049 if (is_linux && !is_android) { |
5048 deps += [ "//components/font_service:manifest" ] | 5050 deps += [ "//components/font_service:manifest" ] |
5049 packaged_services += [ "font_service" ] | 5051 packaged_services += [ "font_service" ] |
5050 } | 5052 } |
5051 } | 5053 } |
5052 } | 5054 } |
OLD | NEW |