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

Unified Diff: gpu/gpu_ipc_common.gypi

Issue 2178973004: DialogSurfaceManager implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: moved jni out of content/app Created 4 years, 5 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: gpu/gpu_ipc_common.gypi
diff --git a/gpu/gpu_ipc_common.gypi b/gpu/gpu_ipc_common.gypi
index 3bf9ec55cf0996182e9ca80cd59b5d770d83663e..6eeb39f0644532bd22a8b65418a253bc055e28b4 100644
--- a/gpu/gpu_ipc_common.gypi
+++ b/gpu/gpu_ipc_common.gypi
@@ -22,6 +22,8 @@
'..',
],
'sources': [
+ 'ipc/common/dialog_surface_lookup.cc',
+ 'ipc/common/dialog_surface_lookup.h',
'ipc/common/gpu_memory_buffer_support.cc',
'ipc/common/gpu_memory_buffer_support.h',
'ipc/common/gpu_memory_uma_stats.h',

Powered by Google App Engine
This is Rietveld 408576698