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 2320 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2331 'browser/tab_contents/thumbnail_generator.cc', | 2331 'browser/tab_contents/thumbnail_generator.cc', |
2332 'browser/tab_contents/thumbnail_generator.h', | 2332 'browser/tab_contents/thumbnail_generator.h', |
2333 'browser/tab_contents/spellchecker_submenu_observer.cc', | 2333 'browser/tab_contents/spellchecker_submenu_observer.cc', |
2334 'browser/tab_contents/spellchecker_submenu_observer.h', | 2334 'browser/tab_contents/spellchecker_submenu_observer.h', |
2335 'browser/tab_contents/spelling_bubble_model.cc', | 2335 'browser/tab_contents/spelling_bubble_model.cc', |
2336 'browser/tab_contents/spelling_bubble_model.h', | 2336 'browser/tab_contents/spelling_bubble_model.h', |
2337 'browser/tab_contents/spelling_menu_observer.cc', | 2337 'browser/tab_contents/spelling_menu_observer.cc', |
2338 'browser/tab_contents/spelling_menu_observer.h', | 2338 'browser/tab_contents/spelling_menu_observer.h', |
2339 'browser/tab_contents/web_drag_bookmark_handler_gtk.cc', | 2339 'browser/tab_contents/web_drag_bookmark_handler_gtk.cc', |
2340 'browser/tab_contents/web_drag_bookmark_handler_gtk.h', | 2340 'browser/tab_contents/web_drag_bookmark_handler_gtk.h', |
| 2341 'browser/tab_contents/web_drag_bookmark_handler_mac.h', |
| 2342 'browser/tab_contents/web_drag_bookmark_handler_mac.mm', |
2341 'browser/tab_contents/web_drag_source_win.cc', | 2343 'browser/tab_contents/web_drag_source_win.cc', |
2342 'browser/tab_contents/web_drag_source_win.h', | 2344 'browser/tab_contents/web_drag_source_win.h', |
2343 'browser/tab_contents/web_drag_utils_win.cc', | 2345 'browser/tab_contents/web_drag_utils_win.cc', |
2344 'browser/tab_contents/web_drag_utils_win.h', | 2346 'browser/tab_contents/web_drag_utils_win.h', |
2345 'browser/tab_contents/web_drop_target_win.cc', | 2347 'browser/tab_contents/web_drop_target_win.cc', |
2346 'browser/tab_contents/web_drop_target_win.h', | 2348 'browser/tab_contents/web_drop_target_win.h', |
2347 'browser/tabs/default_tab_handler.cc', | 2349 'browser/tabs/default_tab_handler.cc', |
2348 'browser/tabs/default_tab_handler.h', | 2350 'browser/tabs/default_tab_handler.h', |
2349 'browser/tabs/pinned_tab_codec.cc', | 2351 'browser/tabs/pinned_tab_codec.cc', |
2350 'browser/tabs/pinned_tab_codec.h', | 2352 'browser/tabs/pinned_tab_codec.h', |
(...skipping 2887 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5238 'type': 'static_library', | 5240 'type': 'static_library', |
5239 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5241 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
5240 'variables': { | 5242 'variables': { |
5241 'proto_in_dir': 'browser/history', | 5243 'proto_in_dir': 'browser/history', |
5242 'proto_out_dir': 'chrome/browser/history', | 5244 'proto_out_dir': 'chrome/browser/history', |
5243 }, | 5245 }, |
5244 'includes': [ '../build/protoc.gypi' ] | 5246 'includes': [ '../build/protoc.gypi' ] |
5245 }, | 5247 }, |
5246 ], | 5248 ], |
5247 } | 5249 } |
OLD | NEW |