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

Unified Diff: third_party/WebKit/Source/platform/BUILD.gn

Issue 2860293002: Change cc::ElementId to be a uint64_t (Closed)
Patch Set: none Created 3 years, 7 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/platform/BUILD.gn
diff --git a/third_party/WebKit/Source/platform/BUILD.gn b/third_party/WebKit/Source/platform/BUILD.gn
index 8d3fd21a524556b1e9cad7d1c0be5b33be1a104c..078150578ef2ba560400a0bb23c3f988272a2635 100644
--- a/third_party/WebKit/Source/platform/BUILD.gn
+++ b/third_party/WebKit/Source/platform/BUILD.gn
@@ -1839,6 +1839,7 @@ test("blink_platform_unittests") {
"geometry/LayoutRectTest.cpp",
"geometry/RegionTest.cpp",
"graphics/BitmapImageTest.cpp",
+ "graphics/CompositorElementIdTest.cpp",
"graphics/CompositorMutableStateTest.cpp",
"graphics/CompositorMutatorClientTest.cpp",
"graphics/ContiguousContainerTest.cpp",

Powered by Google App Engine
This is Rietveld 408576698