| 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 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
| (...skipping 2352 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2363 'browser/tab_contents/render_view_context_menu.cc', | 2363 'browser/tab_contents/render_view_context_menu.cc', |
| 2364 'browser/tab_contents/render_view_context_menu.h', | 2364 'browser/tab_contents/render_view_context_menu.h', |
| 2365 'browser/tab_contents/render_view_context_menu_gtk.cc', | 2365 'browser/tab_contents/render_view_context_menu_gtk.cc', |
| 2366 'browser/tab_contents/render_view_context_menu_gtk.h', | 2366 'browser/tab_contents/render_view_context_menu_gtk.h', |
| 2367 'browser/tab_contents/render_view_context_menu_mac.h', | 2367 'browser/tab_contents/render_view_context_menu_mac.h', |
| 2368 'browser/tab_contents/render_view_context_menu_mac.mm', | 2368 'browser/tab_contents/render_view_context_menu_mac.mm', |
| 2369 'browser/tab_contents/render_view_context_menu_observer.cc', | 2369 'browser/tab_contents/render_view_context_menu_observer.cc', |
| 2370 'browser/tab_contents/render_view_context_menu_observer.h', | 2370 'browser/tab_contents/render_view_context_menu_observer.h', |
| 2371 'browser/tab_contents/render_view_host_delegate_helper.cc', | 2371 'browser/tab_contents/render_view_host_delegate_helper.cc', |
| 2372 'browser/tab_contents/render_view_host_delegate_helper.h', | 2372 'browser/tab_contents/render_view_host_delegate_helper.h', |
| 2373 'browser/tab_contents/retargeting_details.h', |
| 2373 'browser/tab_contents/tab_contents_ssl_helper.cc', | 2374 'browser/tab_contents/tab_contents_ssl_helper.cc', |
| 2374 'browser/tab_contents/tab_contents_ssl_helper.h', | 2375 'browser/tab_contents/tab_contents_ssl_helper.h', |
| 2375 'browser/tab_contents/tab_contents_view_gtk.cc', | 2376 'browser/tab_contents/tab_contents_view_gtk.cc', |
| 2376 'browser/tab_contents/tab_contents_view_gtk.h', | 2377 'browser/tab_contents/tab_contents_view_gtk.h', |
| 2377 'browser/tab_contents/tab_contents_view_mac.h', | 2378 'browser/tab_contents/tab_contents_view_mac.h', |
| 2378 'browser/tab_contents/tab_contents_view_mac.mm', | 2379 'browser/tab_contents/tab_contents_view_mac.mm', |
| 2379 'browser/tab_contents/tab_contents_view_wrapper_gtk.h', | 2380 'browser/tab_contents/tab_contents_view_wrapper_gtk.h', |
| 2380 'browser/tab_contents/tab_util.cc', | 2381 'browser/tab_contents/tab_util.cc', |
| 2381 'browser/tab_contents/tab_util.h', | 2382 'browser/tab_contents/tab_util.h', |
| 2382 'browser/tab_contents/thumbnail_generator.cc', | 2383 'browser/tab_contents/thumbnail_generator.cc', |
| (...skipping 3007 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5390 'type': 'static_library', | 5391 'type': 'static_library', |
| 5391 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5392 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
| 5392 'variables': { | 5393 'variables': { |
| 5393 'proto_in_dir': 'browser/history', | 5394 'proto_in_dir': 'browser/history', |
| 5394 'proto_out_dir': 'chrome/browser/history', | 5395 'proto_out_dir': 'chrome/browser/history', |
| 5395 }, | 5396 }, |
| 5396 'includes': [ '../build/protoc.gypi' ] | 5397 'includes': [ '../build/protoc.gypi' ] |
| 5397 }, | 5398 }, |
| 5398 ], | 5399 ], |
| 5399 } | 5400 } |
| OLD | NEW |