| 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 2657 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2668 'browser/ui/content_settings/content_setting_bubble_model.h', | 2668 'browser/ui/content_settings/content_setting_bubble_model.h', |
| 2669 'browser/ui/content_settings/content_setting_combo_model.cc', | 2669 'browser/ui/content_settings/content_setting_combo_model.cc', |
| 2670 'browser/ui/content_settings/content_setting_combo_model.h', | 2670 'browser/ui/content_settings/content_setting_combo_model.h', |
| 2671 'browser/ui/content_settings/content_setting_image_model.cc', | 2671 'browser/ui/content_settings/content_setting_image_model.cc', |
| 2672 'browser/ui/content_settings/content_setting_image_model.h', | 2672 'browser/ui/content_settings/content_setting_image_model.h', |
| 2673 'browser/ui/crypto_module_password_dialog.h', | 2673 'browser/ui/crypto_module_password_dialog.h', |
| 2674 'browser/ui/crypto_module_password_dialog_nss.cc', | 2674 'browser/ui/crypto_module_password_dialog_nss.cc', |
| 2675 'browser/ui/crypto_module_password_dialog_openssl.cc', | 2675 'browser/ui/crypto_module_password_dialog_openssl.cc', |
| 2676 'browser/ui/download/download_tab_helper.cc', | 2676 'browser/ui/download/download_tab_helper.cc', |
| 2677 'browser/ui/download/download_tab_helper.h', | 2677 'browser/ui/download/download_tab_helper.h', |
| 2678 'browser/ui/download/download_tab_helper_delegate.cc', | |
| 2679 'browser/ui/download/download_tab_helper_delegate.h', | |
| 2680 'browser/ui/find_bar/find_bar.h', | 2678 'browser/ui/find_bar/find_bar.h', |
| 2681 'browser/ui/find_bar/find_bar_controller.cc', | 2679 'browser/ui/find_bar/find_bar_controller.cc', |
| 2682 'browser/ui/find_bar/find_bar_controller.h', | 2680 'browser/ui/find_bar/find_bar_controller.h', |
| 2683 'browser/ui/find_bar/find_bar_state.cc', | 2681 'browser/ui/find_bar/find_bar_state.cc', |
| 2684 'browser/ui/find_bar/find_bar_state.h', | 2682 'browser/ui/find_bar/find_bar_state.h', |
| 2685 'browser/ui/find_bar/find_notification_details.h', | 2683 'browser/ui/find_bar/find_notification_details.h', |
| 2686 'browser/ui/find_bar/find_tab_helper.h', | 2684 'browser/ui/find_bar/find_tab_helper.h', |
| 2687 'browser/ui/find_bar/find_tab_helper.cc', | 2685 'browser/ui/find_bar/find_tab_helper.cc', |
| 2688 'browser/ui/gtk/about_chrome_dialog.cc', | 2686 'browser/ui/gtk/about_chrome_dialog.cc', |
| 2689 'browser/ui/gtk/about_chrome_dialog.h', | 2687 'browser/ui/gtk/about_chrome_dialog.h', |
| (...skipping 2141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4831 ], | 4829 ], |
| 4832 'export_dependent_settings': [ | 4830 'export_dependent_settings': [ |
| 4833 'in_memory_url_index_cache_proto', | 4831 'in_memory_url_index_cache_proto', |
| 4834 ], | 4832 ], |
| 4835 # This target exports a hard dependency because it includes generated | 4833 # This target exports a hard dependency because it includes generated |
| 4836 # header files. | 4834 # header files. |
| 4837 'hard_dependency': 1, | 4835 'hard_dependency': 1, |
| 4838 }, | 4836 }, |
| 4839 ], | 4837 ], |
| 4840 } | 4838 } |
| OLD | NEW |