| 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("//build_overrides/v8.gni") | 10 import("//build_overrides/v8.gni") |
| (...skipping 671 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 682 "//third_party/WebKit/public:blink", | 682 "//third_party/WebKit/public:blink", |
| 683 "//third_party/icu", | 683 "//third_party/icu", |
| 684 "//third_party/leveldatabase", | 684 "//third_party/leveldatabase", |
| 685 "//third_party/libjingle", | 685 "//third_party/libjingle", |
| 686 "//third_party/re2", | 686 "//third_party/re2", |
| 687 "//third_party/widevine/cdm:version_h", | 687 "//third_party/widevine/cdm:version_h", |
| 688 "//ui/accessibility", | 688 "//ui/accessibility", |
| 689 "//ui/base:test_support", | 689 "//ui/base:test_support", |
| 690 "//ui/compositor:test_support", | 690 "//ui/compositor:test_support", |
| 691 "//ui/display", | 691 "//ui/display", |
| 692 "//ui/display:test_support", |
| 692 "//ui/events/blink", | 693 "//ui/events/blink", |
| 693 "//ui/gfx:test_support", | 694 "//ui/gfx:test_support", |
| 694 "//ui/gfx/geometry", | 695 "//ui/gfx/geometry", |
| 695 "//ui/gfx/ipc", | 696 "//ui/gfx/ipc", |
| 696 "//ui/gfx/ipc/skia", | 697 "//ui/gfx/ipc/skia", |
| 697 "//ui/gl", | 698 "//ui/gl", |
| 698 "//ui/gl:test_support", | 699 "//ui/gl:test_support", |
| 699 ] | 700 ] |
| 700 | 701 |
| 701 data_deps = [ | 702 data_deps = [ |
| (...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 892 "//testing/gtest", | 893 "//testing/gtest", |
| 893 "//testing/perf", | 894 "//testing/perf", |
| 894 "//ui/gfx", | 895 "//ui/gfx", |
| 895 "//ui/gfx/geometry", | 896 "//ui/gfx/geometry", |
| 896 ] | 897 ] |
| 897 | 898 |
| 898 if (is_android) { | 899 if (is_android) { |
| 899 deps += [ "//testing/android/native_test:native_test_native_code" ] | 900 deps += [ "//testing/android/native_test:native_test_native_code" ] |
| 900 } | 901 } |
| 901 } | 902 } |
| OLD | NEW |