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 'variables': { | 6 'variables': { |
7 # There are two sections of sources: | 7 # There are two sections of sources: |
8 # * "Platform"-based sources (OS, toolkit, etc.) | 8 # * "Platform"-based sources (OS, toolkit, etc.) |
9 # * Feature/directory-based sources (e.g., history, printing) | 9 # * Feature/directory-based sources (e.g., history, printing) |
10 | 10 |
(...skipping 2648 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2659 'chrome_resources.gyp:chrome_resources', | 2659 'chrome_resources.gyp:chrome_resources', |
2660 'chrome_resources.gyp:chrome_strings', | 2660 'chrome_resources.gyp:chrome_strings', |
2661 'chrome_resources.gyp:platform_locale_settings', | 2661 'chrome_resources.gyp:platform_locale_settings', |
2662 'chrome_resources.gyp:theme_resources', | 2662 'chrome_resources.gyp:theme_resources', |
2663 'common', | 2663 'common', |
2664 'common_net', | 2664 'common_net', |
2665 '../components/components.gyp:auto_login_parser', | 2665 '../components/components.gyp:auto_login_parser', |
2666 '../components/components.gyp:device_event_log_component', | 2666 '../components/components.gyp:device_event_log_component', |
2667 '../components/components.gyp:dom_distiller_core', | 2667 '../components/components.gyp:dom_distiller_core', |
2668 '../components/components.gyp:dom_distiller_webui', | 2668 '../components/components.gyp:dom_distiller_webui', |
2669 '../components/components.gyp:feedback_proto', | |
2670 '../components/components.gyp:history_core_browser_proto', | 2669 '../components/components.gyp:history_core_browser_proto', |
2671 '../components/components.gyp:invalidation', | 2670 '../components/components.gyp:invalidation', |
2672 '../components/components.gyp:onc_component', | 2671 '../components/components.gyp:onc_component', |
2673 '../components/components.gyp:password_manager_core_browser', | 2672 '../components/components.gyp:password_manager_core_browser', |
2674 '../components/components.gyp:ui_zoom', | 2673 '../components/components.gyp:ui_zoom', |
2675 '../components/components.gyp:update_client', | 2674 '../components/components.gyp:update_client', |
2676 '../components/components_resources.gyp:components_resources', | 2675 '../components/components_resources.gyp:components_resources', |
2677 '../components/components_strings.gyp:components_strings', | 2676 '../components/components_strings.gyp:components_strings', |
2678 '../content/content.gyp:content_browser', | 2677 '../content/content.gyp:content_browser', |
2679 '../content/content.gyp:content_common', | 2678 '../content/content.gyp:content_common', |
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2920 ['OS=="linux" or OS=="android"', { | 2919 ['OS=="linux" or OS=="android"', { |
2921 'sources': [ '<@(chrome_browser_ui_android_linux_sources)' ], | 2920 'sources': [ '<@(chrome_browser_ui_android_linux_sources)' ], |
2922 }], | 2921 }], |
2923 ['OS=="android"', { | 2922 ['OS=="android"', { |
2924 'dependencies': [ | 2923 'dependencies': [ |
2925 '../components/components.gyp:web_contents_delegate_android', | 2924 '../components/components.gyp:web_contents_delegate_android', |
2926 '../third_party/boringssl/boringssl.gyp:boringssl', | 2925 '../third_party/boringssl/boringssl.gyp:boringssl', |
2927 'chrome_browser_jni_headers', | 2926 'chrome_browser_jni_headers', |
2928 ], | 2927 ], |
2929 'dependencies!': [ | 2928 'dependencies!': [ |
2930 '../components/components.gyp:feedback_proto', | |
2931 '../ui/events/events.gyp:events', | 2929 '../ui/events/events.gyp:events', |
2932 'chrome_browser_ui_views.gyp:browser_ui_views', | 2930 'chrome_browser_ui_views.gyp:browser_ui_views', |
2933 ], | 2931 ], |
2934 'sources': [ '<@(chrome_browser_ui_android_sources)' ], | 2932 'sources': [ '<@(chrome_browser_ui_android_sources)' ], |
2935 }], | 2933 }], |
2936 ['OS=="mac"', { | 2934 ['OS=="mac"', { |
2937 'sources': [ '<@(chrome_browser_ui_mac_sources)' ], | 2935 'sources': [ '<@(chrome_browser_ui_mac_sources)' ], |
2938 'sources!': [ | 2936 'sources!': [ |
2939 # Task manager has its own sources list. Leave out the views one. | 2937 # Task manager has its own sources list. Leave out the views one. |
2940 'browser/ui/views/task_manager_view.cc', | 2938 'browser/ui/views/task_manager_view.cc', |
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3117 ['enable_extensions==1', { | 3115 ['enable_extensions==1', { |
3118 'dependencies': [ | 3116 'dependencies': [ |
3119 '<(DEPTH)/extensions/components/extensions_components.gyp:javascript
_dialog_extensions_client', | 3117 '<(DEPTH)/extensions/components/extensions_components.gyp:javascript
_dialog_extensions_client', |
3120 ], | 3118 ], |
3121 }], | 3119 }], |
3122 ['OS=="win" and (chromium_win_pch==0 or syzyasan==1)', { | 3120 ['OS=="win" and (chromium_win_pch==0 or syzyasan==1)', { |
3123 'msvs_shard': 4, | 3121 'msvs_shard': 4, |
3124 }], | 3122 }], |
3125 ['OS!="android" and OS!="ios"', { | 3123 ['OS!="android" and OS!="ios"', { |
3126 'dependencies': [ | 3124 'dependencies': [ |
| 3125 '../components/components.gyp:feedback_proto', |
3127 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 3126 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
3128 '../third_party/libusb/libusb.gyp:libusb', | 3127 '../third_party/libusb/libusb.gyp:libusb', |
3129 ], | 3128 ], |
3130 'sources': [ | 3129 'sources': [ |
3131 '<@(chrome_browser_ui_non_mobile_sources)', | 3130 '<@(chrome_browser_ui_non_mobile_sources)', |
3132 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3131 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
3133 ], | 3132 ], |
3134 }], | 3133 }], |
3135 ], | 3134 ], |
3136 }, | 3135 }, |
3137 ], | 3136 ], |
3138 } | 3137 } |
OLD | NEW |