| 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 2316 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2327 'browser/tab_contents/tab_contents_view_gtk.cc', | 2327 'browser/tab_contents/tab_contents_view_gtk.cc', |
| 2328 'browser/tab_contents/tab_contents_view_gtk.h', | 2328 'browser/tab_contents/tab_contents_view_gtk.h', |
| 2329 'browser/tab_contents/tab_contents_view_mac.h', | 2329 'browser/tab_contents/tab_contents_view_mac.h', |
| 2330 'browser/tab_contents/tab_contents_view_mac.mm', | 2330 'browser/tab_contents/tab_contents_view_mac.mm', |
| 2331 'browser/tab_contents/tab_util.cc', | 2331 'browser/tab_contents/tab_util.cc', |
| 2332 'browser/tab_contents/tab_util.h', | 2332 'browser/tab_contents/tab_util.h', |
| 2333 'browser/tab_contents/thumbnail_generator.cc', | 2333 'browser/tab_contents/thumbnail_generator.cc', |
| 2334 'browser/tab_contents/thumbnail_generator.h', | 2334 'browser/tab_contents/thumbnail_generator.h', |
| 2335 'browser/tab_contents/spellchecker_submenu_observer.cc', | 2335 'browser/tab_contents/spellchecker_submenu_observer.cc', |
| 2336 'browser/tab_contents/spellchecker_submenu_observer.h', | 2336 'browser/tab_contents/spellchecker_submenu_observer.h', |
| 2337 'browser/tab_contents/spelling_bubble_model.cc', |
| 2338 'browser/tab_contents/spelling_bubble_model.h', |
| 2337 'browser/tab_contents/spelling_menu_observer.cc', | 2339 'browser/tab_contents/spelling_menu_observer.cc', |
| 2338 'browser/tab_contents/spelling_menu_observer.h', | 2340 'browser/tab_contents/spelling_menu_observer.h', |
| 2339 'browser/tab_contents/web_drag_bookmark_handler_gtk.cc', | 2341 'browser/tab_contents/web_drag_bookmark_handler_gtk.cc', |
| 2340 'browser/tab_contents/web_drag_bookmark_handler_gtk.h', | 2342 'browser/tab_contents/web_drag_bookmark_handler_gtk.h', |
| 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', |
| (...skipping 2890 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5237 'type': 'static_library', | 5239 'type': 'static_library', |
| 5238 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5240 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
| 5239 'variables': { | 5241 'variables': { |
| 5240 'proto_in_dir': 'browser/history', | 5242 'proto_in_dir': 'browser/history', |
| 5241 'proto_out_dir': 'chrome/browser/history', | 5243 'proto_out_dir': 'chrome/browser/history', |
| 5242 }, | 5244 }, |
| 5243 'includes': [ '../build/protoc.gypi' ] | 5245 'includes': [ '../build/protoc.gypi' ] |
| 5244 }, | 5246 }, |
| 5245 ], | 5247 ], |
| 5246 } | 5248 } |
| OLD | NEW |