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 10 matching lines...) Expand all Loading... | |
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 'suggestions_proto', | 29 'suggestions_proto', |
30 '../components/components.gyp:autofill_core_browser', | 30 '../components/components.gyp:autofill_core_browser', |
31 '../components/components.gyp:bookmarks_core_common', | |
tfarina
2014/04/10 17:53:18
also, no. I think this should have been added to d
| |
31 '../components/components.gyp:cloud_devices', | 32 '../components/components.gyp:cloud_devices', |
32 '../components/components.gyp:domain_reliability', | 33 '../components/components.gyp:domain_reliability', |
33 '../components/components.gyp:favicon_core', | 34 '../components/components.gyp:favicon_core', |
34 '../components/components.gyp:navigation_metrics', | 35 '../components/components.gyp:navigation_metrics', |
35 '../components/components.gyp:os_crypt', | 36 '../components/components.gyp:os_crypt', |
36 '../components/components.gyp:password_manager_core_browser', | 37 '../components/components.gyp:password_manager_core_browser', |
37 '../components/components.gyp:password_manager_core_common', | 38 '../components/components.gyp:password_manager_core_common', |
38 '../components/components.gyp:policy_component', | 39 '../components/components.gyp:policy_component', |
39 '../components/components.gyp:precache_core', | 40 '../components/components.gyp:precache_core', |
40 '../components/components.gyp:rappor', | 41 '../components/components.gyp:rappor', |
(...skipping 3790 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
3831 'package_name': 'org/chromium/chrome/browser', | 3832 'package_name': 'org/chromium/chrome/browser', |
3832 'template_deps': ['browser/android/tab_load_status.h'], | 3833 'template_deps': ['browser/android/tab_load_status.h'], |
3833 }, | 3834 }, |
3834 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3835 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3835 }, | 3836 }, |
3836 ], | 3837 ], |
3837 }, | 3838 }, |
3838 ], | 3839 ], |
3839 ], | 3840 ], |
3840 } | 3841 } |
OLD | NEW |