| 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/chromecast_build.gni") | 6 import("//build/config/chromecast_build.gni") |
| 7 import("//build/config/compiler/compiler.gni") | 7 import("//build/config/compiler/compiler.gni") |
| 8 import("//build/config/crypto.gni") | 8 import("//build/config/crypto.gni") |
| 9 import("//build/config/features.gni") | 9 import("//build/config/features.gni") |
| 10 import("//build/config/ui.gni") | 10 import("//build/config/ui.gni") |
| (...skipping 1458 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1469 "//testing/gmock", | 1469 "//testing/gmock", |
| 1470 "//testing/gtest", | 1470 "//testing/gtest", |
| 1471 "//third_party/WebKit/public:blink", | 1471 "//third_party/WebKit/public:blink", |
| 1472 "//third_party/icu", | 1472 "//third_party/icu", |
| 1473 "//third_party/leveldatabase", | 1473 "//third_party/leveldatabase", |
| 1474 "//third_party/libjingle", | 1474 "//third_party/libjingle", |
| 1475 "//third_party/re2", | 1475 "//third_party/re2", |
| 1476 "//third_party/widevine/cdm:headers", | 1476 "//third_party/widevine/cdm:headers", |
| 1477 "//ui/accessibility", | 1477 "//ui/accessibility", |
| 1478 "//ui/base:test_support", | 1478 "//ui/base:test_support", |
| 1479 "//ui/base/ime", |
| 1479 "//ui/compositor:test_support", | 1480 "//ui/compositor:test_support", |
| 1480 "//ui/display", | 1481 "//ui/display", |
| 1481 "//ui/display:test_support", | 1482 "//ui/display:test_support", |
| 1482 "//ui/events:gesture_detection", | 1483 "//ui/events:gesture_detection", |
| 1483 "//ui/events:test_support", | 1484 "//ui/events:test_support", |
| 1484 "//ui/events/blink", | 1485 "//ui/events/blink", |
| 1485 "//ui/gfx:test_support", | 1486 "//ui/gfx:test_support", |
| 1486 "//ui/gfx/geometry", | 1487 "//ui/gfx/geometry", |
| 1487 "//ui/gfx/ipc", | 1488 "//ui/gfx/ipc", |
| 1488 "//ui/gfx/ipc/skia", | 1489 "//ui/gfx/ipc/skia", |
| (...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1777 if (is_android) { | 1778 if (is_android) { |
| 1778 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1779 deps += [ "//testing/android/native_test:native_test_native_code" ] |
| 1779 } | 1780 } |
| 1780 } | 1781 } |
| 1781 | 1782 |
| 1782 group("fuzzers") { | 1783 group("fuzzers") { |
| 1783 deps = [ | 1784 deps = [ |
| 1784 "//content/test/fuzzer", | 1785 "//content/test/fuzzer", |
| 1785 ] | 1786 ] |
| 1786 } | 1787 } |
| OLD | NEW |