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

Unified Diff: tools/grit/resource_ids

Issue 6265009: Bundle audio spatialization resources for use by the web audio API... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 11 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: tools/grit/resource_ids
===================================================================
--- tools/grit/resource_ids (revision 71703)
+++ tools/grit/resource_ids (working copy)
@@ -127,7 +127,18 @@
"chrome/browser/autofill/autofill_resources.grd": {
"messages": [19500],
},
+
"chrome/browser/resources/sync_internals_resources.grd": {
"includes": [20000],
},
+
+ # WebKitAudio.grd can be in two different places depending on whether we are
+ # in a chromium checkout or a webkit-only checkout.
+ "third_party/WebKit/Source/WebKit/chromium/WebKitAudio.grd": {
+ "includes": [21000],
+ },
+ "WebKitAudio.grd": {
+ "includes": [21000],
+ },
+
}

Powered by Google App Engine
This is Rietveld 408576698