| 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 1968 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1979 'browser/shell_integration.cc', | 1979 'browser/shell_integration.cc', |
| 1980 'browser/shell_integration.h', | 1980 'browser/shell_integration.h', |
| 1981 'browser/shell_integration_linux.cc', | 1981 'browser/shell_integration_linux.cc', |
| 1982 'browser/shell_integration_mac.mm', | 1982 'browser/shell_integration_mac.mm', |
| 1983 'browser/shell_integration_win.cc', | 1983 'browser/shell_integration_win.cc', |
| 1984 'browser/sidebar/sidebar_container.cc', | 1984 'browser/sidebar/sidebar_container.cc', |
| 1985 'browser/sidebar/sidebar_container.h', | 1985 'browser/sidebar/sidebar_container.h', |
| 1986 'browser/sidebar/sidebar_manager.cc', | 1986 'browser/sidebar/sidebar_manager.cc', |
| 1987 'browser/sidebar/sidebar_manager.h', | 1987 'browser/sidebar/sidebar_manager.h', |
| 1988 'browser/simple_message_box.h', | 1988 'browser/simple_message_box.h', |
| 1989 'browser/speech/chrome_speech_input_manager.cc', |
| 1990 'browser/speech/chrome_speech_input_manager.h', |
| 1989 'browser/speech/speech_input_bubble.cc', | 1991 'browser/speech/speech_input_bubble.cc', |
| 1990 'browser/speech/speech_input_bubble.h', | 1992 'browser/speech/speech_input_bubble.h', |
| 1991 'browser/speech/speech_input_bubble_controller.cc', | 1993 'browser/speech/speech_input_bubble_controller.cc', |
| 1992 'browser/speech/speech_input_bubble_controller.h', | 1994 'browser/speech/speech_input_bubble_controller.h', |
| 1993 'browser/speech/speech_input_bubble_gtk.cc', | 1995 'browser/speech/speech_input_bubble_gtk.cc', |
| 1994 'browser/speech/speech_input_bubble_mac.mm', | 1996 'browser/speech/speech_input_bubble_mac.mm', |
| 1995 'browser/speech/speech_input_bubble_views.cc', | 1997 'browser/speech/speech_input_bubble_views.cc', |
| 1996 'browser/speech/speech_input_manager.cc', | |
| 1997 'browser/spellchecker/spellcheck_host.cc', | 1998 'browser/spellchecker/spellcheck_host.cc', |
| 1998 'browser/spellchecker/spellcheck_host.h', | 1999 'browser/spellchecker/spellcheck_host.h', |
| 1999 'browser/spellchecker/spellcheck_host_impl.cc', | 2000 'browser/spellchecker/spellcheck_host_impl.cc', |
| 2000 'browser/spellchecker/spellcheck_host_impl.h', | 2001 'browser/spellchecker/spellcheck_host_impl.h', |
| 2001 'browser/spellchecker/spellcheck_host_metrics.cc', | 2002 'browser/spellchecker/spellcheck_host_metrics.cc', |
| 2002 'browser/spellchecker/spellcheck_host_metrics.h', | 2003 'browser/spellchecker/spellcheck_host_metrics.h', |
| 2003 'browser/spellchecker/spellcheck_message_filter.cc', | 2004 'browser/spellchecker/spellcheck_message_filter.cc', |
| 2004 'browser/spellchecker/spellcheck_message_filter.h', | 2005 'browser/spellchecker/spellcheck_message_filter.h', |
| 2005 'browser/spellchecker/spellcheck_profile.cc', | 2006 'browser/spellchecker/spellcheck_profile.cc', |
| 2006 'browser/spellchecker/spellcheck_profile.h', | 2007 'browser/spellchecker/spellcheck_profile.h', |
| (...skipping 2886 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4893 # weak imports in dependents, who still must #include | 4894 # weak imports in dependents, who still must #include |
| 4894 # closure_blocks_leopard_compat.h to get weak imports. | 4895 # closure_blocks_leopard_compat.h to get weak imports. |
| 4895 'type': 'none', | 4896 'type': 'none', |
| 4896 }], | 4897 }], |
| 4897 ], | 4898 ], |
| 4898 }, | 4899 }, |
| 4899 ], | 4900 ], |
| 4900 }], | 4901 }], |
| 4901 ], | 4902 ], |
| 4902 } | 4903 } |
| OLD | NEW |