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 30 matching lines...) Expand all Loading... |
41 '../components/components.gyp:gcm_driver', | 41 '../components/components.gyp:gcm_driver', |
42 '../components/components.gyp:google_core_browser', | 42 '../components/components.gyp:google_core_browser', |
43 '../components/components.gyp:history_core_browser', | 43 '../components/components.gyp:history_core_browser', |
44 '../components/components.gyp:history_core_common', | 44 '../components/components.gyp:history_core_common', |
45 '../components/components.gyp:infobars_core', | 45 '../components/components.gyp:infobars_core', |
46 '../components/components.gyp:invalidation', | 46 '../components/components.gyp:invalidation', |
47 '../components/components.gyp:metrics', | 47 '../components/components.gyp:metrics', |
48 '../components/components.gyp:metrics_net', | 48 '../components/components.gyp:metrics_net', |
49 '../components/components.gyp:navigation_metrics', | 49 '../components/components.gyp:navigation_metrics', |
50 '../components/components.gyp:network_time', | 50 '../components/components.gyp:network_time', |
| 51 '../components/components.gyp:omaha_query_params', |
51 '../components/components.gyp:os_crypt', | 52 '../components/components.gyp:os_crypt', |
52 '../components/components.gyp:password_manager_core_browser', | 53 '../components/components.gyp:password_manager_core_browser', |
53 '../components/components.gyp:password_manager_core_common', | 54 '../components/components.gyp:password_manager_core_common', |
54 '../components/components.gyp:policy_component', | 55 '../components/components.gyp:policy_component', |
55 '../components/components.gyp:precache_core', | 56 '../components/components.gyp:precache_core', |
56 '../components/components.gyp:query_parser', | 57 '../components/components.gyp:query_parser', |
57 '../components/components.gyp:rappor', | 58 '../components/components.gyp:rappor', |
58 '../components/components.gyp:search_engines', | 59 '../components/components.gyp:search_engines', |
59 '../components/components.gyp:search_provider_logos', | 60 '../components/components.gyp:search_provider_logos', |
60 '../components/components.gyp:signin_core_browser', | 61 '../components/components.gyp:signin_core_browser', |
(...skipping 1286 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1347 'browser/notifications/sync_notifier/synced_notification.cc', | 1348 'browser/notifications/sync_notifier/synced_notification.cc', |
1348 'browser/notifications/sync_notifier/synced_notification.h', | 1349 'browser/notifications/sync_notifier/synced_notification.h', |
1349 'browser/notifications/sync_notifier/synced_notification_app_info.cc', | 1350 'browser/notifications/sync_notifier/synced_notification_app_info.cc', |
1350 'browser/notifications/sync_notifier/synced_notification_app_info.h', | 1351 'browser/notifications/sync_notifier/synced_notification_app_info.h', |
1351 'browser/notifications/sync_notifier/synced_notification_app_info_servic
e.cc', | 1352 'browser/notifications/sync_notifier/synced_notification_app_info_servic
e.cc', |
1352 'browser/notifications/sync_notifier/synced_notification_app_info_servic
e.h', | 1353 'browser/notifications/sync_notifier/synced_notification_app_info_servic
e.h', |
1353 'browser/notifications/sync_notifier/synced_notification_app_info_servic
e_factory.cc', | 1354 'browser/notifications/sync_notifier/synced_notification_app_info_servic
e_factory.cc', |
1354 'browser/notifications/sync_notifier/synced_notification_app_info_servic
e_factory.h', | 1355 'browser/notifications/sync_notifier/synced_notification_app_info_servic
e_factory.h', |
1355 'browser/notifications/sync_notifier/welcome_delegate.cc', | 1356 'browser/notifications/sync_notifier/welcome_delegate.cc', |
1356 'browser/notifications/sync_notifier/welcome_delegate.h', | 1357 'browser/notifications/sync_notifier/welcome_delegate.h', |
1357 'browser/omaha_query_params/omaha_query_params.h', | 1358 'browser/omaha_query_params/chrome_omaha_query_params_delegate.cc', |
1358 'browser/omaha_query_params/omaha_query_params.cc', | 1359 'browser/omaha_query_params/chrome_omaha_query_params_delegate.h', |
1359 'browser/omnibox/omnibox_field_trial.cc', | 1360 'browser/omnibox/omnibox_field_trial.cc', |
1360 'browser/omnibox/omnibox_field_trial.h', | 1361 'browser/omnibox/omnibox_field_trial.h', |
1361 'browser/omnibox/omnibox_log.cc', | 1362 'browser/omnibox/omnibox_log.cc', |
1362 'browser/omnibox/omnibox_log.h', | 1363 'browser/omnibox/omnibox_log.h', |
1363 'browser/parsers/metadata_parser.cc', | 1364 'browser/parsers/metadata_parser.cc', |
1364 'browser/parsers/metadata_parser.h', | 1365 'browser/parsers/metadata_parser.h', |
1365 'browser/parsers/metadata_parser_factory.h', | 1366 'browser/parsers/metadata_parser_factory.h', |
1366 'browser/parsers/metadata_parser_filebase.cc', | 1367 'browser/parsers/metadata_parser_filebase.cc', |
1367 'browser/parsers/metadata_parser_filebase.h', | 1368 'browser/parsers/metadata_parser_filebase.h', |
1368 'browser/parsers/metadata_parser_jpeg.cc', | 1369 'browser/parsers/metadata_parser_jpeg.cc', |
(...skipping 2448 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3817 'package_name': 'org/chromium/chrome/browser', | 3818 'package_name': 'org/chromium/chrome/browser', |
3818 'template_deps': ['browser/android/tab_load_status.h'], | 3819 'template_deps': ['browser/android/tab_load_status.h'], |
3819 }, | 3820 }, |
3820 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3821 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3821 }, | 3822 }, |
3822 ], | 3823 ], |
3823 }, | 3824 }, |
3824 ], | 3825 ], |
3825 ], | 3826 ], |
3826 } | 3827 } |
OLD | NEW |