| 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 2734 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2745 'safe_browsing_chunk_proto', | 2745 'safe_browsing_chunk_proto', |
| 2746 'safe_browsing_proto', | 2746 'safe_browsing_proto', |
| 2747 'safe_browsing_report_proto', | 2747 'safe_browsing_report_proto', |
| 2748 ], | 2748 ], |
| 2749 }], | 2749 }], |
| 2750 ['chromeos==1', { | 2750 ['chromeos==1', { |
| 2751 'sources': [ '<@(chrome_browser_ui_chromeos_sources)' ], | 2751 'sources': [ '<@(chrome_browser_ui_chromeos_sources)' ], |
| 2752 'dependencies': [ | 2752 'dependencies': [ |
| 2753 'browser_chromeos', | 2753 'browser_chromeos', |
| 2754 '../device/nfc/nfc.gyp:device_nfc', | 2754 '../device/nfc/nfc.gyp:device_nfc', |
| 2755 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos', | |
| 2756 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources', | 2755 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources', |
| 2757 ], | 2756 ], |
| 2758 }, { | 2757 }, { |
| 2759 'sources': [ '<@(chrome_browser_ui_non_chromeos_sources)' ], | 2758 'sources': [ '<@(chrome_browser_ui_non_chromeos_sources)' ], |
| 2760 }], | 2759 }], |
| 2761 ['use_cups==1', { | 2760 ['use_cups==1', { |
| 2762 'dependencies': [ | 2761 'dependencies': [ |
| 2763 '../printing/printing.gyp:cups', | 2762 '../printing/printing.gyp:cups', |
| 2764 ], | 2763 ], |
| 2765 }], | 2764 }], |
| (...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3085 ['OS!="android" and OS!="ios"', { | 3084 ['OS!="android" and OS!="ios"', { |
| 3086 'dependencies': [ | 3085 'dependencies': [ |
| 3087 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 3086 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
| 3088 ], | 3087 ], |
| 3089 'sources': [ '<@(chrome_browser_ui_non_mobile_sources)' ], | 3088 'sources': [ '<@(chrome_browser_ui_non_mobile_sources)' ], |
| 3090 }], | 3089 }], |
| 3091 ], | 3090 ], |
| 3092 }, | 3091 }, |
| 3093 ], | 3092 ], |
| 3094 } | 3093 } |
| OLD | NEW |