| 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 705 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 716 'browser/ui/app_list/search/launcher_search/launcher_search_provider.cc', | 716 'browser/ui/app_list/search/launcher_search/launcher_search_provider.cc', |
| 717 'browser/ui/app_list/search/launcher_search/launcher_search_provider.h', | 717 'browser/ui/app_list/search/launcher_search/launcher_search_provider.h', |
| 718 'browser/ui/app_list/search/launcher_search/launcher_search_result.cc', | 718 'browser/ui/app_list/search/launcher_search/launcher_search_result.cc', |
| 719 'browser/ui/app_list/search/launcher_search/launcher_search_result.h', | 719 'browser/ui/app_list/search/launcher_search/launcher_search_result.h', |
| 720 # On chromeos, file manager extension handles the file open/save dialog. | 720 # On chromeos, file manager extension handles the file open/save dialog. |
| 721 'browser/ui/views/select_file_dialog_extension.cc', | 721 'browser/ui/views/select_file_dialog_extension.cc', |
| 722 'browser/ui/views/select_file_dialog_extension.h', | 722 'browser/ui/views/select_file_dialog_extension.h', |
| 723 'browser/ui/views/select_file_dialog_extension_factory.cc', | 723 'browser/ui/views/select_file_dialog_extension_factory.cc', |
| 724 'browser/ui/views/select_file_dialog_extension_factory.h', | 724 'browser/ui/views/select_file_dialog_extension_factory.h', |
| 725 ], | 725 ], |
| 726 # ARC-only sources. |
| 727 'chrome_browser_ui_chromeos_arc_sources': [ |
| 728 'browser/ui/app_list/arc/arc_app_icon.cc', |
| 729 'browser/ui/app_list/arc/arc_app_icon.h', |
| 730 'browser/ui/app_list/arc/arc_app_item.cc', |
| 731 'browser/ui/app_list/arc/arc_app_item.h', |
| 732 'browser/ui/app_list/arc/arc_app_list_prefs_factory.cc', |
| 733 'browser/ui/app_list/arc/arc_app_list_prefs_factory.h', |
| 734 'browser/ui/app_list/arc/arc_app_list_prefs.cc', |
| 735 'browser/ui/app_list/arc/arc_app_list_prefs.h', |
| 736 'browser/ui/app_list/arc/arc_app_model_builder.cc', |
| 737 'browser/ui/app_list/arc/arc_app_model_builder.h', |
| 738 ], |
| 726 # ChromeOS sources that should not be included in the official build. | 739 # ChromeOS sources that should not be included in the official build. |
| 727 'chrome_browser_ui_chromeos_non_official_sources': [ | 740 'chrome_browser_ui_chromeos_non_official_sources': [ |
| 728 'browser/ui/webui/chromeos/emulator/device_emulator_message_handler.cc', | 741 'browser/ui/webui/chromeos/emulator/device_emulator_message_handler.cc', |
| 729 'browser/ui/webui/chromeos/emulator/device_emulator_message_handler.h', | 742 'browser/ui/webui/chromeos/emulator/device_emulator_message_handler.h', |
| 730 'browser/ui/webui/chromeos/emulator/device_emulator_ui.cc', | 743 'browser/ui/webui/chromeos/emulator/device_emulator_ui.cc', |
| 731 'browser/ui/webui/chromeos/emulator/device_emulator_ui.h', | 744 'browser/ui/webui/chromeos/emulator/device_emulator_ui.h', |
| 732 ], | 745 ], |
| 733 # Mac sources, except when mac_views_browser==1 | 746 # Mac sources, except when mac_views_browser==1 |
| 734 'chrome_browser_ui_cocoa_sources': [ | 747 'chrome_browser_ui_cocoa_sources': [ |
| 735 'browser/ui/cocoa/animatable_image.h', | 748 'browser/ui/cocoa/animatable_image.h', |
| (...skipping 1790 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2526 'chrome_browser_ui_app_list_sources': [ | 2539 'chrome_browser_ui_app_list_sources': [ |
| 2527 'browser/ui/app_list/app_context_menu.cc', | 2540 'browser/ui/app_list/app_context_menu.cc', |
| 2528 'browser/ui/app_list/app_context_menu.h', | 2541 'browser/ui/app_list/app_context_menu.h', |
| 2529 'browser/ui/app_list/app_context_menu_delegate.h', | 2542 'browser/ui/app_list/app_context_menu_delegate.h', |
| 2530 'browser/ui/app_list/app_list_controller_delegate.cc', | 2543 'browser/ui/app_list/app_list_controller_delegate.cc', |
| 2531 'browser/ui/app_list/app_list_controller_delegate.h', | 2544 'browser/ui/app_list/app_list_controller_delegate.h', |
| 2532 'browser/ui/app_list/app_list_controller_delegate_impl.cc', | 2545 'browser/ui/app_list/app_list_controller_delegate_impl.cc', |
| 2533 'browser/ui/app_list/app_list_controller_delegate_impl.h', | 2546 'browser/ui/app_list/app_list_controller_delegate_impl.h', |
| 2534 'browser/ui/app_list/app_list_icon_win.cc', | 2547 'browser/ui/app_list/app_list_icon_win.cc', |
| 2535 'browser/ui/app_list/app_list_icon_win.h', | 2548 'browser/ui/app_list/app_list_icon_win.h', |
| 2549 'browser/ui/app_list/app_list_model_builder.cc', |
| 2550 'browser/ui/app_list/app_list_model_builder.h', |
| 2536 'browser/ui/app_list/app_list_positioner.cc', | 2551 'browser/ui/app_list/app_list_positioner.cc', |
| 2537 'browser/ui/app_list/app_list_positioner.h', | 2552 'browser/ui/app_list/app_list_positioner.h', |
| 2538 'browser/ui/app_list/app_list_prefs.cc', | 2553 'browser/ui/app_list/app_list_prefs.cc', |
| 2539 'browser/ui/app_list/app_list_prefs.h', | 2554 'browser/ui/app_list/app_list_prefs.h', |
| 2540 'browser/ui/app_list/app_list_prefs_factory.cc', | 2555 'browser/ui/app_list/app_list_prefs_factory.cc', |
| 2541 'browser/ui/app_list/app_list_prefs_factory.h', | 2556 'browser/ui/app_list/app_list_prefs_factory.h', |
| 2542 'browser/ui/app_list/app_list_service.cc', | 2557 'browser/ui/app_list/app_list_service.cc', |
| 2543 'browser/ui/app_list/app_list_service.h', | 2558 'browser/ui/app_list/app_list_service.h', |
| 2544 'browser/ui/app_list/app_list_service_cocoa_mac.h', | 2559 'browser/ui/app_list/app_list_service_cocoa_mac.h', |
| 2545 'browser/ui/app_list/app_list_service_cocoa_mac.mm', | 2560 'browser/ui/app_list/app_list_service_cocoa_mac.mm', |
| (...skipping 388 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2934 ['chromeos==1', { | 2949 ['chromeos==1', { |
| 2935 'sources': [ '<@(chrome_browser_ui_chromeos_sources)' ], | 2950 'sources': [ '<@(chrome_browser_ui_chromeos_sources)' ], |
| 2936 'dependencies': [ | 2951 'dependencies': [ |
| 2937 'browser_chromeos', | 2952 'browser_chromeos', |
| 2938 '../components/components.gyp:proximity_auth_webui', | 2953 '../components/components.gyp:proximity_auth_webui', |
| 2939 '../device/nfc/nfc.gyp:device_nfc', | 2954 '../device/nfc/nfc.gyp:device_nfc', |
| 2940 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos', | 2955 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos', |
| 2941 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources', | 2956 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources', |
| 2942 ], | 2957 ], |
| 2943 }], | 2958 }], |
| 2959 ['chromeos==1 and enable_arc == 1', { |
| 2960 'sources': [ '<@(chrome_browser_ui_chromeos_arc_sources)' ], |
| 2961 }], |
| 2944 ['use_cups==1', { | 2962 ['use_cups==1', { |
| 2945 'dependencies': [ | 2963 'dependencies': [ |
| 2946 '../printing/printing.gyp:cups', | 2964 '../printing/printing.gyp:cups', |
| 2947 ], | 2965 ], |
| 2948 }], | 2966 }], |
| 2949 ['use_ash==1', { | 2967 ['use_ash==1', { |
| 2950 'sources': [ '<@(chrome_browser_ui_ash_sources)' ], | 2968 'sources': [ '<@(chrome_browser_ui_ash_sources)' ], |
| 2951 'dependencies': [ | 2969 'dependencies': [ |
| 2952 '../ash/ash.gyp:ash', | 2970 '../ash/ash.gyp:ash', |
| 2953 '../ash/ash.gyp:ash_with_content', | 2971 '../ash/ash.gyp:ash_with_content', |
| (...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3274 ], | 3292 ], |
| 3275 'sources': [ | 3293 'sources': [ |
| 3276 '<@(chrome_browser_ui_non_mobile_sources)', | 3294 '<@(chrome_browser_ui_non_mobile_sources)', |
| 3277 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3295 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
| 3278 ], | 3296 ], |
| 3279 }], | 3297 }], |
| 3280 ], | 3298 ], |
| 3281 }, | 3299 }, |
| 3282 ], | 3300 ], |
| 3283 } | 3301 } |
| OLD | NEW |