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

Unified Diff: mojo/mojo_examples.gypi

Issue 240003006: Get sample_app running on Android again (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cleanup Created 6 years, 8 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: mojo/mojo_examples.gypi
diff --git a/mojo/mojo_examples.gypi b/mojo/mojo_examples.gypi
index 590285fd192ef0dd3cbfcf2e218f5e4c699e9e91..810ba3dc715de78197800c5f50180621ad9691d7 100644
--- a/mojo/mojo_examples.gypi
+++ b/mojo/mojo_examples.gypi
@@ -8,10 +8,8 @@
'target_name': 'mojo_sample_app',
'type': 'shared_library',
'dependencies': [
- # TODO(darin): we should not be linking against these libraries!
viettrungluu 2014/04/17 00:10:17 Are you sure you want to remove darin's TODO here?
DaveMoore 2014/04/17 14:10:48 I think so. The app itself uses Size, which comes
vtl 2014/04/17 14:54:15 I suspect his comment applies to everything starti
DaveMoore 2014/04/17 17:06:58 Done.
- '../ui/gfx/gfx.gyp:gfx',
+ '../ui/events/events.gyp:events',
'../ui/gfx/gfx.gyp:gfx_geometry',
- '../ui/gl/gl.gyp:gl',
'mojo_bindings',
'mojo_environment_standalone',
'mojo_gles2',
« no previous file with comments | « build/android/adb_run_mojo_shell ('k') | mojo/mojo_public.gypi » ('j') | mojo/mojo_public.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698