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 2543 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2554 'browser/ui/content_settings/content_setting_bubble_model.h', | 2554 'browser/ui/content_settings/content_setting_bubble_model.h', |
2555 'browser/ui/content_settings/content_setting_combo_model.cc', | 2555 'browser/ui/content_settings/content_setting_combo_model.cc', |
2556 'browser/ui/content_settings/content_setting_combo_model.h', | 2556 'browser/ui/content_settings/content_setting_combo_model.h', |
2557 'browser/ui/content_settings/content_setting_image_model.cc', | 2557 'browser/ui/content_settings/content_setting_image_model.cc', |
2558 'browser/ui/content_settings/content_setting_image_model.h', | 2558 'browser/ui/content_settings/content_setting_image_model.h', |
2559 'browser/ui/crypto_module_password_dialog.h', | 2559 'browser/ui/crypto_module_password_dialog.h', |
2560 'browser/ui/crypto_module_password_dialog_nss.cc', | 2560 'browser/ui/crypto_module_password_dialog_nss.cc', |
2561 'browser/ui/crypto_module_password_dialog_openssl.cc', | 2561 'browser/ui/crypto_module_password_dialog_openssl.cc', |
2562 'browser/ui/download/download_tab_helper.cc', | 2562 'browser/ui/download/download_tab_helper.cc', |
2563 'browser/ui/download/download_tab_helper.h', | 2563 'browser/ui/download/download_tab_helper.h', |
2564 'browser/ui/download/download_tab_helper_delegate.cc', | |
2565 'browser/ui/download/download_tab_helper_delegate.h', | |
2566 'browser/ui/find_bar/find_bar.h', | 2564 'browser/ui/find_bar/find_bar.h', |
2567 'browser/ui/find_bar/find_bar_controller.cc', | 2565 'browser/ui/find_bar/find_bar_controller.cc', |
2568 'browser/ui/find_bar/find_bar_controller.h', | 2566 'browser/ui/find_bar/find_bar_controller.h', |
2569 'browser/ui/find_bar/find_bar_state.cc', | 2567 'browser/ui/find_bar/find_bar_state.cc', |
2570 'browser/ui/find_bar/find_bar_state.h', | 2568 'browser/ui/find_bar/find_bar_state.h', |
2571 'browser/ui/find_bar/find_notification_details.h', | 2569 'browser/ui/find_bar/find_notification_details.h', |
2572 'browser/ui/find_bar/find_tab_helper.h', | 2570 'browser/ui/find_bar/find_tab_helper.h', |
2573 'browser/ui/find_bar/find_tab_helper.cc', | 2571 'browser/ui/find_bar/find_tab_helper.cc', |
2574 'browser/ui/gtk/about_chrome_dialog.cc', | 2572 'browser/ui/gtk/about_chrome_dialog.cc', |
2575 'browser/ui/gtk/about_chrome_dialog.h', | 2573 'browser/ui/gtk/about_chrome_dialog.h', |
(...skipping 1994 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4570 'hard_dependency': 1, | 4568 'hard_dependency': 1, |
4571 }, | 4569 }, |
4572 ], | 4570 ], |
4573 } | 4571 } |
4574 | 4572 |
4575 # Local Variables: | 4573 # Local Variables: |
4576 # tab-width:2 | 4574 # tab-width:2 |
4577 # indent-tabs-mode:nil | 4575 # indent-tabs-mode:nil |
4578 # End: | 4576 # End: |
4579 # vim: set expandtab tabstop=2 shiftwidth=2: | 4577 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |