| 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],
|
| },
|
| }
|
|
|