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/component_strings.gyp:component_strings', |
30 '../components/components.gyp:browser_context_keyed_service', | |
31 '../components/components.gyp:encryptor', | 30 '../components/components.gyp:encryptor', |
32 '../components/components.gyp:navigation_metrics', | 31 '../components/components.gyp:navigation_metrics', |
33 '../components/components.gyp:sessions', | |
34 '../components/components.gyp:startup_metric_utils', | 32 '../components/components.gyp:startup_metric_utils', |
35 '../components/components.gyp:translate_common', | 33 '../components/components.gyp:translate_common', |
36 '../components/components.gyp:user_prefs', | 34 '../components/components.gyp:user_prefs', |
37 # This depends directly on the variations target, rather than just | 35 # This depends directly on the variations target, rather than just |
38 # transitively via the common target because the proto sources need to | 36 # transitively via the common target because the proto sources need to |
39 # be generated before code in this target can start building. | 37 # be generated before code in this target can start building. |
40 '../components/components.gyp:variations', | 38 '../components/components.gyp:variations', |
41 '../components/components.gyp:visitedlink_browser', | |
42 '../components/components.gyp:visitedlink_common', | |
43 '../components/components.gyp:web_modal', | |
44 '../components/components.gyp:webdata_common', | 39 '../components/components.gyp:webdata_common', |
45 '../content/content.gyp:content_browser', | 40 '../content/content.gyp:content_browser', |
46 '../content/content.gyp:content_common', | 41 '../content/content.gyp:content_common', |
47 '../crypto/crypto.gyp:crypto', | 42 '../crypto/crypto.gyp:crypto', |
48 '../google_apis/google_apis.gyp:google_apis', | 43 '../google_apis/google_apis.gyp:google_apis', |
49 '../google_apis/gcm/gcm.gyp:gcm', | 44 '../google_apis/gcm/gcm.gyp:gcm', |
50 '../jingle/jingle.gyp:notifier', | 45 '../jingle/jingle.gyp:notifier', |
51 '../skia/skia.gyp:skia', | 46 '../skia/skia.gyp:skia', |
52 '../sql/sql.gyp:sql', | 47 '../sql/sql.gyp:sql', |
53 '../sync/sync.gyp:sync', | 48 '../sync/sync.gyp:sync', |
(...skipping 2621 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2675 'apps', | 2670 'apps', |
2676 'browser/performance_monitor/performance_monitor.gyp:performance_mon
itor', | 2671 'browser/performance_monitor/performance_monitor.gyp:performance_mon
itor', |
2677 'browser_extensions', | 2672 'browser_extensions', |
2678 'common/extensions/api/api.gyp:api', | 2673 'common/extensions/api/api.gyp:api', |
2679 'debugger', | 2674 'debugger', |
2680 'installer_util', | 2675 'installer_util', |
2681 'sync_file_system_drive_proto', | 2676 'sync_file_system_drive_proto', |
2682 'sync_file_system_proto', | 2677 'sync_file_system_proto', |
2683 '../cc/cc.gyp:cc', | 2678 '../cc/cc.gyp:cc', |
2684 '../components/components.gyp:autofill_content_browser', | 2679 '../components/components.gyp:autofill_content_browser', |
| 2680 '../components/components.gyp:browser_context_keyed_service', |
2685 '../components/components.gyp:dom_distiller_content', | 2681 '../components/components.gyp:dom_distiller_content', |
2686 '../components/components.gyp:navigation_interception', | 2682 '../components/components.gyp:navigation_interception', |
| 2683 '../components/components.gyp:sessions', |
| 2684 '../components/components.gyp:visitedlink_browser', |
| 2685 '../components/components.gyp:visitedlink_common', |
| 2686 '../components/components.gyp:web_modal', |
2687 '../media/media.gyp:media', | 2687 '../media/media.gyp:media', |
2688 '../net/net.gyp:net_with_v8', | 2688 '../net/net.gyp:net_with_v8', |
2689 # TODO(tonyg): Remove this dependency (crbug.com/280157). | 2689 # TODO(tonyg): Remove this dependency (crbug.com/280157). |
2690 '../testing/perf/perf_test.gyp:*', | 2690 '../testing/perf/perf_test.gyp:*', |
2691 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', | 2691 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', |
2692 '../third_party/expat/expat.gyp:expat', | 2692 '../third_party/expat/expat.gyp:expat', |
2693 '../third_party/hunspell/hunspell.gyp:hunspell', | 2693 '../third_party/hunspell/hunspell.gyp:hunspell', |
2694 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 2694 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
2695 '../third_party/libusb/libusb.gyp:libusb', | 2695 '../third_party/libusb/libusb.gyp:libusb', |
2696 '../third_party/libyuv/libyuv.gyp:libyuv', | 2696 '../third_party/libyuv/libyuv.gyp:libyuv', |
(...skipping 1047 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3744 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3744 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
3745 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3745 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
3746 }, | 3746 }, |
3747 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3747 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3748 }, | 3748 }, |
3749 ], | 3749 ], |
3750 }, | 3750 }, |
3751 ], | 3751 ], |
3752 ], | 3752 ], |
3753 } | 3753 } |
OLD | NEW |