| 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 1122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1133 'browser/ui/pdf/pdf_tab_helper.h', | 1133 'browser/ui/pdf/pdf_tab_helper.h', |
| 1134 'browser/ui/pdf/pdf_unsupported_feature.cc', | 1134 'browser/ui/pdf/pdf_unsupported_feature.cc', |
| 1135 'browser/ui/pdf/pdf_unsupported_feature.h', | 1135 'browser/ui/pdf/pdf_unsupported_feature.h', |
| 1136 'browser/ui/prefs/prefs_tab_helper.cc', | 1136 'browser/ui/prefs/prefs_tab_helper.cc', |
| 1137 'browser/ui/prefs/prefs_tab_helper.h', | 1137 'browser/ui/prefs/prefs_tab_helper.h', |
| 1138 'browser/ui/profile_error_dialog.cc', | 1138 'browser/ui/profile_error_dialog.cc', |
| 1139 'browser/ui/profile_error_dialog.h', | 1139 'browser/ui/profile_error_dialog.h', |
| 1140 'browser/ui/sad_tab_helper.cc', | 1140 'browser/ui/sad_tab_helper.cc', |
| 1141 'browser/ui/sad_tab_helper.h', | 1141 'browser/ui/sad_tab_helper.h', |
| 1142 'browser/ui/sad_tab_types.h', | 1142 'browser/ui/sad_tab_types.h', |
| 1143 'browser/ui/search/other_device_menu.cc', |
| 1144 'browser/ui/search/other_device/other_device_menu.h', |
| 1143 'browser/ui/search/search.cc', | 1145 'browser/ui/search/search.cc', |
| 1144 'browser/ui/search/search.h', | 1146 'browser/ui/search/search.h', |
| 1145 'browser/ui/search/search_delegate.cc', | 1147 'browser/ui/search/search_delegate.cc', |
| 1146 'browser/ui/search/search_delegate.h', | 1148 'browser/ui/search/search_delegate.h', |
| 1147 'browser/ui/search/search_model.cc', | 1149 'browser/ui/search/search_model.cc', |
| 1148 'browser/ui/search/search_model.h', | 1150 'browser/ui/search/search_model.h', |
| 1149 'browser/ui/search/search_model_observer.h', | 1151 'browser/ui/search/search_model_observer.h', |
| 1150 'browser/ui/search/search_model_observer_bridge.h', | 1152 'browser/ui/search/search_model_observer_bridge.h', |
| 1151 'browser/ui/search/search_tab_helper.cc', | 1153 'browser/ui/search/search_tab_helper.cc', |
| 1152 'browser/ui/search/search_tab_helper.h', | 1154 'browser/ui/search/search_tab_helper.h', |
| (...skipping 1515 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2668 ['exclude', '^browser/ui/views/select_file_dialog_extension.cc'], | 2670 ['exclude', '^browser/ui/views/select_file_dialog_extension.cc'], |
| 2669 ['exclude', '^browser/ui/views/select_file_dialog_extension.h'], | 2671 ['exclude', '^browser/ui/views/select_file_dialog_extension.h'], |
| 2670 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory.
cc'], | 2672 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory.
cc'], |
| 2671 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory.
h'], | 2673 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory.
h'], |
| 2672 ]} | 2674 ]} |
| 2673 ], | 2675 ], |
| 2674 ], | 2676 ], |
| 2675 }, | 2677 }, |
| 2676 ], | 2678 ], |
| 2677 } | 2679 } |
| OLD | NEW |