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 1101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1112 'browser/ui/intents/web_intent_picker_model.cc', | 1112 'browser/ui/intents/web_intent_picker_model.cc', |
1113 'browser/ui/intents/web_intent_picker_model.h', | 1113 'browser/ui/intents/web_intent_picker_model.h', |
1114 'browser/ui/intents/web_intent_picker_model_observer.h', | 1114 'browser/ui/intents/web_intent_picker_model_observer.h', |
1115 'browser/ui/intents/web_intents_model.cc', | 1115 'browser/ui/intents/web_intents_model.cc', |
1116 'browser/ui/intents/web_intents_model.h', | 1116 'browser/ui/intents/web_intents_model.h', |
1117 'browser/ui/login/login_model.h', | 1117 'browser/ui/login/login_model.h', |
1118 'browser/ui/login/login_prompt.cc', | 1118 'browser/ui/login/login_prompt.cc', |
1119 'browser/ui/login/login_prompt.h', | 1119 'browser/ui/login/login_prompt.h', |
1120 'browser/ui/media_stream_infobar_delegate.h', | 1120 'browser/ui/media_stream_infobar_delegate.h', |
1121 'browser/ui/media_stream_infobar_delegate.cc', | 1121 'browser/ui/media_stream_infobar_delegate.cc', |
1122 'browser/ui/metro_pin_tab_helper.cc', | 1122 'browser/ui/metro_pin_tab_helper_win.cc', |
1123 'browser/ui/metro_pin_tab_helper.h', | 1123 'browser/ui/metro_pin_tab_helper_win.h', |
1124 'browser/ui/network_profile_bubble.cc', | 1124 'browser/ui/network_profile_bubble.cc', |
1125 'browser/ui/network_profile_bubble.h', | 1125 'browser/ui/network_profile_bubble.h', |
1126 'browser/ui/ntp_background_util.cc', | 1126 'browser/ui/ntp_background_util.cc', |
1127 'browser/ui/ntp_background_util.h', | 1127 'browser/ui/ntp_background_util.h', |
1128 'browser/ui/omnibox/location_bar.h', | 1128 'browser/ui/omnibox/location_bar.h', |
1129 'browser/ui/omnibox/location_bar_util.cc', | 1129 'browser/ui/omnibox/location_bar_util.cc', |
1130 'browser/ui/omnibox/location_bar_util.h', | 1130 'browser/ui/omnibox/location_bar_util.h', |
1131 'browser/ui/omnibox/omnibox_edit_controller.h', | 1131 'browser/ui/omnibox/omnibox_edit_controller.h', |
1132 'browser/ui/omnibox/omnibox_edit_model.cc', | 1132 'browser/ui/omnibox/omnibox_edit_model.cc', |
1133 'browser/ui/omnibox/omnibox_edit_model.h', | 1133 'browser/ui/omnibox/omnibox_edit_model.h', |
(...skipping 1585 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2719 ['exclude', '^browser/ui/views/select_file_dialog_extension.cc'], | 2719 ['exclude', '^browser/ui/views/select_file_dialog_extension.cc'], |
2720 ['exclude', '^browser/ui/views/select_file_dialog_extension.h'], | 2720 ['exclude', '^browser/ui/views/select_file_dialog_extension.h'], |
2721 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory.
cc'], | 2721 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory.
cc'], |
2722 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory.
h'], | 2722 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory.
h'], |
2723 ]} | 2723 ]} |
2724 ], | 2724 ], |
2725 ], | 2725 ], |
2726 }, | 2726 }, |
2727 ], | 2727 ], |
2728 } | 2728 } |
OLD | NEW |