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, }, |
11 'dependencies': [ | 11 'dependencies': [ |
12 # NOTE: New dependencies should generally be added in the OS!="ios" | 12 # NOTE: New dependencies should generally be added in the OS!="ios" |
13 # dependencies block below, rather than here. | 13 # dependencies block below, rather than here. |
14 'browser/search_engines/prepopulated_engines.gyp:prepopulated_engines', | 14 'browser/search_engines/prepopulated_engines.gyp:prepopulated_engines', |
15 'browser_ui', | 15 'browser_ui', |
16 'cert_logger_proto', | 16 'cert_logger_proto', |
17 'chrome_resources.gyp:chrome_extra_resources', | 17 'chrome_resources.gyp:chrome_extra_resources', |
18 'chrome_resources.gyp:chrome_resources', | 18 'chrome_resources.gyp:chrome_resources', |
19 'chrome_resources.gyp:chrome_strings', | 19 'chrome_resources.gyp:chrome_strings', |
20 'chrome_resources.gyp:platform_locale_settings', | 20 'chrome_resources.gyp:platform_locale_settings', |
21 'chrome_resources.gyp:theme_resources', | 21 'chrome_resources.gyp:theme_resources', |
22 'common', | 22 'common', |
23 'common_net', | 23 'common_net', |
24 'feedback_proto', | 24 'feedback_proto', |
25 'in_memory_url_index_cache_proto', | 25 'in_memory_url_index_cache_proto', |
26 'probe_message_proto', | 26 'probe_message_proto', |
27 'safe_browsing_proto', | 27 'safe_browsing_proto', |
28 'safe_browsing_report_proto', | 28 'safe_browsing_report_proto', |
| 29 '../components/component_strings.gyp:component_strings', |
29 '../components/components.gyp:browser_context_keyed_service', | 30 '../components/components.gyp:browser_context_keyed_service', |
30 '../components/components.gyp:encryptor', | 31 '../components/components.gyp:encryptor', |
31 '../components/components.gyp:navigation_metrics', | 32 '../components/components.gyp:navigation_metrics', |
32 '../components/components.gyp:sessions', | 33 '../components/components.gyp:sessions', |
33 '../components/components.gyp:startup_metric_utils', | 34 '../components/components.gyp:startup_metric_utils', |
34 '../components/components.gyp:translate_common', | 35 '../components/components.gyp:translate_common', |
35 '../components/components.gyp:user_prefs', | 36 '../components/components.gyp:user_prefs', |
36 # This depends directly on the variations target, rather than just | 37 # This depends directly on the variations target, rather than just |
37 # transitively via the common target because the proto sources need to | 38 # transitively via the common target because the proto sources need to |
38 # be generated before code in this target can start building. | 39 # be generated before code in this target can start building. |
(...skipping 3713 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3752 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3753 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
3753 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3754 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
3754 }, | 3755 }, |
3755 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3756 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3756 }, | 3757 }, |
3757 ], | 3758 ], |
3758 }, | 3759 }, |
3759 ], | 3760 ], |
3760 ], | 3761 ], |
3761 } | 3762 } |
OLD | NEW |