| 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 1190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1201 'browser/ui/sync/tab_contents_synced_tab_delegate.h', | 1201 'browser/ui/sync/tab_contents_synced_tab_delegate.h', |
| 1202 'browser/ui/tab_contents/chrome_web_contents_view_delegate.h', | 1202 'browser/ui/tab_contents/chrome_web_contents_view_delegate.h', |
| 1203 'browser/ui/tab_contents/core_tab_helper.cc', | 1203 'browser/ui/tab_contents/core_tab_helper.cc', |
| 1204 'browser/ui/tab_contents/core_tab_helper.h', | 1204 'browser/ui/tab_contents/core_tab_helper.h', |
| 1205 'browser/ui/tab_contents/core_tab_helper_delegate.cc', | 1205 'browser/ui/tab_contents/core_tab_helper_delegate.cc', |
| 1206 'browser/ui/tab_contents/core_tab_helper_delegate.h', | 1206 'browser/ui/tab_contents/core_tab_helper_delegate.h', |
| 1207 'browser/ui/tab_contents/tab_contents.cc', | 1207 'browser/ui/tab_contents/tab_contents.cc', |
| 1208 'browser/ui/tab_contents/tab_contents.h', | 1208 'browser/ui/tab_contents/tab_contents.h', |
| 1209 'browser/ui/tab_contents/tab_contents_iterator.cc', | 1209 'browser/ui/tab_contents/tab_contents_iterator.cc', |
| 1210 'browser/ui/tab_contents/tab_contents_iterator.h', | 1210 'browser/ui/tab_contents/tab_contents_iterator.h', |
| 1211 'browser/ui/tab_modal_confirm_dialog.h', |
| 1211 'browser/ui/tab_modal_confirm_dialog_delegate.cc', | 1212 'browser/ui/tab_modal_confirm_dialog_delegate.cc', |
| 1212 'browser/ui/tab_modal_confirm_dialog_delegate.h', | 1213 'browser/ui/tab_modal_confirm_dialog_delegate.h', |
| 1213 'browser/ui/tabs/dock_info.cc', | 1214 'browser/ui/tabs/dock_info.cc', |
| 1214 'browser/ui/tabs/dock_info.h', | 1215 'browser/ui/tabs/dock_info.h', |
| 1215 'browser/ui/tabs/hover_tab_selector.cc', | 1216 'browser/ui/tabs/hover_tab_selector.cc', |
| 1216 'browser/ui/tabs/hover_tab_selector.h', | 1217 'browser/ui/tabs/hover_tab_selector.h', |
| 1217 'browser/ui/tabs/pinned_tab_codec.cc', | 1218 'browser/ui/tabs/pinned_tab_codec.cc', |
| 1218 'browser/ui/tabs/pinned_tab_codec.h', | 1219 'browser/ui/tabs/pinned_tab_codec.h', |
| 1219 'browser/ui/tabs/pinned_tab_service.cc', | 1220 'browser/ui/tabs/pinned_tab_service.cc', |
| 1220 'browser/ui/tabs/pinned_tab_service.h', | 1221 'browser/ui/tabs/pinned_tab_service.h', |
| (...skipping 1395 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2616 ['exclude', '^browser/ui/views/select_file_dialog_extension.cc'], | 2617 ['exclude', '^browser/ui/views/select_file_dialog_extension.cc'], |
| 2617 ['exclude', '^browser/ui/views/select_file_dialog_extension.h'], | 2618 ['exclude', '^browser/ui/views/select_file_dialog_extension.h'], |
| 2618 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory.
cc'], | 2619 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory.
cc'], |
| 2619 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory.
h'], | 2620 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory.
h'], |
| 2620 ]} | 2621 ]} |
| 2621 ], | 2622 ], |
| 2622 ], | 2623 ], |
| 2623 }, | 2624 }, |
| 2624 ], | 2625 ], |
| 2625 } | 2626 } |
| OLD | NEW |