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