| 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 748 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 759 'browser/ui/cocoa/wrench_menu/menu_tracked_root_view.h', | 759 'browser/ui/cocoa/wrench_menu/menu_tracked_root_view.h', |
| 760 'browser/ui/cocoa/wrench_menu/menu_tracked_root_view.mm', | 760 'browser/ui/cocoa/wrench_menu/menu_tracked_root_view.mm', |
| 761 'browser/ui/cocoa/wrench_menu/recent_tabs_menu_model_delegate.h', | 761 'browser/ui/cocoa/wrench_menu/recent_tabs_menu_model_delegate.h', |
| 762 'browser/ui/cocoa/wrench_menu/recent_tabs_menu_model_delegate.mm', | 762 'browser/ui/cocoa/wrench_menu/recent_tabs_menu_model_delegate.mm', |
| 763 'browser/ui/cocoa/wrench_menu/wrench_menu_button_cell.h', | 763 'browser/ui/cocoa/wrench_menu/wrench_menu_button_cell.h', |
| 764 'browser/ui/cocoa/wrench_menu/wrench_menu_button_cell.mm', | 764 'browser/ui/cocoa/wrench_menu/wrench_menu_button_cell.mm', |
| 765 'browser/ui/cocoa/wrench_menu/wrench_menu_controller.h', | 765 'browser/ui/cocoa/wrench_menu/wrench_menu_controller.h', |
| 766 'browser/ui/cocoa/wrench_menu/wrench_menu_controller.mm', | 766 'browser/ui/cocoa/wrench_menu/wrench_menu_controller.mm', |
| 767 'browser/ui/confirm_bubble.h', | 767 'browser/ui/confirm_bubble.h', |
| 768 'browser/ui/crypto_module_password_dialog.h', | 768 'browser/ui/crypto_module_password_dialog.h', |
| 769 'browser/ui/extensions/accelerator_priority.cc', |
| 770 'browser/ui/extensions/accelerator_priority.h', |
| 769 'browser/ui/extensions/extension_installed_bubble.cc', | 771 'browser/ui/extensions/extension_installed_bubble.cc', |
| 770 'browser/ui/extensions/extension_installed_bubble.h', | 772 'browser/ui/extensions/extension_installed_bubble.h', |
| 771 'browser/ui/extensions/extension_enable_flow.cc', | 773 'browser/ui/extensions/extension_enable_flow.cc', |
| 772 'browser/ui/extensions/extension_enable_flow.h', | 774 'browser/ui/extensions/extension_enable_flow.h', |
| 773 'browser/ui/extensions/extension_enable_flow_delegate.h', | 775 'browser/ui/extensions/extension_enable_flow_delegate.h', |
| 774 'browser/ui/find_bar/find_bar.h', | 776 'browser/ui/find_bar/find_bar.h', |
| 775 'browser/ui/find_bar/find_bar_state.h', | 777 'browser/ui/find_bar/find_bar_state.h', |
| 776 'browser/ui/find_bar/find_bar_state_factory.cc', | 778 'browser/ui/find_bar/find_bar_state_factory.cc', |
| 777 'browser/ui/find_bar/find_bar_state_factory.h', | 779 'browser/ui/find_bar/find_bar_state_factory.h', |
| 778 'browser/ui/find_bar/find_notification_details.h', | 780 'browser/ui/find_bar/find_notification_details.h', |
| (...skipping 2159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2938 }], | 2940 }], |
| 2939 ['enable_spellcheck==1', { | 2941 ['enable_spellcheck==1', { |
| 2940 'dependencies': [ | 2942 'dependencies': [ |
| 2941 '../third_party/hunspell/hunspell.gyp:hunspell', | 2943 '../third_party/hunspell/hunspell.gyp:hunspell', |
| 2942 ], | 2944 ], |
| 2943 }], | 2945 }], |
| 2944 ], | 2946 ], |
| 2945 }, | 2947 }, |
| 2946 ], | 2948 ], |
| 2947 } | 2949 } |
| OLD | NEW |