| 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 2299 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2310 'browser/tab_contents/tab_contents_ssl_helper.cc', | 2310 'browser/tab_contents/tab_contents_ssl_helper.cc', |
| 2311 'browser/tab_contents/tab_contents_ssl_helper.h', | 2311 'browser/tab_contents/tab_contents_ssl_helper.h', |
| 2312 'browser/tab_contents/tab_contents_view_gtk.cc', | 2312 'browser/tab_contents/tab_contents_view_gtk.cc', |
| 2313 'browser/tab_contents/tab_contents_view_gtk.h', | 2313 'browser/tab_contents/tab_contents_view_gtk.h', |
| 2314 'browser/tab_contents/tab_contents_view_mac.h', | 2314 'browser/tab_contents/tab_contents_view_mac.h', |
| 2315 'browser/tab_contents/tab_contents_view_mac.mm', | 2315 'browser/tab_contents/tab_contents_view_mac.mm', |
| 2316 'browser/tab_contents/tab_util.cc', | 2316 'browser/tab_contents/tab_util.cc', |
| 2317 'browser/tab_contents/tab_util.h', | 2317 'browser/tab_contents/tab_util.h', |
| 2318 'browser/tab_contents/thumbnail_generator.cc', | 2318 'browser/tab_contents/thumbnail_generator.cc', |
| 2319 'browser/tab_contents/thumbnail_generator.h', | 2319 'browser/tab_contents/thumbnail_generator.h', |
| 2320 'browser/tab_contents/spellchecker_submenu_observer.cc', |
| 2321 'browser/tab_contents/spellchecker_submenu_observer.h', |
| 2320 'browser/tab_contents/spelling_menu_observer.cc', | 2322 'browser/tab_contents/spelling_menu_observer.cc', |
| 2321 'browser/tab_contents/spelling_menu_observer.h', | 2323 'browser/tab_contents/spelling_menu_observer.h', |
| 2322 'browser/tab_contents/web_drag_bookmark_handler_gtk.cc', | 2324 'browser/tab_contents/web_drag_bookmark_handler_gtk.cc', |
| 2323 'browser/tab_contents/web_drag_bookmark_handler_gtk.h', | 2325 'browser/tab_contents/web_drag_bookmark_handler_gtk.h', |
| 2324 'browser/tab_contents/web_drag_source_win.cc', | 2326 'browser/tab_contents/web_drag_source_win.cc', |
| 2325 'browser/tab_contents/web_drag_source_win.h', | 2327 'browser/tab_contents/web_drag_source_win.h', |
| 2326 'browser/tab_contents/web_drag_utils_win.cc', | 2328 'browser/tab_contents/web_drag_utils_win.cc', |
| 2327 'browser/tab_contents/web_drag_utils_win.h', | 2329 'browser/tab_contents/web_drag_utils_win.h', |
| 2328 'browser/tab_contents/web_drop_target_win.cc', | 2330 'browser/tab_contents/web_drop_target_win.cc', |
| 2329 'browser/tab_contents/web_drop_target_win.h', | 2331 'browser/tab_contents/web_drop_target_win.h', |
| (...skipping 2896 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5226 'type': 'static_library', | 5228 'type': 'static_library', |
| 5227 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5229 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
| 5228 'variables': { | 5230 'variables': { |
| 5229 'proto_in_dir': 'browser/history', | 5231 'proto_in_dir': 'browser/history', |
| 5230 'proto_out_dir': 'chrome/browser/history', | 5232 'proto_out_dir': 'chrome/browser/history', |
| 5231 }, | 5233 }, |
| 5232 'includes': [ '../build/protoc.gypi' ] | 5234 'includes': [ '../build/protoc.gypi' ] |
| 5233 }, | 5235 }, |
| 5234 ], | 5236 ], |
| 5235 } | 5237 } |
| OLD | NEW |