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 3458 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3469 'browser/ui/sync/browser_synced_window_delegate.h', | 3469 'browser/ui/sync/browser_synced_window_delegate.h', |
3470 'browser/ui/sync/browser_synced_window_delegate.cc', | 3470 'browser/ui/sync/browser_synced_window_delegate.cc', |
3471 'browser/ui/sync/tab_contents_wrapper_synced_tab_delegate.cc', | 3471 'browser/ui/sync/tab_contents_wrapper_synced_tab_delegate.cc', |
3472 'browser/ui/sync/tab_contents_wrapper_synced_tab_delegate.h', | 3472 'browser/ui/sync/tab_contents_wrapper_synced_tab_delegate.h', |
3473 'browser/ui/tab_contents/core_tab_helper.cc', | 3473 'browser/ui/tab_contents/core_tab_helper.cc', |
3474 'browser/ui/tab_contents/core_tab_helper.h', | 3474 'browser/ui/tab_contents/core_tab_helper.h', |
3475 'browser/ui/tab_contents/core_tab_helper_delegate.cc', | 3475 'browser/ui/tab_contents/core_tab_helper_delegate.cc', |
3476 'browser/ui/tab_contents/core_tab_helper_delegate.h', | 3476 'browser/ui/tab_contents/core_tab_helper_delegate.h', |
3477 'browser/ui/tab_contents/tab_contents_wrapper.cc', | 3477 'browser/ui/tab_contents/tab_contents_wrapper.cc', |
3478 'browser/ui/tab_contents/tab_contents_wrapper.h', | 3478 'browser/ui/tab_contents/tab_contents_wrapper.h', |
| 3479 'browser/ui/tab_contents/tab_contents_wrapper_container.h', |
3479 'browser/ui/tab_modal_confirm_dialog_delegate.cc', | 3480 'browser/ui/tab_modal_confirm_dialog_delegate.cc', |
3480 'browser/ui/tab_modal_confirm_dialog_delegate.h', | 3481 'browser/ui/tab_modal_confirm_dialog_delegate.h', |
3481 'browser/ui/tabs/dock_info.cc', | 3482 'browser/ui/tabs/dock_info.cc', |
3482 'browser/ui/tabs/dock_info.h', | 3483 'browser/ui/tabs/dock_info.h', |
3483 'browser/ui/tabs/dock_info_aura.cc', | 3484 'browser/ui/tabs/dock_info_aura.cc', |
3484 'browser/ui/tabs/dock_info_gtk.cc', | 3485 'browser/ui/tabs/dock_info_gtk.cc', |
3485 'browser/ui/tabs/dock_info_mac.cc', | 3486 'browser/ui/tabs/dock_info_mac.cc', |
3486 'browser/ui/tabs/dock_info_win.cc', | 3487 'browser/ui/tabs/dock_info_win.cc', |
3487 'browser/ui/tabs/hover_tab_selector.cc', | 3488 'browser/ui/tabs/hover_tab_selector.cc', |
3488 'browser/ui/tabs/hover_tab_selector.h', | 3489 'browser/ui/tabs/hover_tab_selector.h', |
(...skipping 2162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5651 'type': 'static_library', | 5652 'type': 'static_library', |
5652 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5653 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
5653 'variables': { | 5654 'variables': { |
5654 'proto_in_dir': 'browser/history', | 5655 'proto_in_dir': 'browser/history', |
5655 'proto_out_dir': 'chrome/browser/history', | 5656 'proto_out_dir': 'chrome/browser/history', |
5656 }, | 5657 }, |
5657 'includes': [ '../build/protoc.gypi' ] | 5658 'includes': [ '../build/protoc.gypi' ] |
5658 }, | 5659 }, |
5659 ], | 5660 ], |
5660 } | 5661 } |
OLD | NEW |