| 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 1087 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1223 "//build/config:precompiled_headers", | 1224 "//build/config:precompiled_headers", |
| 1224 "//third_party/WebKit/public:debug_devtools", | 1225 "//third_party/WebKit/public:debug_devtools", |
| 1225 ] | 1226 ] |
| 1226 | 1227 |
| 1227 deps = [ | 1228 deps = [ |
| 1228 ":browser_tests_runner", | 1229 ":browser_tests_runner", |
| 1229 ":repack_pseudo_locales", | 1230 ":repack_pseudo_locales", |
| 1230 ":test_support", | 1231 ":test_support", |
| 1231 "//base", | 1232 "//base", |
| 1232 "//components/sync:test_support_model", | 1233 "//components/sync:test_support_model", |
| 1234 "//printing/features", |
| 1233 ] | 1235 ] |
| 1234 | 1236 |
| 1235 data_deps = [] | 1237 data_deps = [] |
| 1236 | 1238 |
| 1237 data = [] | 1239 data = [] |
| 1238 | 1240 |
| 1239 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ] | 1241 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ] |
| 1240 | 1242 |
| 1241 if (is_win) { | 1243 if (is_win) { |
| 1242 data += [ "$root_out_dir/chrome_200_percent.pak" ] | 1244 data += [ "$root_out_dir/chrome_200_percent.pak" ] |
| (...skipping 3795 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5038 "touch_hud", | 5040 "touch_hud", |
| 5039 "ui", | 5041 "ui", |
| 5040 ] | 5042 ] |
| 5041 | 5043 |
| 5042 if (is_linux && !is_android) { | 5044 if (is_linux && !is_android) { |
| 5043 deps += [ "//components/font_service:manifest" ] | 5045 deps += [ "//components/font_service:manifest" ] |
| 5044 packaged_services += [ "font_service" ] | 5046 packaged_services += [ "font_service" ] |
| 5045 } | 5047 } |
| 5046 } | 5048 } |
| 5047 } | 5049 } |
| OLD | NEW |