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 1486 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1497 'browser/ui/panels/panel_mouse_watcher_observer.h', | 1497 'browser/ui/panels/panel_mouse_watcher_observer.h', |
1498 'browser/ui/panels/panel_mouse_watcher_timer.cc', | 1498 'browser/ui/panels/panel_mouse_watcher_timer.cc', |
1499 'browser/ui/panels/panel_resize_controller.cc', | 1499 'browser/ui/panels/panel_resize_controller.cc', |
1500 'browser/ui/panels/panel_resize_controller.h', | 1500 'browser/ui/panels/panel_resize_controller.h', |
1501 'browser/ui/panels/stacked_panel_collection.cc', | 1501 'browser/ui/panels/stacked_panel_collection.cc', |
1502 'browser/ui/panels/stacked_panel_collection.h', | 1502 'browser/ui/panels/stacked_panel_collection.h', |
1503 'browser/ui/panels/stacked_panel_drag_handler.cc', | 1503 'browser/ui/panels/stacked_panel_drag_handler.cc', |
1504 'browser/ui/panels/stacked_panel_drag_handler.h', | 1504 'browser/ui/panels/stacked_panel_drag_handler.h', |
1505 'browser/ui/pdf/adobe_reader_info_win.cc', | 1505 'browser/ui/pdf/adobe_reader_info_win.cc', |
1506 'browser/ui/pdf/adobe_reader_info_win.h', | 1506 'browser/ui/pdf/adobe_reader_info_win.h', |
1507 'browser/ui/pdf/open_pdf_in_reader_prompt_delegate.h', | 1507 'browser/ui/pdf/chrome_pdf_tab_helper_delegate.cc', |
1508 'browser/ui/pdf/pdf_tab_helper.cc', | 1508 'browser/ui/pdf/chrome_pdf_tab_helper_delegate.h', |
1509 'browser/ui/pdf/pdf_tab_helper.h', | |
1510 'browser/ui/pdf/pdf_unsupported_feature.cc', | 1509 'browser/ui/pdf/pdf_unsupported_feature.cc', |
1511 'browser/ui/pdf/pdf_unsupported_feature.h', | 1510 'browser/ui/pdf/pdf_unsupported_feature.h', |
1512 'browser/ui/sad_tab.cc', | 1511 'browser/ui/sad_tab.cc', |
1513 'browser/ui/sad_tab.h', | 1512 'browser/ui/sad_tab.h', |
1514 'browser/ui/sad_tab_helper.cc', | 1513 'browser/ui/sad_tab_helper.cc', |
1515 'browser/ui/sad_tab_helper.h', | 1514 'browser/ui/sad_tab_helper.h', |
1516 'browser/ui/sad_tab_types.h', | 1515 'browser/ui/sad_tab_types.h', |
1517 'browser/ui/search/search_delegate.cc', | 1516 'browser/ui/search/search_delegate.cc', |
1518 'browser/ui/search/search_delegate.h', | 1517 'browser/ui/search/search_delegate.h', |
1519 'browser/ui/search/search_ui.cc', | 1518 'browser/ui/search/search_ui.cc', |
(...skipping 1456 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2976 }], | 2975 }], |
2977 ['OS!="android" and OS!="ios"', { | 2976 ['OS!="android" and OS!="ios"', { |
2978 'dependencies': [ | 2977 'dependencies': [ |
2979 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 2978 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
2980 ], | 2979 ], |
2981 }], | 2980 }], |
2982 ], | 2981 ], |
2983 }, | 2982 }, |
2984 ], | 2983 ], |
2985 } | 2984 } |
OLD | NEW |