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 2119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2130 'browser/spellchecker/spellchecker_platform_engine.h', | 2130 'browser/spellchecker/spellchecker_platform_engine.h', |
2131 'browser/spellchecker/spellchecker_win.cc', | 2131 'browser/spellchecker/spellchecker_win.cc', |
2132 'browser/ssl/ssl_add_cert_handler.cc', | 2132 'browser/ssl/ssl_add_cert_handler.cc', |
2133 'browser/ssl/ssl_add_cert_handler.h', | 2133 'browser/ssl/ssl_add_cert_handler.h', |
2134 'browser/ssl/ssl_add_cert_handler_mac.mm', | 2134 'browser/ssl/ssl_add_cert_handler_mac.mm', |
2135 'browser/ssl/ssl_blocking_page.cc', | 2135 'browser/ssl/ssl_blocking_page.cc', |
2136 'browser/ssl/ssl_blocking_page.h', | 2136 'browser/ssl/ssl_blocking_page.h', |
2137 'browser/ssl/ssl_error_info.cc', | 2137 'browser/ssl/ssl_error_info.cc', |
2138 'browser/ssl/ssl_error_info.h', | 2138 'browser/ssl/ssl_error_info.h', |
2139 'browser/ssl_client_certificate_selector.h', | 2139 'browser/ssl_client_certificate_selector.h', |
| 2140 'browser/status_icons/desktop_notification_balloon.cc', |
| 2141 'browser/status_icons/desktop_notification_balloon.h', |
2140 'browser/status_icons/status_icon.cc', | 2142 'browser/status_icons/status_icon.cc', |
2141 'browser/status_icons/status_icon.h', | 2143 'browser/status_icons/status_icon.h', |
2142 'browser/status_icons/status_tray.cc', | 2144 'browser/status_icons/status_tray.cc', |
2143 'browser/status_icons/status_tray.h', | 2145 'browser/status_icons/status_tray.h', |
2144 'browser/sync/glue/app_data_type_controller.cc', | 2146 'browser/sync/glue/app_data_type_controller.cc', |
2145 'browser/sync/glue/app_data_type_controller.h', | 2147 'browser/sync/glue/app_data_type_controller.h', |
2146 'browser/sync/glue/app_notification_data_type_controller.cc', | 2148 'browser/sync/glue/app_notification_data_type_controller.cc', |
2147 'browser/sync/glue/app_notification_data_type_controller.h', | 2149 'browser/sync/glue/app_notification_data_type_controller.h', |
2148 'browser/sync/glue/autofill_change_processor.cc', | 2150 'browser/sync/glue/autofill_change_processor.cc', |
2149 'browser/sync/glue/autofill_change_processor.h', | 2151 'browser/sync/glue/autofill_change_processor.h', |
(...skipping 3058 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5208 'type': 'static_library', | 5210 'type': 'static_library', |
5209 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5211 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
5210 'variables': { | 5212 'variables': { |
5211 'proto_in_dir': 'browser/history', | 5213 'proto_in_dir': 'browser/history', |
5212 'proto_out_dir': 'chrome/browser/history', | 5214 'proto_out_dir': 'chrome/browser/history', |
5213 }, | 5215 }, |
5214 'includes': [ '../build/protoc.gypi' ] | 5216 'includes': [ '../build/protoc.gypi' ] |
5215 }, | 5217 }, |
5216 ], | 5218 ], |
5217 } | 5219 } |
OLD | NEW |