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

Unified Diff: remoting/remoting_android.gypi

Issue 171533011: Move Android-specific xml files to remoting/resources/android/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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 | « no previous file | remoting/resources/android/layout/desktop.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting_android.gypi
diff --git a/remoting/remoting_android.gypi b/remoting/remoting_android.gypi
index 1d2c74c09c0315d07894835186d0b1efb15ff198..cdfce6dc991a200972a28a6822c0e36336fce572 100644
--- a/remoting/remoting_android.gypi
+++ b/remoting/remoting_android.gypi
@@ -54,23 +54,23 @@
{
'destination': '<(SHARED_INTERMEDIATE_DIR)/remoting/android/res/layout',
'files': [
- 'resources/layout/desktop.xml',
- 'resources/layout/host.xml',
- 'resources/layout/main.xml',
- 'resources/layout/pin_dialog.xml',
+ 'resources/android/layout/desktop.xml',
+ 'resources/android/layout/host.xml',
+ 'resources/android/layout/main.xml',
+ 'resources/android/layout/pin_dialog.xml',
],
},
{
'destination': '<(SHARED_INTERMEDIATE_DIR)/remoting/android/res/menu',
'files': [
- 'resources/menu/chromoting_actionbar.xml',
- 'resources/menu/desktop_actionbar.xml',
+ 'resources/android/menu/chromoting_actionbar.xml',
+ 'resources/android/menu/desktop_actionbar.xml',
],
},
{
'destination': '<(SHARED_INTERMEDIATE_DIR)/remoting/android/res/values',
'files': [
- 'resources/strings.xml',
+ 'resources/android/values/strings.xml',
],
},
],
« no previous file with comments | « no previous file | remoting/resources/android/layout/desktop.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698