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 2331 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2342 'browser/tab_contents/render_view_context_menu.cc', | 2342 'browser/tab_contents/render_view_context_menu.cc', |
2343 'browser/tab_contents/render_view_context_menu.h', | 2343 'browser/tab_contents/render_view_context_menu.h', |
2344 'browser/tab_contents/render_view_context_menu_gtk.cc', | 2344 'browser/tab_contents/render_view_context_menu_gtk.cc', |
2345 'browser/tab_contents/render_view_context_menu_gtk.h', | 2345 'browser/tab_contents/render_view_context_menu_gtk.h', |
2346 'browser/tab_contents/render_view_context_menu_mac.h', | 2346 'browser/tab_contents/render_view_context_menu_mac.h', |
2347 'browser/tab_contents/render_view_context_menu_mac.mm', | 2347 'browser/tab_contents/render_view_context_menu_mac.mm', |
2348 'browser/tab_contents/render_view_context_menu_observer.cc', | 2348 'browser/tab_contents/render_view_context_menu_observer.cc', |
2349 'browser/tab_contents/render_view_context_menu_observer.h', | 2349 'browser/tab_contents/render_view_context_menu_observer.h', |
2350 'browser/tab_contents/render_view_host_delegate_helper.cc', | 2350 'browser/tab_contents/render_view_host_delegate_helper.cc', |
2351 'browser/tab_contents/render_view_host_delegate_helper.h', | 2351 'browser/tab_contents/render_view_host_delegate_helper.h', |
| 2352 'browser/tab_contents/retargeting_details.h', |
2352 'browser/tab_contents/tab_contents_ssl_helper.cc', | 2353 'browser/tab_contents/tab_contents_ssl_helper.cc', |
2353 'browser/tab_contents/tab_contents_ssl_helper.h', | 2354 'browser/tab_contents/tab_contents_ssl_helper.h', |
2354 'browser/tab_contents/tab_contents_view_gtk.cc', | 2355 'browser/tab_contents/tab_contents_view_gtk.cc', |
2355 'browser/tab_contents/tab_contents_view_gtk.h', | 2356 'browser/tab_contents/tab_contents_view_gtk.h', |
2356 'browser/tab_contents/tab_contents_view_mac.h', | 2357 'browser/tab_contents/tab_contents_view_mac.h', |
2357 'browser/tab_contents/tab_contents_view_mac.mm', | 2358 'browser/tab_contents/tab_contents_view_mac.mm', |
2358 'browser/tab_contents/tab_contents_view_wrapper_gtk.h', | 2359 'browser/tab_contents/tab_contents_view_wrapper_gtk.h', |
2359 'browser/tab_contents/tab_util.cc', | 2360 'browser/tab_contents/tab_util.cc', |
2360 'browser/tab_contents/tab_util.h', | 2361 'browser/tab_contents/tab_util.h', |
2361 'browser/tab_contents/thumbnail_generator.cc', | 2362 'browser/tab_contents/thumbnail_generator.cc', |
(...skipping 2885 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5247 'type': 'static_library', | 5248 'type': 'static_library', |
5248 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5249 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
5249 'variables': { | 5250 'variables': { |
5250 'proto_in_dir': 'browser/history', | 5251 'proto_in_dir': 'browser/history', |
5251 'proto_out_dir': 'chrome/browser/history', | 5252 'proto_out_dir': 'chrome/browser/history', |
5252 }, | 5253 }, |
5253 'includes': [ '../build/protoc.gypi' ] | 5254 'includes': [ '../build/protoc.gypi' ] |
5254 }, | 5255 }, |
5255 ], | 5256 ], |
5256 } | 5257 } |
OLD | NEW |