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

Unified Diff: mojo/mojo_public.gypi

Issue 219583003: Mojo: Move mojo/public/shell to mojo/public/{cpp,interfaces}/shell. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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/examples/view_manager/view_manager.cc ('k') | mojo/public/cpp/shell/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo_public.gypi
diff --git a/mojo/mojo_public.gypi b/mojo/mojo_public.gypi
index 47968e41174adbc07afcdf2f55c0879e5dcac682..ff0a8090f956bd2539df8dabc6ee2ad184bd225f 100644
--- a/mojo/mojo_public.gypi
+++ b/mojo/mojo_public.gypi
@@ -358,7 +358,7 @@
'target_name': 'mojo_shell_bindings',
'type': 'static_library',
'sources': [
- 'public/shell/shell.mojom',
+ 'public/interfaces/shell/shell.mojom',
],
'variables': {
'mojom_base_output_dir': 'mojo',
@@ -376,10 +376,10 @@
'target_name': 'mojo_shell_client',
'type': 'static_library',
'sources': [
- 'public/shell/lib/application.cc',
- 'public/shell/lib/service.cc',
- 'public/shell/application.h',
- 'public/shell/service.h',
+ 'public/cpp/shell/application.h',
+ 'public/cpp/shell/service.h',
+ 'public/cpp/shell/lib/application.cc',
+ 'public/cpp/shell/lib/service.cc',
],
'dependencies': [
'mojo_shell_bindings',
« no previous file with comments | « mojo/examples/view_manager/view_manager.cc ('k') | mojo/public/cpp/shell/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698