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 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
124 'browser/geolocation/wifi_data_provider_win.cc', | 124 'browser/geolocation/wifi_data_provider_win.cc', |
125 'browser/geolocation/wifi_data_provider_win.h', | 125 'browser/geolocation/wifi_data_provider_win.h', |
126 'browser/geolocation/win7_location_api_win.cc', | 126 'browser/geolocation/win7_location_api_win.cc', |
127 'browser/geolocation/win7_location_api_win.h', | 127 'browser/geolocation/win7_location_api_win.h', |
128 'browser/geolocation/win7_location_provider_win.cc', | 128 'browser/geolocation/win7_location_provider_win.cc', |
129 'browser/geolocation/win7_location_provider_win.h', | 129 'browser/geolocation/win7_location_provider_win.h', |
130 'browser/gpu/gpu_blacklist.cc', | 130 'browser/gpu/gpu_blacklist.cc', |
131 'browser/gpu/gpu_blacklist.h', | 131 'browser/gpu/gpu_blacklist.h', |
132 'browser/gpu/gpu_data_manager.cc', | 132 'browser/gpu/gpu_data_manager.cc', |
133 'browser/gpu/gpu_data_manager.h', | 133 'browser/gpu/gpu_data_manager.h', |
| 134 'browser/gpu/gpu_message_hub.cc', |
| 135 'browser/gpu/gpu_message_hub.h', |
134 'browser/gpu/gpu_process_host.cc', | 136 'browser/gpu/gpu_process_host.cc', |
135 'browser/gpu/gpu_process_host.h', | 137 'browser/gpu/gpu_process_host.h', |
136 'browser/gpu/gpu_process_host_ui_shim.cc', | 138 'browser/gpu/gpu_process_host_ui_shim.cc', |
137 'browser/gpu/gpu_process_host_ui_shim.h', | 139 'browser/gpu/gpu_process_host_ui_shim.h', |
| 140 'browser/gpu/gpu_thread_host.cc', |
| 141 'browser/gpu/gpu_thread_host.h', |
138 'browser/host_zoom_map.cc', | 142 'browser/host_zoom_map.cc', |
139 'browser/host_zoom_map.h', | 143 'browser/host_zoom_map.h', |
140 'browser/in_process_webkit/browser_webkitclient_impl.cc', | 144 'browser/in_process_webkit/browser_webkitclient_impl.cc', |
141 'browser/in_process_webkit/browser_webkitclient_impl.h', | 145 'browser/in_process_webkit/browser_webkitclient_impl.h', |
142 'browser/in_process_webkit/dom_storage_area.cc', | 146 'browser/in_process_webkit/dom_storage_area.cc', |
143 'browser/in_process_webkit/dom_storage_area.h', | 147 'browser/in_process_webkit/dom_storage_area.h', |
144 'browser/in_process_webkit/dom_storage_context.cc', | 148 'browser/in_process_webkit/dom_storage_context.cc', |
145 'browser/in_process_webkit/dom_storage_context.h', | 149 'browser/in_process_webkit/dom_storage_context.h', |
146 'browser/in_process_webkit/dom_storage_message_filter.cc', | 150 'browser/in_process_webkit/dom_storage_message_filter.cc', |
147 'browser/in_process_webkit/dom_storage_message_filter.h', | 151 'browser/in_process_webkit/dom_storage_message_filter.h', |
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
382 'mac_bundle_resources': [ | 386 'mac_bundle_resources': [ |
383 'browser/gpu.sb', | 387 'browser/gpu.sb', |
384 'browser/worker.sb', | 388 'browser/worker.sb', |
385 ], | 389 ], |
386 }, | 390 }, |
387 }], | 391 }], |
388 ], | 392 ], |
389 }, | 393 }, |
390 ], | 394 ], |
391 } | 395 } |
OLD | NEW |