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/ui.gni") | 5 import("//build/config/ui.gni") |
6 import("//testing/test.gni") | 6 import("//testing/test.gni") |
7 import("//third_party/WebKit/Source/bindings/bindings.gni") | 7 import("//third_party/WebKit/Source/bindings/bindings.gni") |
8 import("//third_party/WebKit/Source/config.gni") | 8 import("//third_party/WebKit/Source/config.gni") |
9 import("//third_party/WebKit/Source/core/core.gni") | 9 import("//third_party/WebKit/Source/core/core.gni") |
10 import("//third_party/WebKit/Source/modules/modules.gni") | 10 import("//third_party/WebKit/Source/modules/modules.gni") |
(...skipping 377 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
388 ] | 388 ] |
389 sources += bindings_unittest_files | 389 sources += bindings_unittest_files |
390 | 390 |
391 deps = [ | 391 deps = [ |
392 ":test_support", | 392 ":test_support", |
393 ":web", | 393 ":web", |
394 "//base", | 394 "//base", |
395 "//base:i18n", | 395 "//base:i18n", |
396 "//base/test:test_support", | 396 "//base/test:test_support", |
397 "//content/test:test_support", | 397 "//content/test:test_support", |
| 398 "//device/wake_lock/public/interfaces:interfaces_blink", |
398 "//gpu:test_support", | 399 "//gpu:test_support", |
399 "//mojo/edk/system:system", | 400 "//mojo/edk/system:system", |
400 "//testing/gmock", | 401 "//testing/gmock", |
401 "//testing/gtest", | 402 "//testing/gtest", |
402 "//third_party/WebKit/Source/core:unit_tests", | 403 "//third_party/WebKit/Source/core:unit_tests", |
403 "//third_party/WebKit/Source/modules:unit_tests", | 404 "//third_party/WebKit/Source/modules:unit_tests", |
404 "//third_party/WebKit/Source/platform:test_support", | 405 "//third_party/WebKit/Source/platform:test_support", |
405 "//third_party/WebKit/Source/platform:unit_tests", | 406 "//third_party/WebKit/Source/platform:unit_tests", |
406 "//third_party/WebKit/Source/wtf", | 407 "//third_party/WebKit/Source/wtf", |
407 "//third_party/libwebp", | 408 "//third_party/libwebp", |
(...skipping 14 matching lines...) Expand all Loading... |
422 | 423 |
423 if (is_android) { | 424 if (is_android) { |
424 deps += [ | 425 deps += [ |
425 "//base:base_java", | 426 "//base:base_java", |
426 "//content/public/android:content_java", | 427 "//content/public/android:content_java", |
427 "//content/shell/android:content_shell_assets", | 428 "//content/shell/android:content_shell_assets", |
428 "//net/android:net_java", | 429 "//net/android:net_java", |
429 ] | 430 ] |
430 } | 431 } |
431 } | 432 } |
OLD | NEW |