| 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 4147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4158 'browser/upgrade_detector_impl.cc', | 4158 'browser/upgrade_detector_impl.cc', |
| 4159 'browser/upgrade_detector_impl.h', | 4159 'browser/upgrade_detector_impl.h', |
| 4160 'browser/user_style_sheet_watcher.cc', | 4160 'browser/user_style_sheet_watcher.cc', |
| 4161 'browser/user_style_sheet_watcher.h', | 4161 'browser/user_style_sheet_watcher.h', |
| 4162 'browser/visitedlink/visitedlink_event_listener.cc', | 4162 'browser/visitedlink/visitedlink_event_listener.cc', |
| 4163 'browser/visitedlink/visitedlink_event_listener.h', | 4163 'browser/visitedlink/visitedlink_event_listener.h', |
| 4164 'browser/visitedlink/visitedlink_master.cc', | 4164 'browser/visitedlink/visitedlink_master.cc', |
| 4165 'browser/visitedlink/visitedlink_master.h', | 4165 'browser/visitedlink/visitedlink_master.h', |
| 4166 'browser/web_applications/web_app.cc', | 4166 'browser/web_applications/web_app.cc', |
| 4167 'browser/web_applications/web_app.h', | 4167 'browser/web_applications/web_app.h', |
| 4168 'browser/web_applications/web_app_linux.cc', |
| 4169 'browser/web_applications/web_app_mac.mm', |
| 4170 'browser/web_applications/web_app_win.cc', |
| 4168 'browser/web_resource/notification_promo.cc', | 4171 'browser/web_resource/notification_promo.cc', |
| 4169 'browser/web_resource/notification_promo.h', | 4172 'browser/web_resource/notification_promo.h', |
| 4170 'browser/web_resource/promo_resource_service.cc', | 4173 'browser/web_resource/promo_resource_service.cc', |
| 4171 'browser/web_resource/promo_resource_service.h', | 4174 'browser/web_resource/promo_resource_service.h', |
| 4172 'browser/web_resource/web_resource_service.cc', | 4175 'browser/web_resource/web_resource_service.cc', |
| 4173 'browser/web_resource/web_resource_service.h', | 4176 'browser/web_resource/web_resource_service.h', |
| 4174 'browser/webdata/autocomplete_syncable_service.cc', | 4177 'browser/webdata/autocomplete_syncable_service.cc', |
| 4175 'browser/webdata/autocomplete_syncable_service.h', | 4178 'browser/webdata/autocomplete_syncable_service.h', |
| 4176 'browser/webdata/autofill_change.cc', | 4179 'browser/webdata/autofill_change.cc', |
| 4177 'browser/webdata/autofill_change.h', | 4180 'browser/webdata/autofill_change.h', |
| (...skipping 1325 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5503 'type': 'static_library', | 5506 'type': 'static_library', |
| 5504 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5507 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
| 5505 'variables': { | 5508 'variables': { |
| 5506 'proto_in_dir': 'browser/history', | 5509 'proto_in_dir': 'browser/history', |
| 5507 'proto_out_dir': 'chrome/browser/history', | 5510 'proto_out_dir': 'chrome/browser/history', |
| 5508 }, | 5511 }, |
| 5509 'includes': [ '../build/protoc.gypi' ] | 5512 'includes': [ '../build/protoc.gypi' ] |
| 5510 }, | 5513 }, |
| 5511 ], | 5514 ], |
| 5512 } | 5515 } |
| OLD | NEW |