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 2130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2141 'browser/spellchecker/spellchecker_platform_engine.h', | 2141 'browser/spellchecker/spellchecker_platform_engine.h', |
2142 'browser/spellchecker/spellchecker_win.cc', | 2142 'browser/spellchecker/spellchecker_win.cc', |
2143 'browser/ssl/ssl_add_cert_handler.cc', | 2143 'browser/ssl/ssl_add_cert_handler.cc', |
2144 'browser/ssl/ssl_add_cert_handler.h', | 2144 'browser/ssl/ssl_add_cert_handler.h', |
2145 'browser/ssl/ssl_add_cert_handler_mac.mm', | 2145 'browser/ssl/ssl_add_cert_handler_mac.mm', |
2146 'browser/ssl/ssl_blocking_page.cc', | 2146 'browser/ssl/ssl_blocking_page.cc', |
2147 'browser/ssl/ssl_blocking_page.h', | 2147 'browser/ssl/ssl_blocking_page.h', |
2148 'browser/ssl/ssl_error_info.cc', | 2148 'browser/ssl/ssl_error_info.cc', |
2149 'browser/ssl/ssl_error_info.h', | 2149 'browser/ssl/ssl_error_info.h', |
2150 'browser/ssl_client_certificate_selector.h', | 2150 'browser/ssl_client_certificate_selector.h', |
| 2151 'browser/status_icons/desktop_notification_balloon.cc', |
| 2152 'browser/status_icons/desktop_notification_balloon.h', |
2151 'browser/status_icons/status_icon.cc', | 2153 'browser/status_icons/status_icon.cc', |
2152 'browser/status_icons/status_icon.h', | 2154 'browser/status_icons/status_icon.h', |
2153 'browser/status_icons/status_tray.cc', | 2155 'browser/status_icons/status_tray.cc', |
2154 'browser/status_icons/status_tray.h', | 2156 'browser/status_icons/status_tray.h', |
2155 'browser/sync/glue/app_data_type_controller.cc', | 2157 'browser/sync/glue/app_data_type_controller.cc', |
2156 'browser/sync/glue/app_data_type_controller.h', | 2158 'browser/sync/glue/app_data_type_controller.h', |
2157 'browser/sync/glue/app_notification_data_type_controller.cc', | 2159 'browser/sync/glue/app_notification_data_type_controller.cc', |
2158 'browser/sync/glue/app_notification_data_type_controller.h', | 2160 'browser/sync/glue/app_notification_data_type_controller.h', |
2159 'browser/sync/glue/autofill_change_processor.cc', | 2161 'browser/sync/glue/autofill_change_processor.cc', |
2160 'browser/sync/glue/autofill_change_processor.h', | 2162 'browser/sync/glue/autofill_change_processor.h', |
(...skipping 3059 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5220 'type': 'static_library', | 5222 'type': 'static_library', |
5221 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5223 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
5222 'variables': { | 5224 'variables': { |
5223 'proto_in_dir': 'browser/history', | 5225 'proto_in_dir': 'browser/history', |
5224 'proto_out_dir': 'chrome/browser/history', | 5226 'proto_out_dir': 'chrome/browser/history', |
5225 }, | 5227 }, |
5226 'includes': [ '../build/protoc.gypi' ] | 5228 'includes': [ '../build/protoc.gypi' ] |
5227 }, | 5229 }, |
5228 ], | 5230 ], |
5229 } | 5231 } |
OLD | NEW |