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 2141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2152 'browser/spellchecker/spellchecker_platform_engine.h', | 2152 'browser/spellchecker/spellchecker_platform_engine.h', |
2153 'browser/spellchecker/spellchecker_win.cc', | 2153 'browser/spellchecker/spellchecker_win.cc', |
2154 'browser/ssl/ssl_add_cert_handler.cc', | 2154 'browser/ssl/ssl_add_cert_handler.cc', |
2155 'browser/ssl/ssl_add_cert_handler.h', | 2155 'browser/ssl/ssl_add_cert_handler.h', |
2156 'browser/ssl/ssl_add_cert_handler_mac.mm', | 2156 'browser/ssl/ssl_add_cert_handler_mac.mm', |
2157 'browser/ssl/ssl_blocking_page.cc', | 2157 'browser/ssl/ssl_blocking_page.cc', |
2158 'browser/ssl/ssl_blocking_page.h', | 2158 'browser/ssl/ssl_blocking_page.h', |
2159 'browser/ssl/ssl_error_info.cc', | 2159 'browser/ssl/ssl_error_info.cc', |
2160 'browser/ssl/ssl_error_info.h', | 2160 'browser/ssl/ssl_error_info.h', |
2161 'browser/ssl_client_certificate_selector.h', | 2161 'browser/ssl_client_certificate_selector.h', |
| 2162 'browser/status_icons/desktop_notification_balloon.cc', |
| 2163 'browser/status_icons/desktop_notification_balloon.h', |
2162 'browser/status_icons/status_icon.cc', | 2164 'browser/status_icons/status_icon.cc', |
2163 'browser/status_icons/status_icon.h', | 2165 'browser/status_icons/status_icon.h', |
2164 'browser/status_icons/status_tray.cc', | 2166 'browser/status_icons/status_tray.cc', |
2165 'browser/status_icons/status_tray.h', | 2167 'browser/status_icons/status_tray.h', |
2166 'browser/sync/glue/app_data_type_controller.cc', | 2168 'browser/sync/glue/app_data_type_controller.cc', |
2167 'browser/sync/glue/app_data_type_controller.h', | 2169 'browser/sync/glue/app_data_type_controller.h', |
2168 'browser/sync/glue/app_notification_data_type_controller.cc', | 2170 'browser/sync/glue/app_notification_data_type_controller.cc', |
2169 'browser/sync/glue/app_notification_data_type_controller.h', | 2171 'browser/sync/glue/app_notification_data_type_controller.h', |
2170 'browser/sync/glue/autofill_change_processor.cc', | 2172 'browser/sync/glue/autofill_change_processor.cc', |
2171 'browser/sync/glue/autofill_change_processor.h', | 2173 'browser/sync/glue/autofill_change_processor.h', |
(...skipping 3051 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5223 'type': 'static_library', | 5225 'type': 'static_library', |
5224 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5226 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
5225 'variables': { | 5227 'variables': { |
5226 'proto_in_dir': 'browser/history', | 5228 'proto_in_dir': 'browser/history', |
5227 'proto_out_dir': 'chrome/browser/history', | 5229 'proto_out_dir': 'chrome/browser/history', |
5228 }, | 5230 }, |
5229 'includes': [ '../build/protoc.gypi' ] | 5231 'includes': [ '../build/protoc.gypi' ] |
5230 }, | 5232 }, |
5231 ], | 5233 ], |
5232 } | 5234 } |
OLD | NEW |