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 2234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2245 'browser/tab_contents/tab_contents_view_gtk.cc', | 2245 'browser/tab_contents/tab_contents_view_gtk.cc', |
2246 'browser/tab_contents/tab_contents_view_gtk.h', | 2246 'browser/tab_contents/tab_contents_view_gtk.h', |
2247 'browser/tab_contents/tab_contents_view_mac.h', | 2247 'browser/tab_contents/tab_contents_view_mac.h', |
2248 'browser/tab_contents/tab_contents_view_mac.mm', | 2248 'browser/tab_contents/tab_contents_view_mac.mm', |
2249 'browser/tab_contents/tab_util.cc', | 2249 'browser/tab_contents/tab_util.cc', |
2250 'browser/tab_contents/tab_util.h', | 2250 'browser/tab_contents/tab_util.h', |
2251 'browser/tab_contents/thumbnail_generator.cc', | 2251 'browser/tab_contents/thumbnail_generator.cc', |
2252 'browser/tab_contents/thumbnail_generator.h', | 2252 'browser/tab_contents/thumbnail_generator.h', |
2253 'browser/tab_contents/spelling_menu_observer.cc', | 2253 'browser/tab_contents/spelling_menu_observer.cc', |
2254 'browser/tab_contents/spelling_menu_observer.h', | 2254 'browser/tab_contents/spelling_menu_observer.h', |
| 2255 'browser/tab_contents/web_drag_bookmark_handler_gtk.cc', |
| 2256 'browser/tab_contents/web_drag_bookmark_handler_gtk.h', |
2255 'browser/tab_contents/web_drag_dest_gtk.cc', | 2257 'browser/tab_contents/web_drag_dest_gtk.cc', |
2256 'browser/tab_contents/web_drag_dest_gtk.h', | 2258 'browser/tab_contents/web_drag_dest_gtk.h', |
2257 'browser/tab_contents/web_drag_source_win.cc', | 2259 'browser/tab_contents/web_drag_source_win.cc', |
2258 'browser/tab_contents/web_drag_source_win.h', | 2260 'browser/tab_contents/web_drag_source_win.h', |
2259 'browser/tab_contents/web_drag_utils_win.cc', | 2261 'browser/tab_contents/web_drag_utils_win.cc', |
2260 'browser/tab_contents/web_drag_utils_win.h', | 2262 'browser/tab_contents/web_drag_utils_win.h', |
2261 'browser/tab_contents/web_drop_target_win.cc', | 2263 'browser/tab_contents/web_drop_target_win.cc', |
2262 'browser/tab_contents/web_drop_target_win.h', | 2264 'browser/tab_contents/web_drop_target_win.h', |
2263 'browser/tabs/default_tab_handler.cc', | 2265 'browser/tabs/default_tab_handler.cc', |
2264 'browser/tabs/default_tab_handler.h', | 2266 'browser/tabs/default_tab_handler.h', |
(...skipping 2818 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5083 'type': 'static_library', | 5085 'type': 'static_library', |
5084 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5086 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
5085 'variables': { | 5087 'variables': { |
5086 'proto_in_dir': 'browser/history', | 5088 'proto_in_dir': 'browser/history', |
5087 'proto_out_dir': 'chrome/browser/history', | 5089 'proto_out_dir': 'chrome/browser/history', |
5088 }, | 5090 }, |
5089 'includes': [ '../build/protoc.gypi' ] | 5091 'includes': [ '../build/protoc.gypi' ] |
5090 }, | 5092 }, |
5091 ], | 5093 ], |
5092 } | 5094 } |
OLD | NEW |