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 'chrome_browser_ui_non_ios_sources': [ | 7 'chrome_browser_ui_non_ios_sources': [ |
8 'browser/ui/accelerator_utils.h', | 8 'browser/ui/accelerator_utils.h', |
9 'browser/ui/android/android_about_app_info.cc', | 9 'browser/ui/android/android_about_app_info.cc', |
10 'browser/ui/android/android_about_app_info.h', | 10 'browser/ui/android/android_about_app_info.h', |
(...skipping 2757 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2768 }], | 2768 }], |
2769 ['enable_printing==1', { | 2769 ['enable_printing==1', { |
2770 'sources': [ '<@(chrome_browser_ui_print_preview_sources)' ], | 2770 'sources': [ '<@(chrome_browser_ui_print_preview_sources)' ], |
2771 }], | 2771 }], |
2772 ['OS=="linux" or OS=="android"', { | 2772 ['OS=="linux" or OS=="android"', { |
2773 'sources': [ '<@(chrome_browser_ui_android_linux_sources)' ], | 2773 'sources': [ '<@(chrome_browser_ui_android_linux_sources)' ], |
2774 }], | 2774 }], |
2775 ['OS=="android"', { | 2775 ['OS=="android"', { |
2776 'dependencies': [ | 2776 'dependencies': [ |
2777 '../components/components.gyp:web_contents_delegate_android', | 2777 '../components/components.gyp:web_contents_delegate_android', |
2778 '../third_party/boringssl/boringssl.gyp:boringssl', | 2778 '../third_party/openssl/openssl.gyp:openssl', |
2779 'chrome_browser_jni_headers', | 2779 'chrome_browser_jni_headers', |
2780 ], | 2780 ], |
2781 'dependencies!': [ | 2781 'dependencies!': [ |
2782 '../components/components.gyp:feedback_proto', | 2782 '../components/components.gyp:feedback_proto', |
2783 '../third_party/libusb/libusb.gyp:libusb', | 2783 '../third_party/libusb/libusb.gyp:libusb', |
2784 '../ui/events/events.gyp:events', | 2784 '../ui/events/events.gyp:events', |
2785 'chrome_browser_ui_views.gyp:browser_ui_views', | 2785 'chrome_browser_ui_views.gyp:browser_ui_views', |
2786 ], | 2786 ], |
2787 'sources': [ '<@(chrome_browser_ui_android_sources)' ], | 2787 'sources': [ '<@(chrome_browser_ui_android_sources)' ], |
2788 }, { # Non-Android | 2788 }, { # Non-Android |
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2945 }], | 2945 }], |
2946 ['enable_spellcheck==1', { | 2946 ['enable_spellcheck==1', { |
2947 'dependencies': [ | 2947 'dependencies': [ |
2948 '../third_party/hunspell/hunspell.gyp:hunspell', | 2948 '../third_party/hunspell/hunspell.gyp:hunspell', |
2949 ], | 2949 ], |
2950 }], | 2950 }], |
2951 ], | 2951 ], |
2952 }, | 2952 }, |
2953 ], | 2953 ], |
2954 } | 2954 } |
OLD | NEW |