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 2244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2255 'browser/tab_contents/tab_contents_view_gtk.cc', | 2255 'browser/tab_contents/tab_contents_view_gtk.cc', |
2256 'browser/tab_contents/tab_contents_view_gtk.h', | 2256 'browser/tab_contents/tab_contents_view_gtk.h', |
2257 'browser/tab_contents/tab_contents_view_mac.h', | 2257 'browser/tab_contents/tab_contents_view_mac.h', |
2258 'browser/tab_contents/tab_contents_view_mac.mm', | 2258 'browser/tab_contents/tab_contents_view_mac.mm', |
2259 'browser/tab_contents/tab_util.cc', | 2259 'browser/tab_contents/tab_util.cc', |
2260 'browser/tab_contents/tab_util.h', | 2260 'browser/tab_contents/tab_util.h', |
2261 'browser/tab_contents/thumbnail_generator.cc', | 2261 'browser/tab_contents/thumbnail_generator.cc', |
2262 'browser/tab_contents/thumbnail_generator.h', | 2262 'browser/tab_contents/thumbnail_generator.h', |
2263 'browser/tab_contents/spelling_menu_observer.cc', | 2263 'browser/tab_contents/spelling_menu_observer.cc', |
2264 'browser/tab_contents/spelling_menu_observer.h', | 2264 'browser/tab_contents/spelling_menu_observer.h', |
| 2265 'browser/tab_contents/web_drag_bookmark_handler_gtk.cc', |
| 2266 'browser/tab_contents/web_drag_bookmark_handler_gtk.h', |
| 2267 'browser/tab_contents/web_drag_dest_delegate_gtk.cc', |
| 2268 'browser/tab_contents/web_drag_dest_delegate_gtk.h', |
2265 'browser/tab_contents/web_drag_dest_gtk.cc', | 2269 'browser/tab_contents/web_drag_dest_gtk.cc', |
2266 'browser/tab_contents/web_drag_dest_gtk.h', | 2270 'browser/tab_contents/web_drag_dest_gtk.h', |
2267 'browser/tab_contents/web_drag_source_win.cc', | 2271 'browser/tab_contents/web_drag_source_win.cc', |
2268 'browser/tab_contents/web_drag_source_win.h', | 2272 'browser/tab_contents/web_drag_source_win.h', |
2269 'browser/tab_contents/web_drag_utils_win.cc', | 2273 'browser/tab_contents/web_drag_utils_win.cc', |
2270 'browser/tab_contents/web_drag_utils_win.h', | 2274 'browser/tab_contents/web_drag_utils_win.h', |
2271 'browser/tab_contents/web_drop_target_win.cc', | 2275 'browser/tab_contents/web_drop_target_win.cc', |
2272 'browser/tab_contents/web_drop_target_win.h', | 2276 'browser/tab_contents/web_drop_target_win.h', |
2273 'browser/tabs/default_tab_handler.cc', | 2277 'browser/tabs/default_tab_handler.cc', |
2274 'browser/tabs/default_tab_handler.h', | 2278 'browser/tabs/default_tab_handler.h', |
(...skipping 2815 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5090 'type': 'static_library', | 5094 'type': 'static_library', |
5091 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5095 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
5092 'variables': { | 5096 'variables': { |
5093 'proto_in_dir': 'browser/history', | 5097 'proto_in_dir': 'browser/history', |
5094 'proto_out_dir': 'chrome/browser/history', | 5098 'proto_out_dir': 'chrome/browser/history', |
5095 }, | 5099 }, |
5096 'includes': [ '../build/protoc.gypi' ] | 5100 'includes': [ '../build/protoc.gypi' ] |
5097 }, | 5101 }, |
5098 ], | 5102 ], |
5099 } | 5103 } |
OLD | NEW |