| 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/Source/build/scripts/scripts.gni") | 9 import("//third_party/WebKit/Source/build/scripts/scripts.gni") |
| 10 import("//third_party/WebKit/Source/config.gni") | 10 import("//third_party/WebKit/Source/config.gni") |
| (...skipping 1384 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1395 "//third_party/libwebp", | 1395 "//third_party/libwebp", |
| 1396 "//third_party/ots", | 1396 "//third_party/ots", |
| 1397 "//third_party/qcms", | 1397 "//third_party/qcms", |
| 1398 "//url", | 1398 "//url", |
| 1399 "//v8", | 1399 "//v8", |
| 1400 ] | 1400 ] |
| 1401 deps = [ | 1401 deps = [ |
| 1402 ":blink_common", | 1402 ":blink_common", |
| 1403 "//components/link_header_util:link_header_util", | 1403 "//components/link_header_util:link_header_util", |
| 1404 "//components/mime_util:mime_util", | 1404 "//components/mime_util:mime_util", |
| 1405 "//device/base/synchronization", |
| 1405 "//mojo/public/cpp/bindings", | 1406 "//mojo/public/cpp/bindings", |
| 1406 "//mojo/public/cpp/bindings:wtf_support", | 1407 "//mojo/public/cpp/bindings:wtf_support", |
| 1407 "//third_party/WebKit/Source/platform/heap", | 1408 "//third_party/WebKit/Source/platform/heap", |
| 1408 "//third_party/WebKit/public:offscreen_canvas_mojo_bindings_blink", | 1409 "//third_party/WebKit/public:offscreen_canvas_mojo_bindings_blink", |
| 1409 "//third_party/ced", | 1410 "//third_party/ced", |
| 1410 "//third_party/harfbuzz-ng", | 1411 "//third_party/harfbuzz-ng", |
| 1411 "//third_party/icu", | 1412 "//third_party/icu", |
| 1412 "//ui/gfx", | 1413 "//ui/gfx", |
| 1413 "//ui/gfx/geometry", | 1414 "//ui/gfx/geometry", |
| 1414 ] | 1415 ] |
| (...skipping 555 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1970 "//third_party/WebKit/Source:inside_blink", | 1971 "//third_party/WebKit/Source:inside_blink", |
| 1971 ] | 1972 ] |
| 1972 | 1973 |
| 1973 deps = [ | 1974 deps = [ |
| 1974 ":test_support", | 1975 ":test_support", |
| 1975 "//cc/surfaces:surface_id", | 1976 "//cc/surfaces:surface_id", |
| 1976 "//testing/gmock", | 1977 "//testing/gmock", |
| 1977 "//testing/gtest", | 1978 "//testing/gtest", |
| 1978 ] | 1979 ] |
| 1979 } | 1980 } |
| OLD | NEW |