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

Unified Diff: mojo/mojo.gyp

Issue 47433002: Cleanup mojo_shell and sample_app a bit (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 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
« no previous file with comments | « mojo/loader/url_request_context_getter.cc ('k') | mojo/shell/android/apk/AndroidManifest.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo.gyp
diff --git a/mojo/mojo.gyp b/mojo/mojo.gyp
index d2d202c803a742026c5d182a1c3d94ef3c2fda7f..640251983848032b064cb2d89d7866de3cea2063 100644
--- a/mojo/mojo.gyp
+++ b/mojo/mojo.gyp
@@ -141,16 +141,12 @@
'mojo_system',
],
'sources': [
- 'loader/job.cc',
- 'loader/job.h',
- 'loader/loader.cc',
- 'loader/loader.h',
- 'loader/url_request_context_getter.cc',
- 'loader/url_request_context_getter.h',
'shell/app_container.cc',
'shell/app_container.h',
'shell/context.cc',
'shell/context.h',
+ 'shell/loader.cc',
+ 'shell/loader.h',
'shell/run.cc',
'shell/run.h',
'shell/storage.cc',
@@ -159,6 +155,8 @@
'shell/switches.h',
'shell/task_runners.cc',
'shell/task_runners.h',
+ 'shell/url_request_context_getter.cc',
+ 'shell/url_request_context_getter.h',
],
'conditions': [
['OS == "win"', {
@@ -198,7 +196,7 @@
'mojo_system',
],
'sources': [
- 'shell/sample_app.cc',
+ 'examples/sample_app/sample_app.cc',
],
},
{
@@ -262,7 +260,7 @@
],
},
'sources': [
- 'shell/android/shell_apk/src/org/chromium/mojo_shell_apk/MojoMain.java',
+ 'shell/android/apk/src/org/chromium/mojo_shell_apk/MojoMain.java',
],
'variables': {
'jni_gen_package': 'mojo'
@@ -294,8 +292,8 @@
],
'variables': {
'apk_name': 'MojoShell',
- 'java_in_dir': '<(DEPTH)/mojo/shell/android/shell_apk',
- 'resource_dir': '<(DEPTH)/mojo/shell/android/shell_apk/res',
+ 'java_in_dir': '<(DEPTH)/mojo/shell/android/apk',
+ 'resource_dir': '<(DEPTH)/mojo/shell/android/apk/res',
'native_lib_target': 'libmojo_shell',
},
'includes': [ '../build/java_apk.gypi' ],
« no previous file with comments | « mojo/loader/url_request_context_getter.cc ('k') | mojo/shell/android/apk/AndroidManifest.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698