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 2672 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2683 'defines': [ | 2683 'defines': [ |
2684 '<@(nacl_defines)', | 2684 '<@(nacl_defines)', |
2685 ], | 2685 ], |
2686 }, | 2686 }, |
2687 }, { # OS == "ios" | 2687 }, { # OS == "ios" |
2688 'sources': [ '<@(chrome_browser_ui_ios_sources)' ], | 2688 'sources': [ '<@(chrome_browser_ui_ios_sources)' ], |
2689 'dependencies': [ | 2689 'dependencies': [ |
2690 '../net/net.gyp:net', | 2690 '../net/net.gyp:net', |
2691 ], | 2691 ], |
2692 }], | 2692 }], |
2693 ['enable_printing!=0', { | 2693 ['enable_basic_printing==1 or enable_print_preview==1', { |
2694 'dependencies': [ | 2694 'dependencies': [ |
2695 '../printing/printing.gyp:printing', | 2695 '../printing/printing.gyp:printing', |
2696 ], | 2696 ], |
2697 }], | 2697 }], |
2698 ['enable_one_click_signin==1', { | 2698 ['enable_one_click_signin==1', { |
2699 'sources': [ '<@(chrome_browser_ui_one_click_signin_sources)' ] | 2699 'sources': [ '<@(chrome_browser_ui_one_click_signin_sources)' ] |
2700 }], | 2700 }], |
2701 ['enable_task_manager==1', { | 2701 ['enable_task_manager==1', { |
2702 'sources': [ '<@(chrome_browser_ui_task_manager_sources)' ], | 2702 'sources': [ '<@(chrome_browser_ui_task_manager_sources)' ], |
2703 }], | 2703 }], |
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2841 ], | 2841 ], |
2842 }], | 2842 }], |
2843 ['use_nss==1', { | 2843 ['use_nss==1', { |
2844 'sources': [ '<@(chrome_browser_ui_nss_sources)' ], | 2844 'sources': [ '<@(chrome_browser_ui_nss_sources)' ], |
2845 }], | 2845 }], |
2846 ['enable_themes==0', { | 2846 ['enable_themes==0', { |
2847 'sources!': [ | 2847 'sources!': [ |
2848 'browser/ui/webui/theme_source.cc', | 2848 'browser/ui/webui/theme_source.cc', |
2849 ], | 2849 ], |
2850 }], | 2850 }], |
2851 ['enable_printing==1', { | 2851 ['enable_print_preview==1', { |
2852 'sources': [ '<@(chrome_browser_ui_print_preview_sources)' ], | 2852 'sources': [ '<@(chrome_browser_ui_print_preview_sources)' ], |
2853 }], | 2853 }], |
2854 ['OS=="linux" or OS=="android"', { | 2854 ['OS=="linux" or OS=="android"', { |
2855 'sources': [ '<@(chrome_browser_ui_android_linux_sources)' ], | 2855 'sources': [ '<@(chrome_browser_ui_android_linux_sources)' ], |
2856 }], | 2856 }], |
2857 ['OS=="android"', { | 2857 ['OS=="android"', { |
2858 'dependencies': [ | 2858 'dependencies': [ |
2859 '../components/components.gyp:web_contents_delegate_android', | 2859 '../components/components.gyp:web_contents_delegate_android', |
2860 '../third_party/boringssl/boringssl.gyp:boringssl', | 2860 '../third_party/boringssl/boringssl.gyp:boringssl', |
2861 'chrome_browser_jni_headers', | 2861 'chrome_browser_jni_headers', |
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3060 ['OS!="android" and OS!="ios"', { | 3060 ['OS!="android" and OS!="ios"', { |
3061 'dependencies': [ | 3061 'dependencies': [ |
3062 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 3062 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
3063 ], | 3063 ], |
3064 'sources': [ '<@(chrome_browser_ui_non_mobile_sources)' ], | 3064 'sources': [ '<@(chrome_browser_ui_non_mobile_sources)' ], |
3065 }], | 3065 }], |
3066 ], | 3066 ], |
3067 }, | 3067 }, |
3068 ], | 3068 ], |
3069 } | 3069 } |
OLD | NEW |