OLD | NEW |
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 27 matching lines...) Expand all Loading... |
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:history_core_browser', | 42 '../components/components.gyp:history_core_browser', |
43 '../components/components.gyp:infobars_core', | 43 '../components/components.gyp:infobars_core', |
44 '../components/components.gyp:invalidation', | 44 '../components/components.gyp:invalidation', |
45 '../components/components.gyp:metrics', | 45 '../components/components.gyp:metrics', |
46 '../components/components.gyp:metrics_net', | 46 '../components/components.gyp:metrics_net', |
47 '../components/components.gyp:navigation_metrics', | 47 '../components/components.gyp:navigation_metrics', |
| 48 '../components/components.gyp:network_time', |
48 '../components/components.gyp:os_crypt', | 49 '../components/components.gyp:os_crypt', |
49 '../components/components.gyp:password_manager_core_browser', | 50 '../components/components.gyp:password_manager_core_browser', |
50 '../components/components.gyp:password_manager_core_common', | 51 '../components/components.gyp:password_manager_core_common', |
51 '../components/components.gyp:policy_component', | 52 '../components/components.gyp:policy_component', |
52 '../components/components.gyp:precache_core', | 53 '../components/components.gyp:precache_core', |
53 '../components/components.gyp:query_parser', | 54 '../components/components.gyp:query_parser', |
54 '../components/components.gyp:rappor', | 55 '../components/components.gyp:rappor', |
55 '../components/components.gyp:search_provider_logos', | 56 '../components/components.gyp:search_provider_logos', |
56 '../components/components.gyp:signin_core_browser', | 57 '../components/components.gyp:signin_core_browser', |
57 '../components/components.gyp:startup_metric_utils', | 58 '../components/components.gyp:startup_metric_utils', |
(...skipping 1289 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1347 'browser/net/spdyproxy/proxy_advisor.cc', | 1348 'browser/net/spdyproxy/proxy_advisor.cc', |
1348 'browser/net/spdyproxy/proxy_advisor.h', | 1349 'browser/net/spdyproxy/proxy_advisor.h', |
1349 'browser/net/sqlite_server_bound_cert_store.cc', | 1350 'browser/net/sqlite_server_bound_cert_store.cc', |
1350 'browser/net/sqlite_server_bound_cert_store.h', | 1351 'browser/net/sqlite_server_bound_cert_store.h', |
1351 'browser/net/ssl_config_service_manager.h', | 1352 'browser/net/ssl_config_service_manager.h', |
1352 'browser/net/ssl_config_service_manager_pref.cc', | 1353 'browser/net/ssl_config_service_manager_pref.cc', |
1353 'browser/net/timed_cache.cc', | 1354 'browser/net/timed_cache.cc', |
1354 'browser/net/timed_cache.h', | 1355 'browser/net/timed_cache.h', |
1355 'browser/net/url_info.cc', | 1356 'browser/net/url_info.cc', |
1356 'browser/net/url_info.h', | 1357 'browser/net/url_info.h', |
1357 'browser/network_time/network_time.h', | |
1358 'browser/network_time/network_time_tracker.cc', | |
1359 'browser/network_time/network_time_tracker.h', | |
1360 'browser/notifications/desktop_notification_service.cc', | 1358 'browser/notifications/desktop_notification_service.cc', |
1361 'browser/notifications/desktop_notification_service.h', | 1359 'browser/notifications/desktop_notification_service.h', |
1362 'browser/notifications/desktop_notification_service_factory.cc', | 1360 'browser/notifications/desktop_notification_service_factory.cc', |
1363 'browser/notifications/desktop_notification_service_factory.h', | 1361 'browser/notifications/desktop_notification_service_factory.h', |
1364 'browser/notifications/extension_welcome_notification.cc', | 1362 'browser/notifications/extension_welcome_notification.cc', |
1365 'browser/notifications/extension_welcome_notification.h', | 1363 'browser/notifications/extension_welcome_notification.h', |
1366 'browser/notifications/google_now_notification_stats_collector.cc', | 1364 'browser/notifications/google_now_notification_stats_collector.cc', |
1367 'browser/notifications/google_now_notification_stats_collector.h', | 1365 'browser/notifications/google_now_notification_stats_collector.h', |
1368 'browser/notifications/message_center_notification_manager.cc', | 1366 'browser/notifications/message_center_notification_manager.cc', |
1369 'browser/notifications/message_center_notification_manager.h', | 1367 'browser/notifications/message_center_notification_manager.h', |
(...skipping 2383 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3753 'package_name': 'org/chromium/chrome/browser', | 3751 'package_name': 'org/chromium/chrome/browser', |
3754 'template_deps': ['browser/android/tab_load_status.h'], | 3752 'template_deps': ['browser/android/tab_load_status.h'], |
3755 }, | 3753 }, |
3756 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3754 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3757 }, | 3755 }, |
3758 ], | 3756 ], |
3759 }, | 3757 }, |
3760 ], | 3758 ], |
3761 ], | 3759 ], |
3762 } | 3760 } |
OLD | NEW |