| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
| (...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 119 'browser/autocomplete/history_provider.cc', | 119 'browser/autocomplete/history_provider.cc', |
| 120 'browser/autocomplete/history_provider.h', | 120 'browser/autocomplete/history_provider.h', |
| 121 'browser/autocomplete/history_provider_util.cc', | 121 'browser/autocomplete/history_provider_util.cc', |
| 122 'browser/autocomplete/history_provider_util.h', | 122 'browser/autocomplete/history_provider_util.h', |
| 123 'browser/autocomplete/history_quick_provider.cc', | 123 'browser/autocomplete/history_quick_provider.cc', |
| 124 'browser/autocomplete/history_quick_provider.h', | 124 'browser/autocomplete/history_quick_provider.h', |
| 125 'browser/autocomplete/history_url_provider.cc', | 125 'browser/autocomplete/history_url_provider.cc', |
| 126 'browser/autocomplete/history_url_provider.h', | 126 'browser/autocomplete/history_url_provider.h', |
| 127 'browser/autocomplete/keyword_provider.cc', | 127 'browser/autocomplete/keyword_provider.cc', |
| 128 'browser/autocomplete/keyword_provider.h', | 128 'browser/autocomplete/keyword_provider.h', |
| 129 'browser/autocomplete/network_action_predictor.cc', | |
| 130 'browser/autocomplete/network_action_predictor.h', | |
| 131 'browser/autocomplete/network_action_predictor_database.cc', | |
| 132 'browser/autocomplete/network_action_predictor_database.h', | |
| 133 'browser/autocomplete/network_action_predictor_factory.cc', | |
| 134 'browser/autocomplete/network_action_predictor_factory.h', | |
| 135 'browser/autocomplete/search_provider.cc', | 129 'browser/autocomplete/search_provider.cc', |
| 136 'browser/autocomplete/search_provider.h', | 130 'browser/autocomplete/search_provider.h', |
| 137 'browser/autocomplete/shortcuts_provider.cc', | 131 'browser/autocomplete/shortcuts_provider.cc', |
| 138 'browser/autocomplete/shortcuts_provider.h', | 132 'browser/autocomplete/shortcuts_provider.h', |
| 139 'browser/autocomplete/shortcuts_provider_shortcut.cc', | 133 'browser/autocomplete/shortcuts_provider_shortcut.cc', |
| 140 'browser/autocomplete/shortcuts_provider_shortcut.h', | 134 'browser/autocomplete/shortcuts_provider_shortcut.h', |
| 141 'browser/autocomplete_history_manager.cc', | 135 'browser/autocomplete_history_manager.cc', |
| 142 'browser/autocomplete_history_manager.h', | 136 'browser/autocomplete_history_manager.h', |
| 143 'browser/autofill/address.cc', | 137 'browser/autofill/address.cc', |
| 144 'browser/autofill/address.h', | 138 'browser/autofill/address.h', |
| (...skipping 1846 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1991 'browser/policy/policy_status_info.cc', | 1985 'browser/policy/policy_status_info.cc', |
| 1992 'browser/policy/policy_status_info.h', | 1986 'browser/policy/policy_status_info.h', |
| 1993 'browser/policy/url_blacklist_manager.cc', | 1987 'browser/policy/url_blacklist_manager.cc', |
| 1994 'browser/policy/url_blacklist_manager.h', | 1988 'browser/policy/url_blacklist_manager.h', |
| 1995 'browser/policy/user_policy_cache.cc', | 1989 'browser/policy/user_policy_cache.cc', |
| 1996 'browser/policy/user_policy_cache.h', | 1990 'browser/policy/user_policy_cache.h', |
| 1997 'browser/policy/user_policy_disk_cache.cc', | 1991 'browser/policy/user_policy_disk_cache.cc', |
| 1998 'browser/policy/user_policy_disk_cache.h', | 1992 'browser/policy/user_policy_disk_cache.h', |
| 1999 'browser/policy/user_policy_token_cache.cc', | 1993 'browser/policy/user_policy_token_cache.cc', |
| 2000 'browser/policy/user_policy_token_cache.h', | 1994 'browser/policy/user_policy_token_cache.h', |
| 1995 'browser/predictors/autocomplete_action_predictor.cc', |
| 1996 'browser/predictors/autocomplete_action_predictor.h', |
| 1997 'browser/predictors/autocomplete_action_predictor_factory.cc', |
| 1998 'browser/predictors/autocomplete_action_predictor_factory.h', |
| 1999 'browser/predictors/predictor_database.cc', |
| 2000 'browser/predictors/predictor_database.h', |
| 2001 'browser/predictors/predictor_database_factory.cc', |
| 2002 'browser/predictors/predictor_database_factory.h', |
| 2001 'browser/preferences_mac.cc', | 2003 'browser/preferences_mac.cc', |
| 2002 'browser/preferences_mac.h', | 2004 'browser/preferences_mac.h', |
| 2003 'browser/prefs/browser_prefs.cc', | 2005 'browser/prefs/browser_prefs.cc', |
| 2004 'browser/prefs/browser_prefs.h', | 2006 'browser/prefs/browser_prefs.h', |
| 2005 'browser/prefs/command_line_pref_store.cc', | 2007 'browser/prefs/command_line_pref_store.cc', |
| 2006 'browser/prefs/command_line_pref_store.h', | 2008 'browser/prefs/command_line_pref_store.h', |
| 2007 'browser/prefs/default_pref_store.cc', | 2009 'browser/prefs/default_pref_store.cc', |
| 2008 'browser/prefs/default_pref_store.h', | 2010 'browser/prefs/default_pref_store.h', |
| 2009 'browser/prefs/incognito_mode_prefs.cc', | 2011 'browser/prefs/incognito_mode_prefs.cc', |
| 2010 'browser/prefs/incognito_mode_prefs.h', | 2012 'browser/prefs/incognito_mode_prefs.h', |
| (...skipping 2024 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4035 'browser/ui/webui/media/media_internals_handler.cc', | 4037 'browser/ui/webui/media/media_internals_handler.cc', |
| 4036 'browser/ui/webui/media/media_internals_handler.h', | 4038 'browser/ui/webui/media/media_internals_handler.h', |
| 4037 'browser/ui/webui/media/media_internals_proxy.cc', | 4039 'browser/ui/webui/media/media_internals_proxy.cc', |
| 4038 'browser/ui/webui/media/media_internals_proxy.h', | 4040 'browser/ui/webui/media/media_internals_proxy.h', |
| 4039 'browser/ui/webui/media/media_internals_ui.cc', | 4041 'browser/ui/webui/media/media_internals_ui.cc', |
| 4040 'browser/ui/webui/media/media_internals_ui.h', | 4042 'browser/ui/webui/media/media_internals_ui.h', |
| 4041 'browser/ui/webui/metrics_handler.cc', | 4043 'browser/ui/webui/metrics_handler.cc', |
| 4042 'browser/ui/webui/metrics_handler.h', | 4044 'browser/ui/webui/metrics_handler.h', |
| 4043 'browser/ui/webui/net_internals/net_internals_ui.cc', | 4045 'browser/ui/webui/net_internals/net_internals_ui.cc', |
| 4044 'browser/ui/webui/net_internals/net_internals_ui.h', | 4046 'browser/ui/webui/net_internals/net_internals_ui.h', |
| 4045 'browser/ui/webui/network_action_predictor/network_action_predictor_dom_
handler.cc', | |
| 4046 'browser/ui/webui/network_action_predictor/network_action_predictor_dom_
handler.h', | |
| 4047 'browser/ui/webui/network_action_predictor/network_action_predictor_ui.c
c', | |
| 4048 'browser/ui/webui/network_action_predictor/network_action_predictor_ui.h
', | |
| 4049 'browser/ui/webui/ntp/app_launcher_handler.cc', | 4047 'browser/ui/webui/ntp/app_launcher_handler.cc', |
| 4050 'browser/ui/webui/ntp/app_launcher_handler.h', | 4048 'browser/ui/webui/ntp/app_launcher_handler.h', |
| 4051 'browser/ui/webui/ntp/favicon_webui_handler.cc', | 4049 'browser/ui/webui/ntp/favicon_webui_handler.cc', |
| 4052 'browser/ui/webui/ntp/favicon_webui_handler.h', | 4050 'browser/ui/webui/ntp/favicon_webui_handler.h', |
| 4053 'browser/ui/webui/ntp/foreign_session_handler.cc', | 4051 'browser/ui/webui/ntp/foreign_session_handler.cc', |
| 4054 'browser/ui/webui/ntp/foreign_session_handler.h', | 4052 'browser/ui/webui/ntp/foreign_session_handler.h', |
| 4055 'browser/ui/webui/ntp/most_visited_handler.cc', | 4053 'browser/ui/webui/ntp/most_visited_handler.cc', |
| 4056 'browser/ui/webui/ntp/most_visited_handler.h', | 4054 'browser/ui/webui/ntp/most_visited_handler.h', |
| 4057 'browser/ui/webui/ntp/new_tab_page_handler.cc', | 4055 'browser/ui/webui/ntp/new_tab_page_handler.cc', |
| 4058 'browser/ui/webui/ntp/new_tab_page_handler.h', | 4056 'browser/ui/webui/ntp/new_tab_page_handler.h', |
| (...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4246 'browser/ui/webui/options2/search_engine_manager_handler2.cc', | 4244 'browser/ui/webui/options2/search_engine_manager_handler2.cc', |
| 4247 'browser/ui/webui/options2/search_engine_manager_handler2.h', | 4245 'browser/ui/webui/options2/search_engine_manager_handler2.h', |
| 4248 'browser/ui/webui/options2/startup_pages_handler2.cc', | 4246 'browser/ui/webui/options2/startup_pages_handler2.cc', |
| 4249 'browser/ui/webui/options2/startup_pages_handler2.h', | 4247 'browser/ui/webui/options2/startup_pages_handler2.h', |
| 4250 'browser/ui/webui/options2/web_intents_settings_handler2.cc', | 4248 'browser/ui/webui/options2/web_intents_settings_handler2.cc', |
| 4251 'browser/ui/webui/options2/web_intents_settings_handler2.h', | 4249 'browser/ui/webui/options2/web_intents_settings_handler2.h', |
| 4252 'browser/ui/webui/plugins_ui.cc', | 4250 'browser/ui/webui/plugins_ui.cc', |
| 4253 'browser/ui/webui/plugins_ui.h', | 4251 'browser/ui/webui/plugins_ui.h', |
| 4254 'browser/ui/webui/policy_ui.cc', | 4252 'browser/ui/webui/policy_ui.cc', |
| 4255 'browser/ui/webui/policy_ui.h', | 4253 'browser/ui/webui/policy_ui.h', |
| 4254 'browser/ui/webui/predictors/predictors_dom_handler.cc', |
| 4255 'browser/ui/webui/predictors/predictors_dom_handler.h', |
| 4256 'browser/ui/webui/predictors/predictors_ui.cc', |
| 4257 'browser/ui/webui/predictors/predictors_ui.h', |
| 4256 'browser/ui/webui/print_preview/print_preview_data_source.cc', | 4258 'browser/ui/webui/print_preview/print_preview_data_source.cc', |
| 4257 'browser/ui/webui/print_preview/print_preview_data_source.h', | 4259 'browser/ui/webui/print_preview/print_preview_data_source.h', |
| 4258 'browser/ui/webui/print_preview/print_preview_handler.cc', | 4260 'browser/ui/webui/print_preview/print_preview_handler.cc', |
| 4259 'browser/ui/webui/print_preview/print_preview_handler.h', | 4261 'browser/ui/webui/print_preview/print_preview_handler.h', |
| 4260 'browser/ui/webui/print_preview/print_preview_ui.cc', | 4262 'browser/ui/webui/print_preview/print_preview_ui.cc', |
| 4261 'browser/ui/webui/print_preview/print_preview_ui.h', | 4263 'browser/ui/webui/print_preview/print_preview_ui.h', |
| 4262 'browser/ui/webui/print_preview/sticky_settings.cc', | 4264 'browser/ui/webui/print_preview/sticky_settings.cc', |
| 4263 'browser/ui/webui/print_preview/sticky_settings.h', | 4265 'browser/ui/webui/print_preview/sticky_settings.h', |
| 4264 'browser/ui/webui/profiler_ui.cc', | 4266 'browser/ui/webui/profiler_ui.cc', |
| 4265 'browser/ui/webui/profiler_ui.h', | 4267 'browser/ui/webui/profiler_ui.h', |
| (...skipping 1439 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5705 'variables': { | 5707 'variables': { |
| 5706 'proto_in_dir': '../third_party/cros_system_api/dbus/', | 5708 'proto_in_dir': '../third_party/cros_system_api/dbus/', |
| 5707 'proto_out_dir': 'chrome/browser/chromeos/dbus', | 5709 'proto_out_dir': 'chrome/browser/chromeos/dbus', |
| 5708 }, | 5710 }, |
| 5709 'includes': ['../build/protoc.gypi'], | 5711 'includes': ['../build/protoc.gypi'], |
| 5710 }], | 5712 }], |
| 5711 ], | 5713 ], |
| 5712 }, | 5714 }, |
| 5713 ], | 5715 ], |
| 5714 } | 5716 } |
| OLD | NEW |