| 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 1480 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1491 'browser/ui/panels/panel_mouse_watcher_observer.h', | 1491 'browser/ui/panels/panel_mouse_watcher_observer.h', |
| 1492 'browser/ui/panels/panel_mouse_watcher_timer.cc', | 1492 'browser/ui/panels/panel_mouse_watcher_timer.cc', |
| 1493 'browser/ui/panels/panel_resize_controller.cc', | 1493 'browser/ui/panels/panel_resize_controller.cc', |
| 1494 'browser/ui/panels/panel_resize_controller.h', | 1494 'browser/ui/panels/panel_resize_controller.h', |
| 1495 'browser/ui/panels/stacked_panel_collection.cc', | 1495 'browser/ui/panels/stacked_panel_collection.cc', |
| 1496 'browser/ui/panels/stacked_panel_collection.h', | 1496 'browser/ui/panels/stacked_panel_collection.h', |
| 1497 'browser/ui/panels/stacked_panel_drag_handler.cc', | 1497 'browser/ui/panels/stacked_panel_drag_handler.cc', |
| 1498 'browser/ui/panels/stacked_panel_drag_handler.h', | 1498 'browser/ui/panels/stacked_panel_drag_handler.h', |
| 1499 'browser/ui/pdf/adobe_reader_info_win.cc', | 1499 'browser/ui/pdf/adobe_reader_info_win.cc', |
| 1500 'browser/ui/pdf/adobe_reader_info_win.h', | 1500 'browser/ui/pdf/adobe_reader_info_win.h', |
| 1501 'browser/ui/pdf/open_pdf_in_reader_prompt_delegate.h', | 1501 'browser/ui/pdf/chrome_pdf_tab_helper_delegate.cc', |
| 1502 'browser/ui/pdf/pdf_tab_helper.cc', | 1502 'browser/ui/pdf/chrome_pdf_tab_helper_delegate.h', |
| 1503 'browser/ui/pdf/pdf_tab_helper.h', | |
| 1504 'browser/ui/pdf/pdf_unsupported_feature.cc', | 1503 'browser/ui/pdf/pdf_unsupported_feature.cc', |
| 1505 'browser/ui/pdf/pdf_unsupported_feature.h', | 1504 'browser/ui/pdf/pdf_unsupported_feature.h', |
| 1506 'browser/ui/sad_tab.cc', | 1505 'browser/ui/sad_tab.cc', |
| 1507 'browser/ui/sad_tab.h', | 1506 'browser/ui/sad_tab.h', |
| 1508 'browser/ui/sad_tab_helper.cc', | 1507 'browser/ui/sad_tab_helper.cc', |
| 1509 'browser/ui/sad_tab_helper.h', | 1508 'browser/ui/sad_tab_helper.h', |
| 1510 'browser/ui/sad_tab_types.h', | 1509 'browser/ui/sad_tab_types.h', |
| 1511 'browser/ui/search/search_delegate.cc', | 1510 'browser/ui/search/search_delegate.cc', |
| 1512 'browser/ui/search/search_delegate.h', | 1511 'browser/ui/search/search_delegate.h', |
| 1513 'browser/ui/search/search_ui.cc', | 1512 'browser/ui/search/search_ui.cc', |
| (...skipping 1456 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2970 }], | 2969 }], |
| 2971 ['OS!="android" and OS!="ios"', { | 2970 ['OS!="android" and OS!="ios"', { |
| 2972 'dependencies': [ | 2971 'dependencies': [ |
| 2973 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 2972 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
| 2974 ], | 2973 ], |
| 2975 }], | 2974 }], |
| 2976 ], | 2975 ], |
| 2977 }, | 2976 }, |
| 2978 ], | 2977 ], |
| 2979 } | 2978 } |
| OLD | NEW |