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 1312 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1323 ], | 1323 ], |
1324 # ChromeOS-only sources that don't end in _chromeos or live in a chromeos | 1324 # ChromeOS-only sources that don't end in _chromeos or live in a chromeos |
1325 # directory. | 1325 # directory. |
1326 'chrome_browser_ui_chromeos_sources': [ | 1326 'chrome_browser_ui_chromeos_sources': [ |
1327 # On chromeos, file manager extension handles the file open/save dialog. | 1327 # On chromeos, file manager extension handles the file open/save dialog. |
1328 'browser/ui/views/select_file_dialog_extension.cc', | 1328 'browser/ui/views/select_file_dialog_extension.cc', |
1329 'browser/ui/views/select_file_dialog_extension.h', | 1329 'browser/ui/views/select_file_dialog_extension.h', |
1330 'browser/ui/views/select_file_dialog_extension_factory.cc', | 1330 'browser/ui/views/select_file_dialog_extension_factory.cc', |
1331 'browser/ui/views/select_file_dialog_extension_factory.h', | 1331 'browser/ui/views/select_file_dialog_extension_factory.h', |
1332 ], | 1332 ], |
1333 # Files shared between CrOS and Android. | |
1334 'chrome_browser_ui_android_chromeos_sources': [ | |
1335 'browser/ui/screen_capture_notification_ui_stub.cc', | |
1336 ], | |
1337 # Used everwhere but ChromeOS. | 1333 # Used everwhere but ChromeOS. |
1338 'chrome_browser_ui_non_chromeos_sources': [ | 1334 'chrome_browser_ui_non_chromeos_sources': [ |
1339 'browser/ui/external_protocol_dialog_delegate.cc', | 1335 'browser/ui/external_protocol_dialog_delegate.cc', |
1340 'browser/ui/external_protocol_dialog_delegate.h', | 1336 'browser/ui/external_protocol_dialog_delegate.h', |
1341 'browser/ui/startup/default_browser_prompt.cc', | 1337 'browser/ui/startup/default_browser_prompt.cc', |
1342 ], | 1338 ], |
1343 # Files shared between CrOS, desktop linux, and Android. | 1339 # Files shared between CrOS, desktop linux, and Android. |
1344 'chrome_browser_ui_android_linux_sources': [ | 1340 'chrome_browser_ui_android_linux_sources': [ |
1345 'browser/ui/certificate_dialogs.cc', | 1341 'browser/ui/certificate_dialogs.cc', |
1346 'browser/ui/certificate_dialogs.h', | 1342 'browser/ui/certificate_dialogs.h', |
1347 ], | 1343 ], |
1348 'chrome_browser_ui_android_sources': [ | 1344 'chrome_browser_ui_android_sources': [ |
1349 'browser/ui/auto_login_infobar_delegate.cc', | 1345 'browser/ui/auto_login_infobar_delegate.cc', |
1350 'browser/ui/auto_login_infobar_delegate.h', | 1346 'browser/ui/auto_login_infobar_delegate.h', |
| 1347 'browser/ui/screen_capture_notification_ui_stub.cc', |
1351 ], | 1348 ], |
1352 'chrome_browser_ui_non_android_sources': [ | 1349 'chrome_browser_ui_non_android_sources': [ |
1353 'browser/ui/apps/chrome_app_delegate.cc', | 1350 'browser/ui/apps/chrome_app_delegate.cc', |
1354 'browser/ui/apps/chrome_app_delegate.h', | 1351 'browser/ui/apps/chrome_app_delegate.h', |
1355 'browser/ui/autofill/account_chooser_model.cc', | 1352 'browser/ui/autofill/account_chooser_model.cc', |
1356 'browser/ui/autofill/account_chooser_model.h', | 1353 'browser/ui/autofill/account_chooser_model.h', |
1357 'browser/ui/autofill/autofill_dialog_sign_in_delegate.cc', | 1354 'browser/ui/autofill/autofill_dialog_sign_in_delegate.cc', |
1358 'browser/ui/autofill/autofill_dialog_sign_in_delegate.h', | 1355 'browser/ui/autofill/autofill_dialog_sign_in_delegate.h', |
1359 'browser/ui/autofill/country_combobox_model.cc', | 1356 'browser/ui/autofill/country_combobox_model.cc', |
1360 'browser/ui/autofill/country_combobox_model.h', | 1357 'browser/ui/autofill/country_combobox_model.h', |
(...skipping 1372 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2733 'dependencies': [ | 2730 'dependencies': [ |
2734 # gtk2 is the only component that can interact with gtk2 in our new | 2731 # gtk2 is the only component that can interact with gtk2 in our new |
2735 # world. | 2732 # world. |
2736 'browser/ui/libgtk2ui/libgtk2ui.gyp:gtk2ui', | 2733 'browser/ui/libgtk2ui/libgtk2ui.gyp:gtk2ui', |
2737 '../build/linux/system.gyp:gio', | 2734 '../build/linux/system.gyp:gio', |
2738 ], | 2735 ], |
2739 }], | 2736 }], |
2740 ['OS=="win" or OS=="mac" or desktop_linux==1', { | 2737 ['OS=="win" or OS=="mac" or desktop_linux==1', { |
2741 'sources': [ '<@(chrome_browser_ui_desktop_sources)' ], | 2738 'sources': [ '<@(chrome_browser_ui_desktop_sources)' ], |
2742 }], | 2739 }], |
2743 ['chromeos==1 or OS=="android"', { | |
2744 'sources': [ '<@(chrome_browser_ui_android_chromeos_sources)' ], | |
2745 }], | |
2746 ['use_aura==1', { | 2740 ['use_aura==1', { |
2747 'sources': [ '<@(chrome_browser_ui_aura_sources)'] , | 2741 'sources': [ '<@(chrome_browser_ui_aura_sources)'] , |
2748 'dependencies': [ | 2742 'dependencies': [ |
2749 # aura uses some of ash resources. | 2743 # aura uses some of ash resources. |
2750 '../ash/ash_resources.gyp:ash_resources', | 2744 '../ash/ash_resources.gyp:ash_resources', |
2751 '../ui/aura/aura.gyp:aura', | 2745 '../ui/aura/aura.gyp:aura', |
2752 '../ui/keyboard/keyboard.gyp:keyboard', | 2746 '../ui/keyboard/keyboard.gyp:keyboard', |
2753 '../ui/keyboard/keyboard.gyp:keyboard_resources', | 2747 '../ui/keyboard/keyboard.gyp:keyboard_resources', |
2754 '../ui/wm/wm.gyp:wm', | 2748 '../ui/wm/wm.gyp:wm', |
2755 ], | 2749 ], |
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2963 }], | 2957 }], |
2964 ['OS!="android" and OS!="ios"', { | 2958 ['OS!="android" and OS!="ios"', { |
2965 'dependencies': [ | 2959 'dependencies': [ |
2966 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 2960 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
2967 ], | 2961 ], |
2968 }], | 2962 }], |
2969 ], | 2963 ], |
2970 }, | 2964 }, |
2971 ], | 2965 ], |
2972 } | 2966 } |
OLD | NEW |