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 1443 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1454 'browser/ui/fullscreen/fullscreen_controller.cc', | 1454 'browser/ui/fullscreen/fullscreen_controller.cc', |
1455 'browser/ui/fullscreen/fullscreen_controller.h', | 1455 'browser/ui/fullscreen/fullscreen_controller.h', |
1456 'browser/ui/fullscreen/fullscreen_exit_bubble_type.cc', | 1456 'browser/ui/fullscreen/fullscreen_exit_bubble_type.cc', |
1457 'browser/ui/fullscreen/fullscreen_exit_bubble_type.h', | 1457 'browser/ui/fullscreen/fullscreen_exit_bubble_type.h', |
1458 'browser/ui/location_bar/location_bar.cc', | 1458 'browser/ui/location_bar/location_bar.cc', |
1459 'browser/ui/location_bar/location_bar.h', | 1459 'browser/ui/location_bar/location_bar.h', |
1460 'browser/ui/location_bar/location_bar_util.cc', | 1460 'browser/ui/location_bar/location_bar_util.cc', |
1461 'browser/ui/location_bar/location_bar_util.h', | 1461 'browser/ui/location_bar/location_bar_util.h', |
1462 'browser/ui/location_bar/origin_chip_info.cc', | 1462 'browser/ui/location_bar/origin_chip_info.cc', |
1463 'browser/ui/location_bar/origin_chip_info.h', | 1463 'browser/ui/location_bar/origin_chip_info.h', |
1464 'browser/ui/ntp_background_util.cc', | |
1465 'browser/ui/ntp_background_util.h', | |
1466 'browser/ui/omnibox/alternate_nav_infobar_delegate.cc', | 1464 'browser/ui/omnibox/alternate_nav_infobar_delegate.cc', |
1467 'browser/ui/omnibox/alternate_nav_infobar_delegate.h', | 1465 'browser/ui/omnibox/alternate_nav_infobar_delegate.h', |
1468 'browser/ui/omnibox/omnibox_controller.cc', | 1466 'browser/ui/omnibox/omnibox_controller.cc', |
1469 'browser/ui/omnibox/omnibox_controller.h', | 1467 'browser/ui/omnibox/omnibox_controller.h', |
1470 'browser/ui/omnibox/omnibox_current_page_delegate.h', | 1468 'browser/ui/omnibox/omnibox_current_page_delegate.h', |
1471 'browser/ui/omnibox/omnibox_current_page_delegate_impl.cc', | 1469 'browser/ui/omnibox/omnibox_current_page_delegate_impl.cc', |
1472 'browser/ui/omnibox/omnibox_current_page_delegate_impl.h', | 1470 'browser/ui/omnibox/omnibox_current_page_delegate_impl.h', |
1473 'browser/ui/omnibox/omnibox_edit_controller.cc', | 1471 'browser/ui/omnibox/omnibox_edit_controller.cc', |
1474 'browser/ui/omnibox/omnibox_edit_controller.h', | 1472 'browser/ui/omnibox/omnibox_edit_controller.h', |
1475 'browser/ui/omnibox/omnibox_edit_model.cc', | 1473 'browser/ui/omnibox/omnibox_edit_model.cc', |
(...skipping 1463 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2939 }], | 2937 }], |
2940 ['enable_spellcheck==1', { | 2938 ['enable_spellcheck==1', { |
2941 'dependencies': [ | 2939 'dependencies': [ |
2942 '../third_party/hunspell/hunspell.gyp:hunspell', | 2940 '../third_party/hunspell/hunspell.gyp:hunspell', |
2943 ], | 2941 ], |
2944 }], | 2942 }], |
2945 ], | 2943 ], |
2946 }, | 2944 }, |
2947 ], | 2945 ], |
2948 } | 2946 } |
OLD | NEW |