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': 'content_browser', | 8 'target_name': 'content_browser', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'dependencies': [ | 10 'dependencies': [ |
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
129 'browser/geolocation/win7_location_provider_win.cc', | 129 'browser/geolocation/win7_location_provider_win.cc', |
130 'browser/geolocation/win7_location_provider_win.h', | 130 'browser/geolocation/win7_location_provider_win.h', |
131 'browser/gpu/gpu_blacklist.cc', | 131 'browser/gpu/gpu_blacklist.cc', |
132 'browser/gpu/gpu_blacklist.h', | 132 'browser/gpu/gpu_blacklist.h', |
133 'browser/gpu/gpu_data_manager.cc', | 133 'browser/gpu/gpu_data_manager.cc', |
134 'browser/gpu/gpu_data_manager.h', | 134 'browser/gpu/gpu_data_manager.h', |
135 'browser/gpu/gpu_process_host.cc', | 135 'browser/gpu/gpu_process_host.cc', |
136 'browser/gpu/gpu_process_host.h', | 136 'browser/gpu/gpu_process_host.h', |
137 'browser/gpu/gpu_process_host_ui_shim.cc', | 137 'browser/gpu/gpu_process_host_ui_shim.cc', |
138 'browser/gpu/gpu_process_host_ui_shim.h', | 138 'browser/gpu/gpu_process_host_ui_shim.h', |
| 139 'browser/handle_enumerator_win.cc', |
| 140 'browser/handle_enumerator_win.h', |
139 'browser/host_zoom_map.cc', | 141 'browser/host_zoom_map.cc', |
140 'browser/host_zoom_map.h', | 142 'browser/host_zoom_map.h', |
141 'browser/in_process_webkit/browser_webkitclient_impl.cc', | 143 'browser/in_process_webkit/browser_webkitclient_impl.cc', |
142 'browser/in_process_webkit/browser_webkitclient_impl.h', | 144 'browser/in_process_webkit/browser_webkitclient_impl.h', |
143 'browser/in_process_webkit/dom_storage_area.cc', | 145 'browser/in_process_webkit/dom_storage_area.cc', |
144 'browser/in_process_webkit/dom_storage_area.h', | 146 'browser/in_process_webkit/dom_storage_area.h', |
145 'browser/in_process_webkit/dom_storage_context.cc', | 147 'browser/in_process_webkit/dom_storage_context.cc', |
146 'browser/in_process_webkit/dom_storage_context.h', | 148 'browser/in_process_webkit/dom_storage_context.h', |
147 'browser/in_process_webkit/dom_storage_message_filter.cc', | 149 'browser/in_process_webkit/dom_storage_message_filter.cc', |
148 'browser/in_process_webkit/dom_storage_message_filter.h', | 150 'browser/in_process_webkit/dom_storage_message_filter.h', |
(...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
426 'mac_bundle_resources': [ | 428 'mac_bundle_resources': [ |
427 'browser/gpu.sb', | 429 'browser/gpu.sb', |
428 'browser/worker.sb', | 430 'browser/worker.sb', |
429 ], | 431 ], |
430 }, | 432 }, |
431 }], | 433 }], |
432 ], | 434 ], |
433 }, | 435 }, |
434 ], | 436 ], |
435 } | 437 } |
OLD | NEW |