OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 2347 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2358 'browser/tab_contents/simple_alert_infobar_delegate.cc', | 2358 'browser/tab_contents/simple_alert_infobar_delegate.cc', |
2359 'browser/tab_contents/simple_alert_infobar_delegate.h', | 2359 'browser/tab_contents/simple_alert_infobar_delegate.h', |
2360 'browser/tab_contents/render_view_context_menu.cc', | 2360 'browser/tab_contents/render_view_context_menu.cc', |
2361 'browser/tab_contents/render_view_context_menu.h', | 2361 'browser/tab_contents/render_view_context_menu.h', |
2362 'browser/tab_contents/render_view_context_menu_gtk.cc', | 2362 'browser/tab_contents/render_view_context_menu_gtk.cc', |
2363 'browser/tab_contents/render_view_context_menu_gtk.h', | 2363 'browser/tab_contents/render_view_context_menu_gtk.h', |
2364 'browser/tab_contents/render_view_context_menu_mac.h', | 2364 'browser/tab_contents/render_view_context_menu_mac.h', |
2365 'browser/tab_contents/render_view_context_menu_mac.mm', | 2365 'browser/tab_contents/render_view_context_menu_mac.mm', |
2366 'browser/tab_contents/render_view_context_menu_observer.cc', | 2366 'browser/tab_contents/render_view_context_menu_observer.cc', |
2367 'browser/tab_contents/render_view_context_menu_observer.h', | 2367 'browser/tab_contents/render_view_context_menu_observer.h', |
2368 'browser/tab_contents/render_view_host_delegate_helper.cc', | |
2369 'browser/tab_contents/render_view_host_delegate_helper.h', | |
2370 'browser/tab_contents/retargeting_details.h', | 2368 'browser/tab_contents/retargeting_details.h', |
2371 'browser/tab_contents/tab_contents_ssl_helper.cc', | 2369 'browser/tab_contents/tab_contents_ssl_helper.cc', |
2372 'browser/tab_contents/tab_contents_ssl_helper.h', | 2370 'browser/tab_contents/tab_contents_ssl_helper.h', |
2373 'browser/tab_contents/tab_contents_view_gtk.cc', | 2371 'browser/tab_contents/tab_contents_view_gtk.cc', |
2374 'browser/tab_contents/tab_contents_view_gtk.h', | 2372 'browser/tab_contents/tab_contents_view_gtk.h', |
2375 'browser/tab_contents/tab_contents_view_mac.h', | 2373 'browser/tab_contents/tab_contents_view_mac.h', |
2376 'browser/tab_contents/tab_contents_view_mac.mm', | 2374 'browser/tab_contents/tab_contents_view_mac.mm', |
2377 'browser/tab_contents/tab_contents_view_wrapper_gtk.h', | 2375 'browser/tab_contents/tab_contents_view_wrapper_gtk.h', |
2378 'browser/tab_contents/tab_util.cc', | 2376 'browser/tab_contents/tab_util.cc', |
2379 'browser/tab_contents/tab_util.h', | 2377 'browser/tab_contents/tab_util.h', |
(...skipping 3039 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5419 'type': 'static_library', | 5417 'type': 'static_library', |
5420 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5418 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
5421 'variables': { | 5419 'variables': { |
5422 'proto_in_dir': 'browser/history', | 5420 'proto_in_dir': 'browser/history', |
5423 'proto_out_dir': 'chrome/browser/history', | 5421 'proto_out_dir': 'chrome/browser/history', |
5424 }, | 5422 }, |
5425 'includes': [ '../build/protoc.gypi' ] | 5423 'includes': [ '../build/protoc.gypi' ] |
5426 }, | 5424 }, |
5427 ], | 5425 ], |
5428 } | 5426 } |
OLD | NEW |