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

Unified Diff: runtime/dart-runtime.gyp

Issue 11883013: Refactored OpenGL embedder that works on Android, Mac or Linux. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 11 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: runtime/dart-runtime.gyp
===================================================================
--- runtime/dart-runtime.gyp (revision 16976)
+++ runtime/dart-runtime.gyp (working copy)
@@ -7,7 +7,8 @@
'tools/gyp/runtime-configurations.gypi',
'vm/vm.gypi',
'bin/bin.gypi',
- 'embedders/android/android_embedder.gypi',
+ 'embedders/openglui/android/android_embedder.gypi',
+ 'embedders/openglui/emulator/emulator_embedder.gypi',
vsm 2013/01/14 21:31:40 Can we have just one openglui gypi to keep things
gram 2013/01/16 01:49:16 Done.
'third_party/double-conversion/src/double-conversion.gypi',
'third_party/jscre/jscre.gypi',
'../tools/gyp/source_filter.gypi',

Powered by Google App Engine
This is Rietveld 408576698