| 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 4164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4175 'browser/upgrade_detector_impl.cc', | 4175 'browser/upgrade_detector_impl.cc', |
| 4176 'browser/upgrade_detector_impl.h', | 4176 'browser/upgrade_detector_impl.h', |
| 4177 'browser/user_style_sheet_watcher.cc', | 4177 'browser/user_style_sheet_watcher.cc', |
| 4178 'browser/user_style_sheet_watcher.h', | 4178 'browser/user_style_sheet_watcher.h', |
| 4179 'browser/visitedlink/visitedlink_event_listener.cc', | 4179 'browser/visitedlink/visitedlink_event_listener.cc', |
| 4180 'browser/visitedlink/visitedlink_event_listener.h', | 4180 'browser/visitedlink/visitedlink_event_listener.h', |
| 4181 'browser/visitedlink/visitedlink_master.cc', | 4181 'browser/visitedlink/visitedlink_master.cc', |
| 4182 'browser/visitedlink/visitedlink_master.h', | 4182 'browser/visitedlink/visitedlink_master.h', |
| 4183 'browser/web_applications/web_app.cc', | 4183 'browser/web_applications/web_app.cc', |
| 4184 'browser/web_applications/web_app.h', | 4184 'browser/web_applications/web_app.h', |
| 4185 'browser/web_applications/web_app_linux.cc', |
| 4186 'browser/web_applications/web_app_mac.mm', |
| 4187 'browser/web_applications/web_app_win.cc', |
| 4185 'browser/web_resource/notification_promo.cc', | 4188 'browser/web_resource/notification_promo.cc', |
| 4186 'browser/web_resource/notification_promo.h', | 4189 'browser/web_resource/notification_promo.h', |
| 4187 'browser/web_resource/promo_resource_service.cc', | 4190 'browser/web_resource/promo_resource_service.cc', |
| 4188 'browser/web_resource/promo_resource_service.h', | 4191 'browser/web_resource/promo_resource_service.h', |
| 4189 'browser/web_resource/web_resource_service.cc', | 4192 'browser/web_resource/web_resource_service.cc', |
| 4190 'browser/web_resource/web_resource_service.h', | 4193 'browser/web_resource/web_resource_service.h', |
| 4191 'browser/webdata/autocomplete_syncable_service.cc', | 4194 'browser/webdata/autocomplete_syncable_service.cc', |
| 4192 'browser/webdata/autocomplete_syncable_service.h', | 4195 'browser/webdata/autocomplete_syncable_service.h', |
| 4193 'browser/webdata/autofill_change.cc', | 4196 'browser/webdata/autofill_change.cc', |
| 4194 'browser/webdata/autofill_change.h', | 4197 'browser/webdata/autofill_change.h', |
| (...skipping 1323 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5518 'type': 'static_library', | 5521 'type': 'static_library', |
| 5519 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5522 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
| 5520 'variables': { | 5523 'variables': { |
| 5521 'proto_in_dir': 'browser/history', | 5524 'proto_in_dir': 'browser/history', |
| 5522 'proto_out_dir': 'chrome/browser/history', | 5525 'proto_out_dir': 'chrome/browser/history', |
| 5523 }, | 5526 }, |
| 5524 'includes': [ '../build/protoc.gypi' ] | 5527 'includes': [ '../build/protoc.gypi' ] |
| 5525 }, | 5528 }, |
| 5526 ], | 5529 ], |
| 5527 } | 5530 } |
| OLD | NEW |