| 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 2817 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2828 'browser/ui/gtk/gtk_chrome_cookie_view.cc', | 2828 'browser/ui/gtk/gtk_chrome_cookie_view.cc', |
| 2829 'browser/ui/gtk/gtk_chrome_cookie_view.h', | 2829 'browser/ui/gtk/gtk_chrome_cookie_view.h', |
| 2830 'browser/ui/gtk/gtk_chrome_link_button.cc', | 2830 'browser/ui/gtk/gtk_chrome_link_button.cc', |
| 2831 'browser/ui/gtk/gtk_chrome_link_button.h', | 2831 'browser/ui/gtk/gtk_chrome_link_button.h', |
| 2832 'browser/ui/gtk/gtk_chrome_shrinkable_hbox.cc', | 2832 'browser/ui/gtk/gtk_chrome_shrinkable_hbox.cc', |
| 2833 'browser/ui/gtk/gtk_chrome_shrinkable_hbox.h', | 2833 'browser/ui/gtk/gtk_chrome_shrinkable_hbox.h', |
| 2834 'browser/ui/gtk/gtk_custom_menu.cc', | 2834 'browser/ui/gtk/gtk_custom_menu.cc', |
| 2835 'browser/ui/gtk/gtk_custom_menu.h', | 2835 'browser/ui/gtk/gtk_custom_menu.h', |
| 2836 'browser/ui/gtk/gtk_custom_menu_item.cc', | 2836 'browser/ui/gtk/gtk_custom_menu_item.cc', |
| 2837 'browser/ui/gtk/gtk_custom_menu_item.h', | 2837 'browser/ui/gtk/gtk_custom_menu_item.h', |
| 2838 'browser/ui/gtk/gtk_expanded_container.cc', | |
| 2839 'browser/ui/gtk/gtk_expanded_container.h', | |
| 2840 'browser/ui/gtk/gtk_theme_service.cc', | 2838 'browser/ui/gtk/gtk_theme_service.cc', |
| 2841 'browser/ui/gtk/gtk_theme_service.h', | 2839 'browser/ui/gtk/gtk_theme_service.h', |
| 2842 'browser/ui/gtk/gtk_tree.cc', | 2840 'browser/ui/gtk/gtk_tree.cc', |
| 2843 'browser/ui/gtk/gtk_tree.h', | 2841 'browser/ui/gtk/gtk_tree.h', |
| 2844 'browser/ui/gtk/gtk_util.cc', | 2842 'browser/ui/gtk/gtk_util.cc', |
| 2845 'browser/ui/gtk/gtk_util.h', | 2843 'browser/ui/gtk/gtk_util.h', |
| 2846 'browser/ui/gtk/hover_controller_gtk.cc', | 2844 'browser/ui/gtk/hover_controller_gtk.cc', |
| 2847 'browser/ui/gtk/hover_controller_gtk.h', | 2845 'browser/ui/gtk/hover_controller_gtk.h', |
| 2848 'browser/ui/gtk/html_dialog_gtk.cc', | 2846 'browser/ui/gtk/html_dialog_gtk.cc', |
| 2849 'browser/ui/gtk/html_dialog_gtk.h', | 2847 'browser/ui/gtk/html_dialog_gtk.h', |
| (...skipping 2035 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4885 # weak imports in dependents, who still must #include | 4883 # weak imports in dependents, who still must #include |
| 4886 # closure_blocks_leopard_compat.h to get weak imports. | 4884 # closure_blocks_leopard_compat.h to get weak imports. |
| 4887 'type': 'none', | 4885 'type': 'none', |
| 4888 }], | 4886 }], |
| 4889 ], | 4887 ], |
| 4890 }, | 4888 }, |
| 4891 ], | 4889 ], |
| 4892 }], | 4890 }], |
| 4893 ], | 4891 ], |
| 4894 } | 4892 } |
| OLD | NEW |