| 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/features.gni") | 5 import("//build/config/features.gni") |
| 6 import("//build/config/ui.gni") | 6 import("//build/config/ui.gni") |
| 7 import("//testing/libfuzzer/fuzzer_test.gni") | 7 import("//testing/libfuzzer/fuzzer_test.gni") |
| 8 import("//testing/test.gni") | 8 import("//testing/test.gni") |
| 9 import("//third_party/WebKit/public/public_features.gni") | 9 import("//third_party/WebKit/public/public_features.gni") |
| 10 import("//third_party/WebKit/Source/build/scripts/scripts.gni") | 10 import("//third_party/WebKit/Source/build/scripts/scripts.gni") |
| (...skipping 1992 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2003 ] | 2003 ] |
| 2004 | 2004 |
| 2005 deps = [ | 2005 deps = [ |
| 2006 ":platform", | 2006 ":platform", |
| 2007 ":test_support", | 2007 ":test_support", |
| 2008 "//base", | 2008 "//base", |
| 2009 "//base/test:test_support", | 2009 "//base/test:test_support", |
| 2010 "//cc", | 2010 "//cc", |
| 2011 "//cc:test_support", | 2011 "//cc:test_support", |
| 2012 "//cc/blink", | 2012 "//cc/blink", |
| 2013 "//components/variations", | |
| 2014 "//device/base/synchronization", | 2013 "//device/base/synchronization", |
| 2015 "//mojo/common:test_common_custom_types_blink", | 2014 "//mojo/common:test_common_custom_types_blink", |
| 2016 "//mojo/edk/system", | 2015 "//mojo/edk/system", |
| 2017 "//mojo/public/cpp/bindings/tests:for_blink_tests", | 2016 "//mojo/public/cpp/bindings/tests:for_blink_tests", |
| 2018 "//skia", | 2017 "//skia", |
| 2019 "//testing/gmock", | 2018 "//testing/gmock", |
| 2020 "//testing/gtest", | 2019 "//testing/gtest", |
| 2021 "//third_party/WebKit/Source/platform/loader:unit_tests", | 2020 "//third_party/WebKit/Source/platform/loader:unit_tests", |
| 2022 "//third_party/WebKit/Source/platform/wtf", | 2021 "//third_party/WebKit/Source/platform/wtf", |
| 2023 "//third_party/harfbuzz-ng", | 2022 "//third_party/harfbuzz-ng", |
| (...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2275 "//third_party/WebKit/Source:config", | 2274 "//third_party/WebKit/Source:config", |
| 2276 "//third_party/WebKit/Source:inside_blink", | 2275 "//third_party/WebKit/Source:inside_blink", |
| 2277 ] | 2276 ] |
| 2278 | 2277 |
| 2279 deps = [ | 2278 deps = [ |
| 2280 ":test_support", | 2279 ":test_support", |
| 2281 "//testing/gmock", | 2280 "//testing/gmock", |
| 2282 "//testing/gtest", | 2281 "//testing/gtest", |
| 2283 ] | 2282 ] |
| 2284 } | 2283 } |
| OLD | NEW |