| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 # | 2 # |
| 3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
| 4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
| 5 | 5 |
| 6 { | 6 { |
| 7 'targets': [ | 7 'targets': [ |
| 8 { | 8 { |
| 9 'target_name': 'browser_ui', | 9 'target_name': 'browser_ui', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 1113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1124 'browser/ui/pdf/pdf_tab_helper.h', | 1124 'browser/ui/pdf/pdf_tab_helper.h', |
| 1125 'browser/ui/pdf/pdf_unsupported_feature.cc', | 1125 'browser/ui/pdf/pdf_unsupported_feature.cc', |
| 1126 'browser/ui/pdf/pdf_unsupported_feature.h', | 1126 'browser/ui/pdf/pdf_unsupported_feature.h', |
| 1127 'browser/ui/prefs/prefs_tab_helper.cc', | 1127 'browser/ui/prefs/prefs_tab_helper.cc', |
| 1128 'browser/ui/prefs/prefs_tab_helper.h', | 1128 'browser/ui/prefs/prefs_tab_helper.h', |
| 1129 'browser/ui/profile_error_dialog.cc', | 1129 'browser/ui/profile_error_dialog.cc', |
| 1130 'browser/ui/profile_error_dialog.h', | 1130 'browser/ui/profile_error_dialog.h', |
| 1131 'browser/ui/sad_tab_helper.cc', | 1131 'browser/ui/sad_tab_helper.cc', |
| 1132 'browser/ui/sad_tab_helper.h', | 1132 'browser/ui/sad_tab_helper.h', |
| 1133 'browser/ui/sad_tab_types.h', | 1133 'browser/ui/sad_tab_types.h', |
| 1134 'browser/ui/search/other_device_menu.cc', |
| 1135 'browser/ui/search/other_device/other_device_menu.h', |
| 1134 'browser/ui/search/search.cc', | 1136 'browser/ui/search/search.cc', |
| 1135 'browser/ui/search/search.h', | 1137 'browser/ui/search/search.h', |
| 1136 'browser/ui/search/search_delegate.cc', | 1138 'browser/ui/search/search_delegate.cc', |
| 1137 'browser/ui/search/search_delegate.h', | 1139 'browser/ui/search/search_delegate.h', |
| 1138 'browser/ui/search/search_model.cc', | 1140 'browser/ui/search/search_model.cc', |
| 1139 'browser/ui/search/search_model.h', | 1141 'browser/ui/search/search_model.h', |
| 1140 'browser/ui/search/search_model_observer.h', | 1142 'browser/ui/search/search_model_observer.h', |
| 1141 'browser/ui/search/search_model_observer_bridge.h', | 1143 'browser/ui/search/search_model_observer_bridge.h', |
| 1142 'browser/ui/search/search_tab_helper.cc', | 1144 'browser/ui/search/search_tab_helper.cc', |
| 1143 'browser/ui/search/search_tab_helper.h', | 1145 'browser/ui/search/search_tab_helper.h', |
| (...skipping 1484 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2628 ['exclude', '^browser/ui/views/select_file_dialog_extension.cc'], | 2630 ['exclude', '^browser/ui/views/select_file_dialog_extension.cc'], |
| 2629 ['exclude', '^browser/ui/views/select_file_dialog_extension.h'], | 2631 ['exclude', '^browser/ui/views/select_file_dialog_extension.h'], |
| 2630 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory.
cc'], | 2632 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory.
cc'], |
| 2631 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory.
h'], | 2633 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory.
h'], |
| 2632 ]} | 2634 ]} |
| 2633 ], | 2635 ], |
| 2634 ], | 2636 ], |
| 2635 }, | 2637 }, |
| 2636 ], | 2638 ], |
| 2637 } | 2639 } |
| OLD | NEW |