| 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 725 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 736 # On chromeos, file manager extension handles the file open/save dialog. | 736 # On chromeos, file manager extension handles the file open/save dialog. |
| 737 'browser/ui/views/select_file_dialog_extension.cc', | 737 'browser/ui/views/select_file_dialog_extension.cc', |
| 738 'browser/ui/views/select_file_dialog_extension.h', | 738 'browser/ui/views/select_file_dialog_extension.h', |
| 739 'browser/ui/views/select_file_dialog_extension_factory.cc', | 739 'browser/ui/views/select_file_dialog_extension_factory.cc', |
| 740 'browser/ui/views/select_file_dialog_extension_factory.h', | 740 'browser/ui/views/select_file_dialog_extension_factory.h', |
| 741 'browser/ui/webui/cast/cast_ui.cc', | 741 'browser/ui/webui/cast/cast_ui.cc', |
| 742 'browser/ui/webui/cast/cast_ui.h', | 742 'browser/ui/webui/cast/cast_ui.h', |
| 743 ], | 743 ], |
| 744 # ARC-only sources. | 744 # ARC-only sources. |
| 745 'chrome_browser_ui_chromeos_arc_sources': [ | 745 'chrome_browser_ui_chromeos_arc_sources': [ |
| 746 'browser/notifications/arc_notifier_manager.cc', | |
| 747 'browser/notifications/arc_notifier_manager.h', | |
| 748 'browser/ui/app_list/arc/arc_app_context_menu.cc', | 746 'browser/ui/app_list/arc/arc_app_context_menu.cc', |
| 749 'browser/ui/app_list/arc/arc_app_context_menu.h', | 747 'browser/ui/app_list/arc/arc_app_context_menu.h', |
| 750 'browser/ui/app_list/arc/arc_app_icon.cc', | 748 'browser/ui/app_list/arc/arc_app_icon.cc', |
| 751 'browser/ui/app_list/arc/arc_app_icon.h', | 749 'browser/ui/app_list/arc/arc_app_icon.h', |
| 752 'browser/ui/app_list/arc/arc_app_icon_loader.cc', | 750 'browser/ui/app_list/arc/arc_app_icon_loader.cc', |
| 753 'browser/ui/app_list/arc/arc_app_icon_loader.h', | 751 'browser/ui/app_list/arc/arc_app_icon_loader.h', |
| 754 'browser/ui/app_list/arc/arc_app_item.cc', | 752 'browser/ui/app_list/arc/arc_app_item.cc', |
| 755 'browser/ui/app_list/arc/arc_app_item.h', | 753 'browser/ui/app_list/arc/arc_app_item.h', |
| 756 'browser/ui/app_list/arc/arc_app_launcher.cc', | 754 'browser/ui/app_list/arc/arc_app_launcher.cc', |
| 757 'browser/ui/app_list/arc/arc_app_launcher.h', | 755 'browser/ui/app_list/arc/arc_app_launcher.h', |
| (...skipping 2607 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3365 ], | 3363 ], |
| 3366 'sources': [ | 3364 'sources': [ |
| 3367 '<@(chrome_browser_ui_non_mobile_sources)', | 3365 '<@(chrome_browser_ui_non_mobile_sources)', |
| 3368 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3366 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
| 3369 ], | 3367 ], |
| 3370 }], | 3368 }], |
| 3371 ], | 3369 ], |
| 3372 }, | 3370 }, |
| 3373 ], | 3371 ], |
| 3374 } | 3372 } |
| OLD | NEW |