| 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 1132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1143 'browser/extensions/extension_protocols.cc', | 1143 'browser/extensions/extension_protocols.cc', |
| 1144 'browser/extensions/extension_protocols.h', | 1144 'browser/extensions/extension_protocols.h', |
| 1145 'browser/extensions/extension_proxy_api.cc', | 1145 'browser/extensions/extension_proxy_api.cc', |
| 1146 'browser/extensions/extension_proxy_api.h', | 1146 'browser/extensions/extension_proxy_api.h', |
| 1147 'browser/extensions/extension_proxy_api_constants.cc', | 1147 'browser/extensions/extension_proxy_api_constants.cc', |
| 1148 'browser/extensions/extension_proxy_api_constants.h', | 1148 'browser/extensions/extension_proxy_api_constants.h', |
| 1149 'browser/extensions/extension_proxy_api_helpers.cc', | 1149 'browser/extensions/extension_proxy_api_helpers.cc', |
| 1150 'browser/extensions/extension_proxy_api_helpers.h', | 1150 'browser/extensions/extension_proxy_api_helpers.h', |
| 1151 'browser/extensions/extension_service.cc', | 1151 'browser/extensions/extension_service.cc', |
| 1152 'browser/extensions/extension_service.h', | 1152 'browser/extensions/extension_service.h', |
| 1153 'browser/extensions/extension_sidebar_api.cc', | |
| 1154 'browser/extensions/extension_sidebar_api.h', | |
| 1155 'browser/extensions/extension_special_storage_policy.cc', | 1153 'browser/extensions/extension_special_storage_policy.cc', |
| 1156 'browser/extensions/extension_special_storage_policy.h', | 1154 'browser/extensions/extension_special_storage_policy.h', |
| 1157 'browser/extensions/extension_sync_data.cc', | 1155 'browser/extensions/extension_sync_data.cc', |
| 1158 'browser/extensions/extension_sync_data.h', | 1156 'browser/extensions/extension_sync_data.h', |
| 1159 'browser/extensions/extension_tab_helper.cc', | 1157 'browser/extensions/extension_tab_helper.cc', |
| 1160 'browser/extensions/extension_tab_helper.h', | 1158 'browser/extensions/extension_tab_helper.h', |
| 1161 'browser/extensions/extension_tab_helper_delegate.cc', | 1159 'browser/extensions/extension_tab_helper_delegate.cc', |
| 1162 'browser/extensions/extension_tab_helper_delegate.h', | 1160 'browser/extensions/extension_tab_helper_delegate.h', |
| 1163 'browser/extensions/extension_tab_id_map.cc', | 1161 'browser/extensions/extension_tab_id_map.cc', |
| 1164 'browser/extensions/extension_tab_id_map.h', | 1162 'browser/extensions/extension_tab_id_map.h', |
| (...skipping 1009 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2174 'browser/sessions/session_types.h', | 2172 'browser/sessions/session_types.h', |
| 2175 'browser/sessions/tab_restore_service.cc', | 2173 'browser/sessions/tab_restore_service.cc', |
| 2176 'browser/sessions/tab_restore_service.h', | 2174 'browser/sessions/tab_restore_service.h', |
| 2177 'browser/sessions/tab_restore_service_factory.cc', | 2175 'browser/sessions/tab_restore_service_factory.cc', |
| 2178 'browser/sessions/tab_restore_service_factory.h', | 2176 'browser/sessions/tab_restore_service_factory.h', |
| 2179 'browser/shell_integration.cc', | 2177 'browser/shell_integration.cc', |
| 2180 'browser/shell_integration.h', | 2178 'browser/shell_integration.h', |
| 2181 'browser/shell_integration_linux.cc', | 2179 'browser/shell_integration_linux.cc', |
| 2182 'browser/shell_integration_mac.mm', | 2180 'browser/shell_integration_mac.mm', |
| 2183 'browser/shell_integration_win.cc', | 2181 'browser/shell_integration_win.cc', |
| 2184 'browser/sidebar/sidebar_container.cc', | |
| 2185 'browser/sidebar/sidebar_container.h', | |
| 2186 'browser/sidebar/sidebar_manager.cc', | |
| 2187 'browser/sidebar/sidebar_manager.h', | |
| 2188 'browser/simple_message_box.h', | 2182 'browser/simple_message_box.h', |
| 2189 'browser/speech/chrome_speech_input_manager.cc', | 2183 'browser/speech/chrome_speech_input_manager.cc', |
| 2190 'browser/speech/chrome_speech_input_manager.h', | 2184 'browser/speech/chrome_speech_input_manager.h', |
| 2191 'browser/speech/chrome_speech_input_preferences.cc', | 2185 'browser/speech/chrome_speech_input_preferences.cc', |
| 2192 'browser/speech/chrome_speech_input_preferences.h', | 2186 'browser/speech/chrome_speech_input_preferences.h', |
| 2193 'browser/speech/speech_input_bubble.cc', | 2187 'browser/speech/speech_input_bubble.cc', |
| 2194 'browser/speech/speech_input_bubble.h', | 2188 'browser/speech/speech_input_bubble.h', |
| 2195 'browser/speech/speech_input_bubble_controller.cc', | 2189 'browser/speech/speech_input_bubble_controller.cc', |
| 2196 'browser/speech/speech_input_bubble_controller.h', | 2190 'browser/speech/speech_input_bubble_controller.h', |
| 2197 'browser/speech/speech_input_bubble_gtk.cc', | 2191 'browser/speech/speech_input_bubble_gtk.cc', |
| (...skipping 650 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2848 'browser/ui/cocoa/presentation_mode_controller.mm', | 2842 'browser/ui/cocoa/presentation_mode_controller.mm', |
| 2849 'browser/ui/cocoa/presentation_mode_prefs.h', | 2843 'browser/ui/cocoa/presentation_mode_prefs.h', |
| 2850 'browser/ui/cocoa/presentation_mode_prefs.mm', | 2844 'browser/ui/cocoa/presentation_mode_prefs.mm', |
| 2851 'browser/ui/cocoa/profile_menu_controller.h', | 2845 'browser/ui/cocoa/profile_menu_controller.h', |
| 2852 'browser/ui/cocoa/profile_menu_controller.mm', | 2846 'browser/ui/cocoa/profile_menu_controller.mm', |
| 2853 'browser/ui/cocoa/restart_browser.h', | 2847 'browser/ui/cocoa/restart_browser.h', |
| 2854 'browser/ui/cocoa/restart_browser.mm', | 2848 'browser/ui/cocoa/restart_browser.mm', |
| 2855 'browser/ui/cocoa/search_engine_dialog_controller.h', | 2849 'browser/ui/cocoa/search_engine_dialog_controller.h', |
| 2856 'browser/ui/cocoa/search_engine_dialog_controller.mm', | 2850 'browser/ui/cocoa/search_engine_dialog_controller.mm', |
| 2857 'browser/ui/cocoa/select_file_dialog_mac.mm', | 2851 'browser/ui/cocoa/select_file_dialog_mac.mm', |
| 2858 'browser/ui/cocoa/sidebar_controller.h', | |
| 2859 'browser/ui/cocoa/sidebar_controller.mm', | |
| 2860 'browser/ui/cocoa/simple_message_box_mac.mm', | 2852 'browser/ui/cocoa/simple_message_box_mac.mm', |
| 2861 'browser/ui/cocoa/speech_input_window_controller.h', | 2853 'browser/ui/cocoa/speech_input_window_controller.h', |
| 2862 'browser/ui/cocoa/speech_input_window_controller.mm', | 2854 'browser/ui/cocoa/speech_input_window_controller.mm', |
| 2863 'browser/ui/cocoa/ssl_client_certificate_selector.mm', | 2855 'browser/ui/cocoa/ssl_client_certificate_selector.mm', |
| 2864 'browser/ui/cocoa/status_bubble_mac.h', | 2856 'browser/ui/cocoa/status_bubble_mac.h', |
| 2865 'browser/ui/cocoa/status_bubble_mac.mm', | 2857 'browser/ui/cocoa/status_bubble_mac.mm', |
| 2866 'browser/ui/cocoa/status_icons/status_icon_mac.h', | 2858 'browser/ui/cocoa/status_icons/status_icon_mac.h', |
| 2867 'browser/ui/cocoa/status_icons/status_icon_mac.mm', | 2859 'browser/ui/cocoa/status_icons/status_icon_mac.mm', |
| 2868 'browser/ui/cocoa/status_icons/status_tray_mac.h', | 2860 'browser/ui/cocoa/status_icons/status_tray_mac.h', |
| 2869 'browser/ui/cocoa/status_icons/status_tray_mac.mm', | 2861 'browser/ui/cocoa/status_icons/status_tray_mac.mm', |
| (...skipping 2549 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5419 'type': 'static_library', | 5411 'type': 'static_library', |
| 5420 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5412 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
| 5421 'variables': { | 5413 'variables': { |
| 5422 'proto_in_dir': 'browser/history', | 5414 'proto_in_dir': 'browser/history', |
| 5423 'proto_out_dir': 'chrome/browser/history', | 5415 'proto_out_dir': 'chrome/browser/history', |
| 5424 }, | 5416 }, |
| 5425 'includes': [ '../build/protoc.gypi' ] | 5417 'includes': [ '../build/protoc.gypi' ] |
| 5426 }, | 5418 }, |
| 5427 ], | 5419 ], |
| 5428 } | 5420 } |
| OLD | NEW |