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 1410 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1421 'browser/ui/find_bar/find_bar_controller.cc', | 1421 'browser/ui/find_bar/find_bar_controller.cc', |
1422 'browser/ui/find_bar/find_bar_controller.h', | 1422 'browser/ui/find_bar/find_bar_controller.h', |
1423 'browser/ui/fullscreen/fullscreen_controller.cc', | 1423 'browser/ui/fullscreen/fullscreen_controller.cc', |
1424 'browser/ui/fullscreen/fullscreen_controller.h', | 1424 'browser/ui/fullscreen/fullscreen_controller.h', |
1425 'browser/ui/fullscreen/fullscreen_exit_bubble.cc', | 1425 'browser/ui/fullscreen/fullscreen_exit_bubble.cc', |
1426 'browser/ui/fullscreen/fullscreen_exit_bubble.h', | 1426 'browser/ui/fullscreen/fullscreen_exit_bubble.h', |
1427 'browser/ui/fullscreen/fullscreen_exit_bubble_type.cc', | 1427 'browser/ui/fullscreen/fullscreen_exit_bubble_type.cc', |
1428 'browser/ui/fullscreen/fullscreen_exit_bubble_type.h', | 1428 'browser/ui/fullscreen/fullscreen_exit_bubble_type.h', |
1429 'browser/ui/fullscreen/fullscreen_within_tab_helper.cc', | 1429 'browser/ui/fullscreen/fullscreen_within_tab_helper.cc', |
1430 'browser/ui/fullscreen/fullscreen_within_tab_helper.h', | 1430 'browser/ui/fullscreen/fullscreen_within_tab_helper.h', |
| 1431 'browser/ui/infobar_container_delegate.cc', |
| 1432 'browser/ui/infobar_container_delegate.h', |
1431 'browser/ui/location_bar/location_bar.cc', | 1433 'browser/ui/location_bar/location_bar.cc', |
1432 'browser/ui/location_bar/location_bar.h', | 1434 'browser/ui/location_bar/location_bar.h', |
1433 'browser/ui/location_bar/location_bar_util.cc', | 1435 'browser/ui/location_bar/location_bar_util.cc', |
1434 'browser/ui/location_bar/location_bar_util.h', | 1436 'browser/ui/location_bar/location_bar_util.h', |
1435 'browser/ui/location_bar/origin_chip_info.cc', | 1437 'browser/ui/location_bar/origin_chip_info.cc', |
1436 'browser/ui/location_bar/origin_chip_info.h', | 1438 'browser/ui/location_bar/origin_chip_info.h', |
1437 'browser/ui/native_window_tracker.h', | 1439 'browser/ui/native_window_tracker.h', |
1438 'browser/ui/omnibox/alternate_nav_infobar_delegate.cc', | 1440 'browser/ui/omnibox/alternate_nav_infobar_delegate.cc', |
1439 'browser/ui/omnibox/alternate_nav_infobar_delegate.h', | 1441 'browser/ui/omnibox/alternate_nav_infobar_delegate.h', |
1440 'browser/ui/omnibox/omnibox_controller.cc', | 1442 'browser/ui/omnibox/omnibox_controller.cc', |
(...skipping 1658 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3099 ['OS!="android" and OS!="ios"', { | 3101 ['OS!="android" and OS!="ios"', { |
3100 'dependencies': [ | 3102 'dependencies': [ |
3101 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 3103 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
3102 ], | 3104 ], |
3103 'sources': [ '<@(chrome_browser_ui_non_mobile_sources)' ], | 3105 'sources': [ '<@(chrome_browser_ui_non_mobile_sources)' ], |
3104 }], | 3106 }], |
3105 ], | 3107 ], |
3106 }, | 3108 }, |
3107 ], | 3109 ], |
3108 } | 3110 } |
OLD | NEW |