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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 296453005: Componentize chrome/browser/network_time (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
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 25 matching lines...) Expand all
36 '../components/components.gyp:domain_reliability', 36 '../components/components.gyp:domain_reliability',
37 '../components/components.gyp:favicon_base', 37 '../components/components.gyp:favicon_base',
38 '../components/components.gyp:favicon_core', 38 '../components/components.gyp:favicon_core',
39 '../components/components.gyp:feedback_component', 39 '../components/components.gyp:feedback_component',
40 '../components/components.gyp:gcm_driver', 40 '../components/components.gyp:gcm_driver',
41 '../components/components.gyp:google_core_browser', 41 '../components/components.gyp:google_core_browser',
42 '../components/components.gyp:infobars_core', 42 '../components/components.gyp:infobars_core',
43 '../components/components.gyp:invalidation', 43 '../components/components.gyp:invalidation',
44 '../components/components.gyp:metrics', 44 '../components/components.gyp:metrics',
45 '../components/components.gyp:navigation_metrics', 45 '../components/components.gyp:navigation_metrics',
46 '../components/components.gyp:network_time',
46 '../components/components.gyp:os_crypt', 47 '../components/components.gyp:os_crypt',
47 '../components/components.gyp:password_manager_core_browser', 48 '../components/components.gyp:password_manager_core_browser',
48 '../components/components.gyp:password_manager_core_common', 49 '../components/components.gyp:password_manager_core_common',
49 '../components/components.gyp:policy_component', 50 '../components/components.gyp:policy_component',
50 '../components/components.gyp:precache_core', 51 '../components/components.gyp:precache_core',
51 '../components/components.gyp:query_parser', 52 '../components/components.gyp:query_parser',
52 '../components/components.gyp:rappor', 53 '../components/components.gyp:rappor',
53 '../components/components.gyp:search_provider_logos', 54 '../components/components.gyp:search_provider_logos',
54 '../components/components.gyp:signin_core_browser', 55 '../components/components.gyp:signin_core_browser',
55 '../components/components.gyp:startup_metric_utils', 56 '../components/components.gyp:startup_metric_utils',
(...skipping 1279 matching lines...) Expand 10 before | Expand all | Expand 10 after
1335 'browser/net/spdyproxy/proxy_advisor.cc', 1336 'browser/net/spdyproxy/proxy_advisor.cc',
1336 'browser/net/spdyproxy/proxy_advisor.h', 1337 'browser/net/spdyproxy/proxy_advisor.h',
1337 'browser/net/sqlite_server_bound_cert_store.cc', 1338 'browser/net/sqlite_server_bound_cert_store.cc',
1338 'browser/net/sqlite_server_bound_cert_store.h', 1339 'browser/net/sqlite_server_bound_cert_store.h',
1339 'browser/net/ssl_config_service_manager.h', 1340 'browser/net/ssl_config_service_manager.h',
1340 'browser/net/ssl_config_service_manager_pref.cc', 1341 'browser/net/ssl_config_service_manager_pref.cc',
1341 'browser/net/timed_cache.cc', 1342 'browser/net/timed_cache.cc',
1342 'browser/net/timed_cache.h', 1343 'browser/net/timed_cache.h',
1343 'browser/net/url_info.cc', 1344 'browser/net/url_info.cc',
1344 'browser/net/url_info.h', 1345 'browser/net/url_info.h',
1345 'browser/network_time/network_time.h',
1346 'browser/network_time/network_time_tracker.cc',
1347 'browser/network_time/network_time_tracker.h',
1348 'browser/notifications/desktop_notification_service.cc', 1346 'browser/notifications/desktop_notification_service.cc',
1349 'browser/notifications/desktop_notification_service.h', 1347 'browser/notifications/desktop_notification_service.h',
1350 'browser/notifications/desktop_notification_service_factory.cc', 1348 'browser/notifications/desktop_notification_service_factory.cc',
1351 'browser/notifications/desktop_notification_service_factory.h', 1349 'browser/notifications/desktop_notification_service_factory.h',
1352 'browser/notifications/extension_welcome_notification.cc', 1350 'browser/notifications/extension_welcome_notification.cc',
1353 'browser/notifications/extension_welcome_notification.h', 1351 'browser/notifications/extension_welcome_notification.h',
1354 'browser/notifications/google_now_notification_stats_collector.cc', 1352 'browser/notifications/google_now_notification_stats_collector.cc',
1355 'browser/notifications/google_now_notification_stats_collector.h', 1353 'browser/notifications/google_now_notification_stats_collector.h',
1356 'browser/notifications/message_center_notification_manager.cc', 1354 'browser/notifications/message_center_notification_manager.cc',
1357 'browser/notifications/message_center_notification_manager.h', 1355 'browser/notifications/message_center_notification_manager.h',
(...skipping 2391 matching lines...) Expand 10 before | Expand all | Expand 10 after
3749 'package_name': 'org/chromium/chrome/browser', 3747 'package_name': 'org/chromium/chrome/browser',
3750 'template_deps': ['browser/android/tab_load_status.h'], 3748 'template_deps': ['browser/android/tab_load_status.h'],
3751 }, 3749 },
3752 'includes': [ '../build/android/java_cpp_template.gypi' ], 3750 'includes': [ '../build/android/java_cpp_template.gypi' ],
3753 }, 3751 },
3754 ], 3752 ],
3755 }, 3753 },
3756 ], 3754 ],
3757 ], 3755 ],
3758 } 3756 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698