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

Unified Diff: samples/openglui/emulator/emulator.gyp

Issue 12021025: Merge the openglui samples into one. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix emulator sample build 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: samples/openglui/emulator/emulator.gyp
diff --git a/samples/mobile_emulator_sample/mobile_emulator_sample.gyp b/samples/openglui/emulator/emulator.gyp
similarity index 84%
rename from samples/mobile_emulator_sample/mobile_emulator_sample.gyp
rename to samples/openglui/emulator/emulator.gyp
index adad238d55b6334e8467ac9fcd7115b9c7dbc9ef..07b58ed1cb5f82ba9cbcb4f7b7432da8d23f19e8 100644
--- a/samples/mobile_emulator_sample/mobile_emulator_sample.gyp
+++ b/samples/openglui/emulator/emulator.gyp
@@ -14,7 +14,7 @@
['OS=="linux" or OS=="mac"',
{
'dependencies': [
- '../../runtime/dart-runtime.gyp:emulator_embedder',
+ '../../../runtime/dart-runtime.gyp:emulator_embedder',
'mobile_emulator',
'copy_dart_files'
]
@@ -28,8 +28,8 @@
'copies': [ {
'destination': '<(PRODUCT_DIR)',
'files': [
- '../../runtime/embedders/openglui/common/gl.dart',
- '../../samples/simplegl/web/raytrace.dart'
+ '../../../runtime/embedders/openglui/common/gl.dart',
+ '../src/raytrace.dart'
],
}],
},
@@ -37,10 +37,10 @@
'target_name': 'mobile_emulator',
'type': 'executable',
'dependencies': [
- '../../runtime/dart-runtime.gyp:emulator_embedder',
+ '../../../runtime/dart-runtime.gyp:emulator_embedder',
],
'include_dirs': [
- '../../runtime',
+ '../../../runtime',
'/usr/X11/include',
],
'sources': [

Powered by Google App Engine
This is Rietveld 408576698