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

Unified Diff: chrome/chrome_tests.gypi

Issue 9985002: Allow SessionService to be disabled. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: addressed sky's comments Created 8 years, 9 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index d4c00c688df03942a2431b0c51cec420117b369d..8184ca28dbfe8360fb865a054942448f50f92827 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -2236,6 +2236,11 @@
['exclude', '^browser/automation/'],
],
}],
+ ['enable_session_service!=1', {
+ 'sources!': [
+ 'browser/sessions/session_service_unittest.cc',
+ ],
+ }],
['chromeos==1', {
'sources/': [
['exclude', '^browser/password_manager/native_backend_gnome_x_unittest.cc'],
@@ -2464,7 +2469,6 @@
'browser/browser_commands_unittest.cc',
'browser/net/gaia/gaia_oauth_fetcher_unittest.cc',
'browser/profiles/off_the_record_profile_impl_unittest.cc',
- 'browser/sessions/session_service_unittest.cc',
'browser/sync/profile_sync_service_session_unittest.cc',
'browser/sync/sync_global_error_unittest.cc',
'browser/sync/sync_setup_wizard_unittest.cc',
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698