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

Unified Diff: chrome/test/unit/unit_tests.scons

Issue 16243: * Bring up GreaseMonkeySlave unittest on OS X. (Closed)
Patch Set: Created 12 years 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 | « chrome/chrome.xcodeproj/project.pbxproj ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/unit/unit_tests.scons
diff --git a/chrome/test/unit/unit_tests.scons b/chrome/test/unit/unit_tests.scons
index ad258d6130ecdd19c36e87346e4a5aefcc3e5ddb..32319d34b0cb58dae207a65102edbb8afcad2e77 100644
--- a/chrome/test/unit/unit_tests.scons
+++ b/chrome/test/unit/unit_tests.scons
@@ -111,6 +111,7 @@ unit_test_files = []
unit_test_files.extend([
'$CHROME_DIR/common/ipc_sync_message_unittest.cc',
+ '$CHROME_DIR/renderer/greasemonkey_slave_unittest.cc',
])
if not env.Bit('mac'):
@@ -144,7 +145,6 @@ if not env.Bit('mac'):
'$CHROME_DIR/common/mru_cache_unittest.cc',
'$CHROME_DIR/common/notification_service_unittest.cc',
'$CHROME_DIR/common/property_bag_unittest.cc',
- '$CHROME_DIR/renderer/greasemonkey_slave_unittest.cc',
])
if env.Bit('windows'):
« no previous file with comments | « chrome/chrome.xcodeproj/project.pbxproj ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698