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 2838 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2849 'dependencies': [ | 2849 'dependencies': [ |
2850 'safe_browsing_chunk_proto', | 2850 'safe_browsing_chunk_proto', |
2851 'safe_browsing_proto', | 2851 'safe_browsing_proto', |
2852 'safe_browsing_report_proto', | 2852 'safe_browsing_report_proto', |
2853 ], | 2853 ], |
2854 }], | 2854 }], |
2855 ['chromeos==1', { | 2855 ['chromeos==1', { |
2856 'sources': [ '<@(chrome_browser_ui_chromeos_sources)' ], | 2856 'sources': [ '<@(chrome_browser_ui_chromeos_sources)' ], |
2857 'dependencies': [ | 2857 'dependencies': [ |
2858 'browser_chromeos', | 2858 'browser_chromeos', |
| 2859 '../components/components.gyp:proximity_auth_webui', |
2859 '../device/nfc/nfc.gyp:device_nfc', | 2860 '../device/nfc/nfc.gyp:device_nfc', |
2860 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos', | 2861 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos', |
2861 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources', | 2862 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources', |
2862 ], | 2863 ], |
2863 }, { | 2864 }, { |
2864 'sources': [ '<@(chrome_browser_ui_non_chromeos_sources)' ], | 2865 'sources': [ '<@(chrome_browser_ui_non_chromeos_sources)' ], |
2865 }], | 2866 }], |
2866 ['use_cups==1', { | 2867 ['use_cups==1', { |
2867 'dependencies': [ | 2868 'dependencies': [ |
2868 '../printing/printing.gyp:cups', | 2869 '../printing/printing.gyp:cups', |
(...skipping 324 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3193 ], | 3194 ], |
3194 'sources': [ | 3195 'sources': [ |
3195 '<@(chrome_browser_ui_non_mobile_sources)', | 3196 '<@(chrome_browser_ui_non_mobile_sources)', |
3196 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3197 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
3197 ], | 3198 ], |
3198 }], | 3199 }], |
3199 ], | 3200 ], |
3200 }, | 3201 }, |
3201 ], | 3202 ], |
3202 } | 3203 } |
OLD | NEW |