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

Unified Diff: ppapi/shared_impl/BUILD.gn

Issue 1345813002: Added a unique command buffer ID for command buffers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed tests Created 5 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 side-by-side diff with in-line comments
Download patch
Index: ppapi/shared_impl/BUILD.gn
diff --git a/ppapi/shared_impl/BUILD.gn b/ppapi/shared_impl/BUILD.gn
index 25ad904387c771cc96df1c8db3d20c084d42acc3..0235bf2e1eba2b91351d565537c2ef948c4070a5 100644
--- a/ppapi/shared_impl/BUILD.gn
+++ b/ppapi/shared_impl/BUILD.gn
@@ -12,6 +12,8 @@ component("shared_impl") {
"array_writer.h",
"callback_tracker.cc",
"callback_tracker.h",
+ "command_buffer_id_pair.cc",
+ "command_buffer_id_pair.h",
"compositor_layer_data.cc",
"compositor_layer_data.h",
"dictionary_var.cc",

Powered by Google App Engine
This is Rietveld 408576698