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': 'none', | 9 'type': 'none', |
10 'dependencies': [ 'browser_real', ], | 10 'dependencies': [ 'browser_real', ], |
(...skipping 20 matching lines...) Expand all Loading... |
31 'common_net', | 31 'common_net', |
32 'feedback_proto', | 32 'feedback_proto', |
33 'in_memory_url_index_cache_proto', | 33 'in_memory_url_index_cache_proto', |
34 'probe_message_proto', | 34 'probe_message_proto', |
35 'safe_browsing_proto', | 35 'safe_browsing_proto', |
36 'safe_browsing_report_proto', | 36 'safe_browsing_report_proto', |
37 'suggestions_proto', | 37 'suggestions_proto', |
38 '../components/component_strings.gyp:component_strings', | 38 '../components/component_strings.gyp:component_strings', |
39 '../components/components.gyp:autofill_core_browser', | 39 '../components/components.gyp:autofill_core_browser', |
40 '../components/components.gyp:cloud_devices', | 40 '../components/components.gyp:cloud_devices', |
41 '../components/components.gyp:encryptor', | |
42 '../components/components.gyp:navigation_metrics', | 41 '../components/components.gyp:navigation_metrics', |
| 42 '../components/components.gyp:os_crypt', |
| 43 '../components/components.gyp:password_manager_core_browser', |
43 '../components/components.gyp:password_manager_core_common', | 44 '../components/components.gyp:password_manager_core_common', |
44 '../components/components.gyp:password_manager_core_browser', | |
45 '../components/components.gyp:policy_component', | 45 '../components/components.gyp:policy_component', |
46 '../components/components.gyp:precache_core', | 46 '../components/components.gyp:precache_core', |
47 '../components/components.gyp:rappor', | 47 '../components/components.gyp:rappor', |
48 '../components/components.gyp:signin_core', | 48 '../components/components.gyp:signin_core', |
49 '../components/components.gyp:startup_metric_utils', | 49 '../components/components.gyp:startup_metric_utils', |
50 '../components/components.gyp:sync_driver', | 50 '../components/components.gyp:sync_driver', |
51 '../components/components.gyp:translate_core_browser', | 51 '../components/components.gyp:translate_core_browser', |
52 '../components/components.gyp:translate_core_common', | 52 '../components/components.gyp:translate_core_common', |
53 '../components/components.gyp:user_prefs', | 53 '../components/components.gyp:user_prefs', |
54 # This depends directly on the variations target, rather than just | 54 # This depends directly on the variations target, rather than just |
(...skipping 3782 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3837 'package_name': 'org/chromium/chrome/browser', | 3837 'package_name': 'org/chromium/chrome/browser', |
3838 'template_deps': ['browser/android/tab_load_status.h'], | 3838 'template_deps': ['browser/android/tab_load_status.h'], |
3839 }, | 3839 }, |
3840 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3840 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3841 }, | 3841 }, |
3842 ], | 3842 ], |
3843 }, | 3843 }, |
3844 ], | 3844 ], |
3845 ], | 3845 ], |
3846 } | 3846 } |
OLD | NEW |