| 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 2539 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2550 'browser/ui/content_settings/content_setting_bubble_model.h', | 2550 'browser/ui/content_settings/content_setting_bubble_model.h', |
| 2551 'browser/ui/content_settings/content_setting_combo_model.cc', | 2551 'browser/ui/content_settings/content_setting_combo_model.cc', |
| 2552 'browser/ui/content_settings/content_setting_combo_model.h', | 2552 'browser/ui/content_settings/content_setting_combo_model.h', |
| 2553 'browser/ui/content_settings/content_setting_image_model.cc', | 2553 'browser/ui/content_settings/content_setting_image_model.cc', |
| 2554 'browser/ui/content_settings/content_setting_image_model.h', | 2554 'browser/ui/content_settings/content_setting_image_model.h', |
| 2555 'browser/ui/crypto_module_password_dialog.h', | 2555 'browser/ui/crypto_module_password_dialog.h', |
| 2556 'browser/ui/crypto_module_password_dialog_nss.cc', | 2556 'browser/ui/crypto_module_password_dialog_nss.cc', |
| 2557 'browser/ui/crypto_module_password_dialog_openssl.cc', | 2557 'browser/ui/crypto_module_password_dialog_openssl.cc', |
| 2558 'browser/ui/download/download_tab_helper.cc', | 2558 'browser/ui/download/download_tab_helper.cc', |
| 2559 'browser/ui/download/download_tab_helper.h', | 2559 'browser/ui/download/download_tab_helper.h', |
| 2560 'browser/ui/download/download_tab_helper_delegate.cc', |
| 2561 'browser/ui/download/download_tab_helper_delegate.h', |
| 2560 'browser/ui/find_bar/find_bar.h', | 2562 'browser/ui/find_bar/find_bar.h', |
| 2561 'browser/ui/find_bar/find_bar_controller.cc', | 2563 'browser/ui/find_bar/find_bar_controller.cc', |
| 2562 'browser/ui/find_bar/find_bar_controller.h', | 2564 'browser/ui/find_bar/find_bar_controller.h', |
| 2563 'browser/ui/find_bar/find_bar_state.cc', | 2565 'browser/ui/find_bar/find_bar_state.cc', |
| 2564 'browser/ui/find_bar/find_bar_state.h', | 2566 'browser/ui/find_bar/find_bar_state.h', |
| 2565 'browser/ui/find_bar/find_notification_details.h', | 2567 'browser/ui/find_bar/find_notification_details.h', |
| 2566 'browser/ui/find_bar/find_tab_helper.h', | 2568 'browser/ui/find_bar/find_tab_helper.h', |
| 2567 'browser/ui/find_bar/find_tab_helper.cc', | 2569 'browser/ui/find_bar/find_tab_helper.cc', |
| 2568 'browser/ui/gtk/about_chrome_dialog.cc', | 2570 'browser/ui/gtk/about_chrome_dialog.cc', |
| 2569 'browser/ui/gtk/about_chrome_dialog.h', | 2571 'browser/ui/gtk/about_chrome_dialog.h', |
| (...skipping 1991 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4561 'hard_dependency': 1, | 4563 'hard_dependency': 1, |
| 4562 }, | 4564 }, |
| 4563 ], | 4565 ], |
| 4564 } | 4566 } |
| 4565 | 4567 |
| 4566 # Local Variables: | 4568 # Local Variables: |
| 4567 # tab-width:2 | 4569 # tab-width:2 |
| 4568 # indent-tabs-mode:nil | 4570 # indent-tabs-mode:nil |
| 4569 # End: | 4571 # End: |
| 4570 # vim: set expandtab tabstop=2 shiftwidth=2: | 4572 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |