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 1437 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1448 "//third_party/WebKit/public:mojo_bindings_blink", | 1448 "//third_party/WebKit/public:mojo_bindings_blink", |
1449 "//third_party/iccjpeg", | 1449 "//third_party/iccjpeg", |
1450 "//third_party/libpng", | 1450 "//third_party/libpng", |
1451 "//third_party/libwebp", | 1451 "//third_party/libwebp", |
1452 "//third_party/ots", | 1452 "//third_party/ots", |
1453 "//url", | 1453 "//url", |
1454 "//v8", | 1454 "//v8", |
1455 ] | 1455 ] |
1456 deps = [ | 1456 deps = [ |
1457 ":blink_common", | 1457 ":blink_common", |
| 1458 "//cc/surfaces:surfaces", |
1458 "//components/link_header_util:link_header_util", | 1459 "//components/link_header_util:link_header_util", |
1459 "//components/mime_util:mime_util", | 1460 "//components/mime_util:mime_util", |
1460 "//mojo/public/cpp/bindings", | 1461 "//mojo/public/cpp/bindings", |
1461 "//mojo/public/cpp/bindings:wtf_support", | 1462 "//mojo/public/cpp/bindings:wtf_support", |
1462 "//third_party/WebKit/Source/platform/heap", | 1463 "//third_party/WebKit/Source/platform/heap", |
1463 "//third_party/WebKit/public:mojo_bindings_blink", | 1464 "//third_party/WebKit/public:mojo_bindings_blink", |
1464 "//third_party/WebKit/public:offscreen_canvas_mojo_bindings_blink", | 1465 "//third_party/WebKit/public:offscreen_canvas_mojo_bindings_blink", |
1465 "//third_party/ced", | 1466 "//third_party/ced", |
1466 "//third_party/harfbuzz-ng", | 1467 "//third_party/harfbuzz-ng", |
1467 "//third_party/icu", | 1468 "//third_party/icu", |
(...skipping 600 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2068 "//third_party/WebKit/Source:inside_blink", | 2069 "//third_party/WebKit/Source:inside_blink", |
2069 ] | 2070 ] |
2070 | 2071 |
2071 deps = [ | 2072 deps = [ |
2072 ":test_support", | 2073 ":test_support", |
2073 "//cc/surfaces:surface_id", | 2074 "//cc/surfaces:surface_id", |
2074 "//testing/gmock", | 2075 "//testing/gmock", |
2075 "//testing/gtest", | 2076 "//testing/gtest", |
2076 ] | 2077 ] |
2077 } | 2078 } |
OLD | NEW |