| 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 381 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 392 | 392 |
| 393 deps = [ | 393 deps = [ |
| 394 ":test_support", | 394 ":test_support", |
| 395 ":web", | 395 ":web", |
| 396 "//base", | 396 "//base", |
| 397 "//base:i18n", | 397 "//base:i18n", |
| 398 "//base/test:test_support", | 398 "//base/test:test_support", |
| 399 "//content/test:test_support", | 399 "//content/test:test_support", |
| 400 "//device/wake_lock/public/interfaces:interfaces_blink", | 400 "//device/wake_lock/public/interfaces:interfaces_blink", |
| 401 "//gpu:test_support", | 401 "//gpu:test_support", |
| 402 "//mojo/edk/system:system", | |
| 403 "//testing/gmock", | 402 "//testing/gmock", |
| 404 "//testing/gtest", | 403 "//testing/gtest", |
| 405 "//third_party/WebKit/Source/core:unit_tests", | 404 "//third_party/WebKit/Source/core:unit_tests", |
| 406 "//third_party/WebKit/Source/modules:unit_tests", | 405 "//third_party/WebKit/Source/modules:unit_tests", |
| 407 "//third_party/WebKit/Source/platform:test_support", | 406 "//third_party/WebKit/Source/platform:test_support", |
| 408 "//third_party/WebKit/Source/platform:unit_tests", | 407 "//third_party/WebKit/Source/platform:unit_tests", |
| 409 "//third_party/WebKit/Source/wtf", | 408 "//third_party/WebKit/Source/wtf", |
| 410 "//third_party/libwebp", | 409 "//third_party/libwebp", |
| 411 "//third_party/zlib", | 410 "//third_party/zlib", |
| 412 "//url", | 411 "//url", |
| (...skipping 12 matching lines...) Expand all Loading... |
| 425 | 424 |
| 426 if (is_android) { | 425 if (is_android) { |
| 427 deps += [ | 426 deps += [ |
| 428 "//base:base_java", | 427 "//base:base_java", |
| 429 "//content/public/android:content_java", | 428 "//content/public/android:content_java", |
| 430 "//content/shell/android:content_shell_assets", | 429 "//content/shell/android:content_shell_assets", |
| 431 "//net/android:net_java", | 430 "//net/android:net_java", |
| 432 ] | 431 ] |
| 433 } | 432 } |
| 434 } | 433 } |
| OLD | NEW |