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': '<(library)', | 9 'type': '<(library)', |
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', | 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', |
(...skipping 2499 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2510 'browser/tab_closeable_state_watcher.h', | 2510 'browser/tab_closeable_state_watcher.h', |
2511 'browser/tab_contents/background_contents.cc', | 2511 'browser/tab_contents/background_contents.cc', |
2512 'browser/tab_contents/background_contents.h', | 2512 'browser/tab_contents/background_contents.h', |
2513 'browser/tab_contents/constrained_window.h', | 2513 'browser/tab_contents/constrained_window.h', |
2514 'browser/tab_contents/infobar_delegate.cc', | 2514 'browser/tab_contents/infobar_delegate.cc', |
2515 'browser/tab_contents/infobar_delegate.h', | 2515 'browser/tab_contents/infobar_delegate.h', |
2516 'browser/tab_contents/interstitial_page.cc', | 2516 'browser/tab_contents/interstitial_page.cc', |
2517 'browser/tab_contents/interstitial_page.h', | 2517 'browser/tab_contents/interstitial_page.h', |
2518 'browser/tab_contents/language_state.h', | 2518 'browser/tab_contents/language_state.h', |
2519 'browser/tab_contents/language_state.cc', | 2519 'browser/tab_contents/language_state.cc', |
2520 'browser/tab_contents/locale_change_guard.h', | |
2521 'browser/tab_contents/locale_change_guard.cc', | |
whywhat
2011/01/11 10:24:14
Unittest?
Denis Lagno
2011/01/12 15:33:28
I'll try to do it in a separate CL.
| |
2520 'browser/tab_contents/navigation_controller.cc', | 2522 'browser/tab_contents/navigation_controller.cc', |
2521 'browser/tab_contents/navigation_controller.h', | 2523 'browser/tab_contents/navigation_controller.h', |
2522 'browser/tab_contents/navigation_entry.cc', | 2524 'browser/tab_contents/navigation_entry.cc', |
2523 'browser/tab_contents/navigation_entry.h', | 2525 'browser/tab_contents/navigation_entry.h', |
2524 'browser/tab_contents/page_navigator.h', | 2526 'browser/tab_contents/page_navigator.h', |
2525 'browser/tab_contents/popup_menu_helper_mac.mm', | 2527 'browser/tab_contents/popup_menu_helper_mac.mm', |
2526 'browser/tab_contents/popup_menu_helper_mac.h', | 2528 'browser/tab_contents/popup_menu_helper_mac.h', |
2527 'browser/tab_contents/provisional_load_details.cc', | 2529 'browser/tab_contents/provisional_load_details.cc', |
2528 'browser/tab_contents/provisional_load_details.h', | 2530 'browser/tab_contents/provisional_load_details.h', |
2529 'browser/tab_contents/render_view_context_menu.cc', | 2531 'browser/tab_contents/render_view_context_menu.cc', |
(...skipping 1996 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
4526 ], | 4528 ], |
4527 }, | 4529 }, |
4528 ], | 4530 ], |
4529 } | 4531 } |
4530 | 4532 |
4531 # Local Variables: | 4533 # Local Variables: |
4532 # tab-width:2 | 4534 # tab-width:2 |
4533 # indent-tabs-mode:nil | 4535 # indent-tabs-mode:nil |
4534 # End: | 4536 # End: |
4535 # vim: set expandtab tabstop=2 shiftwidth=2: | 4537 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |