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