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 1542 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1553 "//third_party/qcms", | 1553 "//third_party/qcms", |
1554 "//url", | 1554 "//url", |
1555 "//v8", | 1555 "//v8", |
1556 ] | 1556 ] |
1557 deps = [ | 1557 deps = [ |
1558 ":blink_common", | 1558 ":blink_common", |
1559 "//components/link_header_util:link_header_util", | 1559 "//components/link_header_util:link_header_util", |
1560 "//mojo/public/cpp/bindings", | 1560 "//mojo/public/cpp/bindings", |
1561 "//mojo/public/cpp/bindings:wtf_support", | 1561 "//mojo/public/cpp/bindings:wtf_support", |
1562 "//third_party/WebKit/Source/platform/heap", | 1562 "//third_party/WebKit/Source/platform/heap", |
| 1563 "//third_party/WebKit/public:offscreen_canvas_mojo_bindings_blink", |
1563 "//third_party/ced", | 1564 "//third_party/ced", |
1564 "//third_party/harfbuzz-ng", | 1565 "//third_party/harfbuzz-ng", |
1565 "//third_party/icu", | 1566 "//third_party/icu", |
1566 "//ui/gfx", | 1567 "//ui/gfx", |
1567 "//ui/gfx/geometry", | 1568 "//ui/gfx/geometry", |
1568 ] | 1569 ] |
1569 | 1570 |
1570 if (is_mac) { | 1571 if (is_mac) { |
1571 sources -= [ | 1572 sources -= [ |
1572 # Uses KillRingMac.mm instead. | 1573 # Uses KillRingMac.mm instead. |
(...skipping 503 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2076 "graphics/test/MockImageDecoder.h", | 2077 "graphics/test/MockImageDecoder.h", |
2077 ] | 2078 ] |
2078 | 2079 |
2079 configs += [ | 2080 configs += [ |
2080 "//third_party/WebKit/Source:config", | 2081 "//third_party/WebKit/Source:config", |
2081 "//third_party/WebKit/Source:inside_blink", | 2082 "//third_party/WebKit/Source:inside_blink", |
2082 ] | 2083 ] |
2083 | 2084 |
2084 deps = [ | 2085 deps = [ |
2085 ":test_support", | 2086 ":test_support", |
| 2087 "//cc/surfaces:surface_id", |
2086 "//testing/gmock", | 2088 "//testing/gmock", |
2087 "//testing/gtest", | 2089 "//testing/gtest", |
2088 ] | 2090 ] |
2089 } | 2091 } |
OLD | NEW |