| 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': 'static_library', | 9 'type': 'static_library', |
| 10 'dependencies': [ | 10 'dependencies': [ |
| (...skipping 2645 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2656 'browser/ui/content_settings/content_setting_bubble_model.h', | 2656 'browser/ui/content_settings/content_setting_bubble_model.h', |
| 2657 'browser/ui/content_settings/content_setting_combo_model.cc', | 2657 'browser/ui/content_settings/content_setting_combo_model.cc', |
| 2658 'browser/ui/content_settings/content_setting_combo_model.h', | 2658 'browser/ui/content_settings/content_setting_combo_model.h', |
| 2659 'browser/ui/content_settings/content_setting_image_model.cc', | 2659 'browser/ui/content_settings/content_setting_image_model.cc', |
| 2660 'browser/ui/content_settings/content_setting_image_model.h', | 2660 'browser/ui/content_settings/content_setting_image_model.h', |
| 2661 'browser/ui/crypto_module_password_dialog.h', | 2661 'browser/ui/crypto_module_password_dialog.h', |
| 2662 'browser/ui/crypto_module_password_dialog_nss.cc', | 2662 'browser/ui/crypto_module_password_dialog_nss.cc', |
| 2663 'browser/ui/crypto_module_password_dialog_openssl.cc', | 2663 'browser/ui/crypto_module_password_dialog_openssl.cc', |
| 2664 'browser/ui/download/download_tab_helper.cc', | 2664 'browser/ui/download/download_tab_helper.cc', |
| 2665 'browser/ui/download/download_tab_helper.h', | 2665 'browser/ui/download/download_tab_helper.h', |
| 2666 'browser/ui/download/download_tab_helper_delegate.cc', | |
| 2667 'browser/ui/download/download_tab_helper_delegate.h', | |
| 2668 'browser/ui/find_bar/find_bar.h', | 2666 'browser/ui/find_bar/find_bar.h', |
| 2669 'browser/ui/find_bar/find_bar_controller.cc', | 2667 'browser/ui/find_bar/find_bar_controller.cc', |
| 2670 'browser/ui/find_bar/find_bar_controller.h', | 2668 'browser/ui/find_bar/find_bar_controller.h', |
| 2671 'browser/ui/find_bar/find_bar_state.cc', | 2669 'browser/ui/find_bar/find_bar_state.cc', |
| 2672 'browser/ui/find_bar/find_bar_state.h', | 2670 'browser/ui/find_bar/find_bar_state.h', |
| 2673 'browser/ui/find_bar/find_notification_details.h', | 2671 'browser/ui/find_bar/find_notification_details.h', |
| 2674 'browser/ui/find_bar/find_tab_helper.h', | 2672 'browser/ui/find_bar/find_tab_helper.h', |
| 2675 'browser/ui/find_bar/find_tab_helper.cc', | 2673 'browser/ui/find_bar/find_tab_helper.cc', |
| 2676 'browser/ui/gtk/about_chrome_dialog.cc', | 2674 'browser/ui/gtk/about_chrome_dialog.cc', |
| 2677 'browser/ui/gtk/about_chrome_dialog.h', | 2675 'browser/ui/gtk/about_chrome_dialog.h', |
| (...skipping 2141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4819 ], | 4817 ], |
| 4820 'export_dependent_settings': [ | 4818 'export_dependent_settings': [ |
| 4821 'in_memory_url_index_cache_proto', | 4819 'in_memory_url_index_cache_proto', |
| 4822 ], | 4820 ], |
| 4823 # This target exports a hard dependency because it includes generated | 4821 # This target exports a hard dependency because it includes generated |
| 4824 # header files. | 4822 # header files. |
| 4825 'hard_dependency': 1, | 4823 'hard_dependency': 1, |
| 4826 }, | 4824 }, |
| 4827 ], | 4825 ], |
| 4828 } | 4826 } |
| OLD | NEW |