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 1491 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1502 'browser/ui/panels/panel_mouse_watcher_observer.h', | 1502 'browser/ui/panels/panel_mouse_watcher_observer.h', |
1503 'browser/ui/panels/panel_mouse_watcher_timer.cc', | 1503 'browser/ui/panels/panel_mouse_watcher_timer.cc', |
1504 'browser/ui/panels/panel_resize_controller.cc', | 1504 'browser/ui/panels/panel_resize_controller.cc', |
1505 'browser/ui/panels/panel_resize_controller.h', | 1505 'browser/ui/panels/panel_resize_controller.h', |
1506 'browser/ui/panels/stacked_panel_collection.cc', | 1506 'browser/ui/panels/stacked_panel_collection.cc', |
1507 'browser/ui/panels/stacked_panel_collection.h', | 1507 'browser/ui/panels/stacked_panel_collection.h', |
1508 'browser/ui/panels/stacked_panel_drag_handler.cc', | 1508 'browser/ui/panels/stacked_panel_drag_handler.cc', |
1509 'browser/ui/panels/stacked_panel_drag_handler.h', | 1509 'browser/ui/panels/stacked_panel_drag_handler.h', |
1510 'browser/ui/pdf/adobe_reader_info_win.cc', | 1510 'browser/ui/pdf/adobe_reader_info_win.cc', |
1511 'browser/ui/pdf/adobe_reader_info_win.h', | 1511 'browser/ui/pdf/adobe_reader_info_win.h', |
1512 'browser/ui/pdf/open_pdf_in_reader_prompt_delegate.h', | 1512 'browser/ui/pdf/chrome_pdf_web_contents_helper_client.cc', |
1513 'browser/ui/pdf/pdf_tab_helper.cc', | 1513 'browser/ui/pdf/chrome_pdf_web_contents_helper_client.h', |
1514 'browser/ui/pdf/pdf_tab_helper.h', | |
1515 'browser/ui/pdf/pdf_unsupported_feature.cc', | 1514 'browser/ui/pdf/pdf_unsupported_feature.cc', |
1516 'browser/ui/pdf/pdf_unsupported_feature.h', | 1515 'browser/ui/pdf/pdf_unsupported_feature.h', |
1517 'browser/ui/sad_tab.cc', | 1516 'browser/ui/sad_tab.cc', |
1518 'browser/ui/sad_tab.h', | 1517 'browser/ui/sad_tab.h', |
1519 'browser/ui/sad_tab_helper.cc', | 1518 'browser/ui/sad_tab_helper.cc', |
1520 'browser/ui/sad_tab_helper.h', | 1519 'browser/ui/sad_tab_helper.h', |
1521 'browser/ui/sad_tab_types.h', | 1520 'browser/ui/sad_tab_types.h', |
1522 'browser/ui/search/search_delegate.cc', | 1521 'browser/ui/search/search_delegate.cc', |
1523 'browser/ui/search/search_delegate.h', | 1522 'browser/ui/search/search_delegate.h', |
1524 'browser/ui/search/search_ui.cc', | 1523 'browser/ui/search/search_ui.cc', |
(...skipping 1457 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2982 }], | 2981 }], |
2983 ['OS!="android" and OS!="ios"', { | 2982 ['OS!="android" and OS!="ios"', { |
2984 'dependencies': [ | 2983 'dependencies': [ |
2985 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 2984 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
2986 ], | 2985 ], |
2987 }], | 2986 }], |
2988 ], | 2987 ], |
2989 }, | 2988 }, |
2990 ], | 2989 ], |
2991 } | 2990 } |
OLD | NEW |