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 # TODO(rockot) bug 505926: Don't include chrome files from here. | 5 # TODO(rockot) bug 505926: Don't include chrome files from here. |
6 # See chrome_browser_tests_extensions_sources below | 6 # See chrome_browser_tests_extensions_sources below |
7 import("//chrome/chrome_tests.gni") | 7 import("//chrome/chrome_tests.gni") |
8 import("//extensions/extensions.gni") | 8 import("//extensions/extensions.gni") |
9 import("//testing/test.gni") | 9 import("//testing/test.gni") |
10 import("//tools/grit/grit_rule.gni") | 10 import("//tools/grit/grit_rule.gni") |
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
186 "//device/hid", | 186 "//device/hid", |
187 "//device/serial", | 187 "//device/serial", |
188 "//device/serial:test_support", | 188 "//device/serial:test_support", |
189 "//extensions/common", | 189 "//extensions/common", |
190 "//extensions/common/api/cast_channel:cast_channel_proto", | 190 "//extensions/common/api/cast_channel:cast_channel_proto", |
191 "//extensions/renderer", | 191 "//extensions/renderer", |
192 "//extensions/strings", | 192 "//extensions/strings", |
193 "//extensions/utility", | 193 "//extensions/utility", |
194 "//mojo/application/public/interfaces", | 194 "//mojo/application/public/interfaces", |
195 "//mojo/environment:chromium", | 195 "//mojo/environment:chromium", |
| 196 "//mojo/public/cpp/bindings", |
196 "//testing/gmock", | 197 "//testing/gmock", |
197 "//testing/gtest", | 198 "//testing/gtest", |
198 "//third_party/leveldatabase", | 199 "//third_party/leveldatabase", |
199 "//third_party/mojo/src/mojo/edk/js", | 200 "//third_party/mojo/src/mojo/edk/js", |
200 "//third_party/mojo/src/mojo/edk/system", | 201 "//third_party/mojo/src/mojo/edk/system", |
201 "//third_party/mojo/src/mojo/public/cpp/bindings", | |
202 ] | 202 ] |
203 | 203 |
204 data_deps = [ | 204 data_deps = [ |
205 "//third_party/mesa:osmesa", | 205 "//third_party/mesa:osmesa", |
206 ] | 206 ] |
207 | 207 |
208 if (is_win) { | 208 if (is_win) { |
209 deps += [ "//base/allocator" ] | 209 deps += [ "//base/allocator" ] |
210 } | 210 } |
211 | 211 |
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
255 | 255 |
256 # TODO(yoz): find the right deps | 256 # TODO(yoz): find the right deps |
257 "//base", | 257 "//base", |
258 "//base:prefs_test_support", | 258 "//base:prefs_test_support", |
259 "//base/test:test_support", | 259 "//base/test:test_support", |
260 "//components/storage_monitor:test_support", | 260 "//components/storage_monitor:test_support", |
261 "//content/test:test_support", | 261 "//content/test:test_support", |
262 "//device/bluetooth:mocks", | 262 "//device/bluetooth:mocks", |
263 "//device/usb:mocks", | 263 "//device/usb:mocks", |
264 "//mojo/environment:chromium", | 264 "//mojo/environment:chromium", |
| 265 "//mojo/public/cpp/bindings", |
265 "//testing/gmock", | 266 "//testing/gmock", |
266 "//testing/gtest", | 267 "//testing/gtest", |
267 "//third_party/mojo/src/mojo/edk/js", | 268 "//third_party/mojo/src/mojo/edk/js", |
268 "//third_party/mojo/src/mojo/edk/system", | 269 "//third_party/mojo/src/mojo/edk/system", |
269 "//third_party/mojo/src/mojo/public/cpp/bindings", | |
270 ] | 270 ] |
271 | 271 |
272 data_deps = [ | 272 data_deps = [ |
273 "//third_party/mesa:osmesa", | 273 "//third_party/mesa:osmesa", |
274 ] | 274 ] |
275 | 275 |
276 if (is_win) { | 276 if (is_win) { |
277 deps += [ "//base/allocator" ] | 277 deps += [ "//base/allocator" ] |
278 | 278 |
279 if (target_cpu == "x86") { | 279 if (target_cpu == "x86") { |
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
392 "//testing/gtest", | 392 "//testing/gtest", |
393 "//third_party/hunspell", | 393 "//third_party/hunspell", |
394 "//third_party/icu", | 394 "//third_party/icu", |
395 "//third_party/libpng", | 395 "//third_party/libpng", |
396 "//third_party/zlib", | 396 "//third_party/zlib", |
397 "//ui/base:test_support", | 397 "//ui/base:test_support", |
398 "//ui/resources:ui_test_pak", | 398 "//ui/resources:ui_test_pak", |
399 "//ui/web_dialogs:test_support", | 399 "//ui/web_dialogs:test_support", |
400 ] | 400 ] |
401 } | 401 } |
OLD | NEW |