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 1945 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1956 'browser/sync/sync_ui_util.cc', | 1956 'browser/sync/sync_ui_util.cc', |
1957 'browser/sync/sync_ui_util.h', | 1957 'browser/sync/sync_ui_util.h', |
1958 'browser/sync/sync_ui_util_mac.h', | 1958 'browser/sync/sync_ui_util_mac.h', |
1959 'browser/sync/sync_ui_util_mac.mm', | 1959 'browser/sync/sync_ui_util_mac.mm', |
1960 'browser/sync/token_migrator.cc', | 1960 'browser/sync/token_migrator.cc', |
1961 'browser/sync/token_migrator.h', | 1961 'browser/sync/token_migrator.h', |
1962 'browser/tab_closeable_state_watcher.cc', | 1962 'browser/tab_closeable_state_watcher.cc', |
1963 'browser/tab_closeable_state_watcher.h', | 1963 'browser/tab_closeable_state_watcher.h', |
1964 'browser/tab_contents/background_contents.cc', | 1964 'browser/tab_contents/background_contents.cc', |
1965 'browser/tab_contents/background_contents.h', | 1965 'browser/tab_contents/background_contents.h', |
1966 'browser/tab_contents/infobar_delegate.cc', | 1966 'browser/tab_contents/confirm_infobar_delegate.cc', |
1967 'browser/tab_contents/infobar_delegate.h', | 1967 'browser/tab_contents/confirm_infobar_delegate.h', |
| 1968 'browser/tab_contents/link_infobar_delegate.cc', |
| 1969 'browser/tab_contents/link_infobar_delegate.h', |
| 1970 'browser/tab_contents/simple_alert_infobar_delegate.cc', |
| 1971 'browser/tab_contents/simple_alert_infobar_delegate.h', |
1968 'browser/tab_contents/popup_menu_helper_mac.h', | 1972 'browser/tab_contents/popup_menu_helper_mac.h', |
1969 'browser/tab_contents/popup_menu_helper_mac.mm', | 1973 'browser/tab_contents/popup_menu_helper_mac.mm', |
1970 'browser/tab_contents/render_view_context_menu.cc', | 1974 'browser/tab_contents/render_view_context_menu.cc', |
1971 'browser/tab_contents/render_view_context_menu.h', | 1975 'browser/tab_contents/render_view_context_menu.h', |
1972 'browser/tab_contents/render_view_context_menu_gtk.cc', | 1976 'browser/tab_contents/render_view_context_menu_gtk.cc', |
1973 'browser/tab_contents/render_view_context_menu_gtk.h', | 1977 'browser/tab_contents/render_view_context_menu_gtk.h', |
1974 'browser/tab_contents/render_view_context_menu_mac.h', | 1978 'browser/tab_contents/render_view_context_menu_mac.h', |
1975 'browser/tab_contents/render_view_context_menu_mac.mm', | 1979 'browser/tab_contents/render_view_context_menu_mac.mm', |
1976 'browser/tab_contents/render_view_host_delegate_helper.cc', | 1980 'browser/tab_contents/render_view_host_delegate_helper.cc', |
1977 'browser/tab_contents/render_view_host_delegate_helper.h', | 1981 'browser/tab_contents/render_view_host_delegate_helper.h', |
(...skipping 2449 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4427 ], | 4431 ], |
4428 }, | 4432 }, |
4429 ], | 4433 ], |
4430 } | 4434 } |
4431 | 4435 |
4432 # Local Variables: | 4436 # Local Variables: |
4433 # tab-width:2 | 4437 # tab-width:2 |
4434 # indent-tabs-mode:nil | 4438 # indent-tabs-mode:nil |
4435 # End: | 4439 # End: |
4436 # vim: set expandtab tabstop=2 shiftwidth=2: | 4440 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |