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

Unified Diff: chromecast/app/resources/resource_ids

Issue 638803002: Reorganizes Chromecast code to better reflect functional dependencies. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: extra DEPS: chromecast/crash/android --> chromecast/common Created 6 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
Index: chromecast/app/resources/resource_ids
diff --git a/chromecast/shell/browser/resources/resource_ids b/chromecast/app/resources/resource_ids
similarity index 84%
rename from chromecast/shell/browser/resources/resource_ids
rename to chromecast/app/resources/resource_ids
index 882fd8fac2154e2ec06a13ec2d33444d0e0160b3..d5b43fccdc4b58da33eb62239af56b7389c5535d 100644
--- a/chromecast/shell/browser/resources/resource_ids
+++ b/chromecast/app/resources/resource_ids
@@ -14,12 +14,12 @@
# range for IDR_ is 1 to 28,671 and the range for IDS_ is 1 to 32,767 and
# common convention starts practical use of IDs at 100 or 101.
{
- "SRCDIR": "../../../..",
+ "SRCDIR": "../..",
- "chromecast/shell/browser/resources/shell_resources.grd": {
+ "app/resources/shell_resources.grd": {
"includes": [31000],
},
- "chromecast/shell/settings/chromecast_settings.grd": {
+ "app/resources/chromecast_settings.grd": {
"messages": [31500],
},
}
« no previous file with comments | « chromecast/app/resources/chromecast_settings_zh-TW.xtb ('k') | chromecast/app/resources/shell_devtools_discovery_page.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698