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

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

Issue 2860293002: Change cc::ElementId to be a uint64_t (Closed)
Patch Set: Merge branch 'master' into secondaryid 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 12a4ef6750daf86c52cda13ea54980f44cb59b16..a7d4ca4cc3bc5e1cde655d3ec4322b18c7315a03 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