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

Unified Diff: trunk/src/chrome/browser/themes/browser_theme_pack_unittest.cc

Issue 276773004: Revert 269892 "linux_aura: Compile ash into chrome." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 7 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: trunk/src/chrome/browser/themes/browser_theme_pack_unittest.cc
===================================================================
--- trunk/src/chrome/browser/themes/browser_theme_pack_unittest.cc (revision 269901)
+++ trunk/src/chrome/browser/themes/browser_theme_pack_unittest.cc (working copy)
@@ -469,9 +469,9 @@
ParseImageNamesJSON(path_json, &out_file_paths);
size_t expected_file_paths = 2u;
-#if defined(USE_ASH) && !defined(OS_CHROMEOS)
- // On desktop builds with ash, additional theme paths are generated to map to
- // the special resource ids like IDR_THEME_FRAME_DESKTOP, etc
+#if defined(OS_WIN)
+ // On Windows additional theme paths are generated to map to the special
+ // resource ids like IDR_THEME_FRAME_WIN, etc
expected_file_paths = 3u;
#endif
EXPECT_EQ(expected_file_paths, out_file_paths.size());

Powered by Google App Engine
This is Rietveld 408576698