| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 2882 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2893 'browser/views/options/options_page_view.h', | 2893 'browser/views/options/options_page_view.h', |
| 2894 'browser/views/options/options_window_view.cc', | 2894 'browser/views/options/options_window_view.cc', |
| 2895 'browser/views/options/passwords_exceptions_window_view.cc', | 2895 'browser/views/options/passwords_exceptions_window_view.cc', |
| 2896 'browser/views/options/passwords_exceptions_window_view.h', | 2896 'browser/views/options/passwords_exceptions_window_view.h', |
| 2897 'browser/views/options/passwords_page_view.cc', | 2897 'browser/views/options/passwords_page_view.cc', |
| 2898 'browser/views/options/passwords_page_view.h', | 2898 'browser/views/options/passwords_page_view.h', |
| 2899 'browser/views/options/plugin_filter_page_view.cc', | 2899 'browser/views/options/plugin_filter_page_view.cc', |
| 2900 'browser/views/options/plugin_filter_page_view.h', | 2900 'browser/views/options/plugin_filter_page_view.h', |
| 2901 'browser/views/options/simple_content_exceptions_view.cc', | 2901 'browser/views/options/simple_content_exceptions_view.cc', |
| 2902 'browser/views/options/simple_content_exceptions_view.h', | 2902 'browser/views/options/simple_content_exceptions_view.h', |
| 2903 'browser/views/page_info_bubble_view.cc', |
| 2904 'browser/views/page_info_bubble_view.h', |
| 2903 'browser/views/page_info_window_view.cc', | 2905 'browser/views/page_info_window_view.cc', |
| 2904 'browser/views/pinned_contents_info_bubble.cc', | 2906 'browser/views/pinned_contents_info_bubble.cc', |
| 2905 'browser/views/pinned_contents_info_bubble.h', | 2907 'browser/views/pinned_contents_info_bubble.h', |
| 2906 'browser/views/popup_blocked_animation_win.cc', | 2908 'browser/views/popup_blocked_animation_win.cc', |
| 2907 'browser/views/reload_button.cc', | 2909 'browser/views/reload_button.cc', |
| 2908 'browser/views/reload_button.h', | 2910 'browser/views/reload_button.h', |
| 2909 'browser/views/repost_form_warning_view.cc', | 2911 'browser/views/repost_form_warning_view.cc', |
| 2910 'browser/views/repost_form_warning_view.h', | 2912 'browser/views/repost_form_warning_view.h', |
| 2911 'browser/views/restart_message_box.cc', | 2913 'browser/views/restart_message_box.cc', |
| 2912 'browser/views/restart_message_box.h', | 2914 'browser/views/restart_message_box.h', |
| (...skipping 958 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3871 ], | 3873 ], |
| 3872 }, | 3874 }, |
| 3873 ], | 3875 ], |
| 3874 } | 3876 } |
| 3875 | 3877 |
| 3876 # Local Variables: | 3878 # Local Variables: |
| 3877 # tab-width:2 | 3879 # tab-width:2 |
| 3878 # indent-tabs-mode:nil | 3880 # indent-tabs-mode:nil |
| 3879 # End: | 3881 # End: |
| 3880 # vim: set expandtab tabstop=2 shiftwidth=2: | 3882 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |