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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 291333009: network_time: Remove NetworkTimeService (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix tests Created 6 years, 6 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/prefs/browser_prefs.cc ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 1326 matching lines...) Expand 10 before | Expand all | Expand 10 after
1337 'browser/net/spdyproxy/proxy_advisor.h', 1337 'browser/net/spdyproxy/proxy_advisor.h',
1338 'browser/net/sqlite_server_bound_cert_store.cc', 1338 'browser/net/sqlite_server_bound_cert_store.cc',
1339 'browser/net/sqlite_server_bound_cert_store.h', 1339 'browser/net/sqlite_server_bound_cert_store.h',
1340 'browser/net/ssl_config_service_manager.h', 1340 'browser/net/ssl_config_service_manager.h',
1341 'browser/net/ssl_config_service_manager_pref.cc', 1341 'browser/net/ssl_config_service_manager_pref.cc',
1342 'browser/net/timed_cache.cc', 1342 'browser/net/timed_cache.cc',
1343 'browser/net/timed_cache.h', 1343 'browser/net/timed_cache.h',
1344 'browser/net/url_info.cc', 1344 'browser/net/url_info.cc',
1345 'browser/net/url_info.h', 1345 'browser/net/url_info.h',
1346 'browser/network_time/network_time.h', 1346 'browser/network_time/network_time.h',
1347 'browser/network_time/network_time_service.cc',
1348 'browser/network_time/network_time_service.h',
1349 'browser/network_time/network_time_service_factory.cc',
1350 'browser/network_time/network_time_service_factory.h',
1351 'browser/network_time/network_time_tracker.cc', 1347 'browser/network_time/network_time_tracker.cc',
1352 'browser/network_time/network_time_tracker.h', 1348 'browser/network_time/network_time_tracker.h',
1353 'browser/notifications/desktop_notification_service.cc', 1349 'browser/notifications/desktop_notification_service.cc',
1354 'browser/notifications/desktop_notification_service.h', 1350 'browser/notifications/desktop_notification_service.h',
1355 'browser/notifications/desktop_notification_service_factory.cc', 1351 'browser/notifications/desktop_notification_service_factory.cc',
1356 'browser/notifications/desktop_notification_service_factory.h', 1352 'browser/notifications/desktop_notification_service_factory.h',
1357 'browser/notifications/extension_welcome_notification.cc', 1353 'browser/notifications/extension_welcome_notification.cc',
1358 'browser/notifications/extension_welcome_notification.h', 1354 'browser/notifications/extension_welcome_notification.h',
1359 'browser/notifications/google_now_notification_stats_collector.cc', 1355 'browser/notifications/google_now_notification_stats_collector.cc',
1360 'browser/notifications/google_now_notification_stats_collector.h', 1356 'browser/notifications/google_now_notification_stats_collector.h',
(...skipping 2385 matching lines...) Expand 10 before | Expand all | Expand 10 after
3746 'package_name': 'org/chromium/chrome/browser', 3742 'package_name': 'org/chromium/chrome/browser',
3747 'template_deps': ['browser/android/tab_load_status.h'], 3743 'template_deps': ['browser/android/tab_load_status.h'],
3748 }, 3744 },
3749 'includes': [ '../build/android/java_cpp_template.gypi' ], 3745 'includes': [ '../build/android/java_cpp_template.gypi' ],
3750 }, 3746 },
3751 ], 3747 ],
3752 }, 3748 },
3753 ], 3749 ],
3754 ], 3750 ],
3755 } 3751 }
OLDNEW
« no previous file with comments | « chrome/browser/prefs/browser_prefs.cc ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698