Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(144)

Side by Side Diff: third_party/WebKit/Source/platform/BUILD.gn

Issue 2285433002: Use compositor_frame typemap in Blink (Closed)
Patch Set: Adapt to new change after rebase Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « skia/public/interfaces/image_filter_struct_traits.h ('k') | third_party/WebKit/public/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « skia/public/interfaces/image_filter_struct_traits.h ('k') | third_party/WebKit/public/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698