| 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 1038 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1049 'browser/ui/intents/web_intents_model.h', | 1049 'browser/ui/intents/web_intents_model.h', |
| 1050 'browser/ui/login/login_model.h', | 1050 'browser/ui/login/login_model.h', |
| 1051 'browser/ui/login/login_prompt.cc', | 1051 'browser/ui/login/login_prompt.cc', |
| 1052 'browser/ui/login/login_prompt.h', | 1052 'browser/ui/login/login_prompt.h', |
| 1053 'browser/ui/media_stream_infobar_delegate.h', | 1053 'browser/ui/media_stream_infobar_delegate.h', |
| 1054 'browser/ui/media_stream_infobar_delegate.cc', | 1054 'browser/ui/media_stream_infobar_delegate.cc', |
| 1055 'browser/ui/metro_pin_tab_helper.cc', | 1055 'browser/ui/metro_pin_tab_helper.cc', |
| 1056 'browser/ui/metro_pin_tab_helper.h', | 1056 'browser/ui/metro_pin_tab_helper.h', |
| 1057 'browser/ui/network_profile_bubble.cc', | 1057 'browser/ui/network_profile_bubble.cc', |
| 1058 'browser/ui/network_profile_bubble.h', | 1058 'browser/ui/network_profile_bubble.h', |
| 1059 'browser/ui/omnibox/extension_action_util.cc', |
| 1060 'browser/ui/omnibox/extension_action_util.h', |
| 1059 'browser/ui/omnibox/location_bar.h', | 1061 'browser/ui/omnibox/location_bar.h', |
| 1060 'browser/ui/omnibox/location_bar_util.cc', | 1062 'browser/ui/omnibox/location_bar_util.cc', |
| 1061 'browser/ui/omnibox/location_bar_util.h', | 1063 'browser/ui/omnibox/location_bar_util.h', |
| 1062 'browser/ui/omnibox/omnibox_edit_controller.h', | 1064 'browser/ui/omnibox/omnibox_edit_controller.h', |
| 1063 'browser/ui/omnibox/omnibox_edit_model.cc', | 1065 'browser/ui/omnibox/omnibox_edit_model.cc', |
| 1064 'browser/ui/omnibox/omnibox_edit_model.h', | 1066 'browser/ui/omnibox/omnibox_edit_model.h', |
| 1065 'browser/ui/omnibox/omnibox_popup_model.cc', | 1067 'browser/ui/omnibox/omnibox_popup_model.cc', |
| 1066 'browser/ui/omnibox/omnibox_popup_model.h', | 1068 'browser/ui/omnibox/omnibox_popup_model.h', |
| 1067 'browser/ui/omnibox/omnibox_popup_view.h', | 1069 'browser/ui/omnibox/omnibox_popup_view.h', |
| 1068 'browser/ui/omnibox/omnibox_view.cc', | 1070 'browser/ui/omnibox/omnibox_view.cc', |
| (...skipping 1577 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2646 ['exclude', '^browser/ui/views/select_file_dialog_extension.cc'], | 2648 ['exclude', '^browser/ui/views/select_file_dialog_extension.cc'], |
| 2647 ['exclude', '^browser/ui/views/select_file_dialog_extension.h'], | 2649 ['exclude', '^browser/ui/views/select_file_dialog_extension.h'], |
| 2648 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory.
cc'], | 2650 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory.
cc'], |
| 2649 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory.
h'], | 2651 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory.
h'], |
| 2650 ]} | 2652 ]} |
| 2651 ], | 2653 ], |
| 2652 ], | 2654 ], |
| 2653 }, | 2655 }, |
| 2654 ], | 2656 ], |
| 2655 } | 2657 } |
| OLD | NEW |