OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'browser', | 8 'target_name': 'browser', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'dependencies': [ | 10 'dependencies': [ |
(...skipping 2146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2157 'browser/tab_contents/simple_alert_infobar_delegate.cc', | 2157 'browser/tab_contents/simple_alert_infobar_delegate.cc', |
2158 'browser/tab_contents/simple_alert_infobar_delegate.h', | 2158 'browser/tab_contents/simple_alert_infobar_delegate.h', |
2159 'browser/tab_contents/popup_menu_helper_mac.h', | 2159 'browser/tab_contents/popup_menu_helper_mac.h', |
2160 'browser/tab_contents/popup_menu_helper_mac.mm', | 2160 'browser/tab_contents/popup_menu_helper_mac.mm', |
2161 'browser/tab_contents/render_view_context_menu.cc', | 2161 'browser/tab_contents/render_view_context_menu.cc', |
2162 'browser/tab_contents/render_view_context_menu.h', | 2162 'browser/tab_contents/render_view_context_menu.h', |
2163 'browser/tab_contents/render_view_context_menu_gtk.cc', | 2163 'browser/tab_contents/render_view_context_menu_gtk.cc', |
2164 'browser/tab_contents/render_view_context_menu_gtk.h', | 2164 'browser/tab_contents/render_view_context_menu_gtk.h', |
2165 'browser/tab_contents/render_view_context_menu_mac.h', | 2165 'browser/tab_contents/render_view_context_menu_mac.h', |
2166 'browser/tab_contents/render_view_context_menu_mac.mm', | 2166 'browser/tab_contents/render_view_context_menu_mac.mm', |
| 2167 'browser/tab_contents/render_view_context_menu_observer.cc', |
| 2168 'browser/tab_contents/render_view_context_menu_observer.h', |
2167 'browser/tab_contents/render_view_host_delegate_helper.cc', | 2169 'browser/tab_contents/render_view_host_delegate_helper.cc', |
2168 'browser/tab_contents/render_view_host_delegate_helper.h', | 2170 'browser/tab_contents/render_view_host_delegate_helper.h', |
2169 'browser/tab_contents/tab_contents_ssl_helper.cc', | 2171 'browser/tab_contents/tab_contents_ssl_helper.cc', |
2170 'browser/tab_contents/tab_contents_ssl_helper.h', | 2172 'browser/tab_contents/tab_contents_ssl_helper.h', |
2171 'browser/tab_contents/tab_contents_view_gtk.cc', | 2173 'browser/tab_contents/tab_contents_view_gtk.cc', |
2172 'browser/tab_contents/tab_contents_view_gtk.h', | 2174 'browser/tab_contents/tab_contents_view_gtk.h', |
2173 'browser/tab_contents/tab_contents_view_mac.h', | 2175 'browser/tab_contents/tab_contents_view_mac.h', |
2174 'browser/tab_contents/tab_contents_view_mac.mm', | 2176 'browser/tab_contents/tab_contents_view_mac.mm', |
2175 'browser/tab_contents/tab_util.cc', | 2177 'browser/tab_contents/tab_util.cc', |
2176 'browser/tab_contents/tab_util.h', | 2178 'browser/tab_contents/tab_util.h', |
2177 'browser/tab_contents/thumbnail_generator.cc', | 2179 'browser/tab_contents/thumbnail_generator.cc', |
2178 'browser/tab_contents/thumbnail_generator.h', | 2180 'browser/tab_contents/thumbnail_generator.h', |
| 2181 'browser/tab_contents/spelling_menu_observer.cc', |
| 2182 'browser/tab_contents/spelling_menu_observer.h', |
2179 'browser/tab_contents/web_drag_dest_gtk.cc', | 2183 'browser/tab_contents/web_drag_dest_gtk.cc', |
2180 'browser/tab_contents/web_drag_dest_gtk.h', | 2184 'browser/tab_contents/web_drag_dest_gtk.h', |
2181 'browser/tab_contents/web_drag_source_win.cc', | 2185 'browser/tab_contents/web_drag_source_win.cc', |
2182 'browser/tab_contents/web_drag_source_win.h', | 2186 'browser/tab_contents/web_drag_source_win.h', |
2183 'browser/tab_contents/web_drag_utils_win.cc', | 2187 'browser/tab_contents/web_drag_utils_win.cc', |
2184 'browser/tab_contents/web_drag_utils_win.h', | 2188 'browser/tab_contents/web_drag_utils_win.h', |
2185 'browser/tab_contents/web_drop_target_win.cc', | 2189 'browser/tab_contents/web_drop_target_win.cc', |
2186 'browser/tab_contents/web_drop_target_win.h', | 2190 'browser/tab_contents/web_drop_target_win.h', |
2187 'browser/tabs/default_tab_handler.cc', | 2191 'browser/tabs/default_tab_handler.cc', |
2188 'browser/tabs/default_tab_handler.h', | 2192 'browser/tabs/default_tab_handler.h', |
(...skipping 2699 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4888 # weak imports in dependents, who still must #include | 4892 # weak imports in dependents, who still must #include |
4889 # closure_blocks_leopard_compat.h to get weak imports. | 4893 # closure_blocks_leopard_compat.h to get weak imports. |
4890 'type': 'none', | 4894 'type': 'none', |
4891 }], | 4895 }], |
4892 ], | 4896 ], |
4893 }, | 4897 }, |
4894 ], | 4898 ], |
4895 }], | 4899 }], |
4896 ], | 4900 ], |
4897 } | 4901 } |
OLD | NEW |