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

Unified Diff: chrome/browser/resources_util_unittest.cc

Issue 692733003: Compile Android using GRIT's new --no-output-all-resource-defines flag. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merged two ifdefs Created 6 years, 1 month 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 | « build/common.gypi ('k') | chrome/browser/search/instant_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources_util_unittest.cc
diff --git a/chrome/browser/resources_util_unittest.cc b/chrome/browser/resources_util_unittest.cc
index fd48563e54cbab7a33115c6f193b480b50ac37c6..74a31f33cdc660c377dc40808d1d6031a244d1af 100644
--- a/chrome/browser/resources_util_unittest.cc
+++ b/chrome/browser/resources_util_unittest.cc
@@ -18,8 +18,8 @@ TEST(ResourcesUtil, SpotCheckIds) {
int id;
} kCases[] = {
// IDRs from chrome/app/theme/theme_resources.grd should be valid.
- {"IDR_BACK", IDR_BACK},
- {"IDR_STOP", IDR_STOP},
+ {"IDR_INFOBAR_COOKIE", IDR_INFOBAR_COOKIE},
+ {"IDR_PAGEINFO_BAD", IDR_PAGEINFO_BAD},
// IDRs from ui/resources/ui_resources.grd should be valid.
{"IDR_CHECKMARK", IDR_CHECKMARK},
{"IDR_THROBBER", IDR_THROBBER},
« no previous file with comments | « build/common.gypi ('k') | chrome/browser/search/instant_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698