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

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

Issue 2514033002: Introducing SurfaceReferenceFactory (Closed)
Patch Set: x Created 4 years 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
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/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 1435 matching lines...) Expand 10 before | Expand all | Expand 10 after
1446 "//third_party/WebKit/public:mojo_bindings_blink", 1446 "//third_party/WebKit/public:mojo_bindings_blink",
1447 "//third_party/iccjpeg", 1447 "//third_party/iccjpeg",
1448 "//third_party/libpng", 1448 "//third_party/libpng",
1449 "//third_party/libwebp", 1449 "//third_party/libwebp",
1450 "//third_party/ots", 1450 "//third_party/ots",
1451 "//url", 1451 "//url",
1452 "//v8", 1452 "//v8",
1453 ] 1453 ]
1454 deps = [ 1454 deps = [
1455 ":blink_common", 1455 ":blink_common",
1456 "//cc/surfaces:surfaces",
1456 "//components/link_header_util:link_header_util", 1457 "//components/link_header_util:link_header_util",
1457 "//components/mime_util:mime_util", 1458 "//components/mime_util:mime_util",
1458 "//mojo/public/cpp/bindings", 1459 "//mojo/public/cpp/bindings",
1459 "//mojo/public/cpp/bindings:wtf_support", 1460 "//mojo/public/cpp/bindings:wtf_support",
1460 "//third_party/WebKit/Source/platform/heap", 1461 "//third_party/WebKit/Source/platform/heap",
1461 "//third_party/WebKit/public:mojo_bindings_blink", 1462 "//third_party/WebKit/public:mojo_bindings_blink",
1462 "//third_party/WebKit/public:offscreen_canvas_mojo_bindings_blink", 1463 "//third_party/WebKit/public:offscreen_canvas_mojo_bindings_blink",
1463 "//third_party/ced", 1464 "//third_party/ced",
1464 "//third_party/harfbuzz-ng", 1465 "//third_party/harfbuzz-ng",
1465 "//third_party/icu", 1466 "//third_party/icu",
(...skipping 600 matching lines...) Expand 10 before | Expand all | Expand 10 after
2066 "//third_party/WebKit/Source:inside_blink", 2067 "//third_party/WebKit/Source:inside_blink",
2067 ] 2068 ]
2068 2069
2069 deps = [ 2070 deps = [
2070 ":test_support", 2071 ":test_support",
2071 "//cc/surfaces:surface_id", 2072 "//cc/surfaces:surface_id",
2072 "//testing/gmock", 2073 "//testing/gmock",
2073 "//testing/gtest", 2074 "//testing/gtest",
2074 ] 2075 ]
2075 } 2076 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698