Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Side by Side Diff: content/content_browser.gypi

Issue 7888024: Move handle dumpage to the renderer process (so that it works correctly) and factor out redundant... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 'browser/geolocation/win7_location_provider_win.cc', 217 'browser/geolocation/win7_location_provider_win.cc',
218 'browser/geolocation/win7_location_provider_win.h', 218 'browser/geolocation/win7_location_provider_win.h',
219 'browser/gpu/gpu_blacklist.cc', 219 'browser/gpu/gpu_blacklist.cc',
220 'browser/gpu/gpu_blacklist.h', 220 'browser/gpu/gpu_blacklist.h',
221 'browser/gpu/gpu_data_manager.cc', 221 'browser/gpu/gpu_data_manager.cc',
222 'browser/gpu/gpu_data_manager.h', 222 'browser/gpu/gpu_data_manager.h',
223 'browser/gpu/gpu_process_host.cc', 223 'browser/gpu/gpu_process_host.cc',
224 'browser/gpu/gpu_process_host.h', 224 'browser/gpu/gpu_process_host.h',
225 'browser/gpu/gpu_process_host_ui_shim.cc', 225 'browser/gpu/gpu_process_host_ui_shim.cc',
226 'browser/gpu/gpu_process_host_ui_shim.h', 226 'browser/gpu/gpu_process_host_ui_shim.h',
227 'browser/handle_enumerator_win.cc',
228 'browser/handle_enumerator_win.h',
229 'browser/host_zoom_map.cc', 227 'browser/host_zoom_map.cc',
230 'browser/host_zoom_map.h', 228 'browser/host_zoom_map.h',
231 'browser/in_process_webkit/browser_webkitplatformsupport_impl.cc', 229 'browser/in_process_webkit/browser_webkitplatformsupport_impl.cc',
232 'browser/in_process_webkit/browser_webkitplatformsupport_impl.h', 230 'browser/in_process_webkit/browser_webkitplatformsupport_impl.h',
233 'browser/in_process_webkit/dom_storage_area.cc', 231 'browser/in_process_webkit/dom_storage_area.cc',
234 'browser/in_process_webkit/dom_storage_area.h', 232 'browser/in_process_webkit/dom_storage_area.h',
235 'browser/in_process_webkit/dom_storage_context.cc', 233 'browser/in_process_webkit/dom_storage_context.cc',
236 'browser/in_process_webkit/dom_storage_context.h', 234 'browser/in_process_webkit/dom_storage_context.h',
237 'browser/in_process_webkit/dom_storage_message_filter.cc', 235 'browser/in_process_webkit/dom_storage_message_filter.cc',
238 'browser/in_process_webkit/dom_storage_message_filter.h', 236 'browser/in_process_webkit/dom_storage_message_filter.h',
(...skipping 386 matching lines...) Expand 10 before | Expand all | Expand 10 after
625 ['exclude', '^browser/accessibility/browser_accessibility_win.h'], 623 ['exclude', '^browser/accessibility/browser_accessibility_win.h'],
626 ['exclude', '^browser/renderer_host/render_widget_host_view_win.cc'] , 624 ['exclude', '^browser/renderer_host/render_widget_host_view_win.cc'] ,
627 ['exclude', '^browser/renderer_host/render_widget_host_view_win.h'], 625 ['exclude', '^browser/renderer_host/render_widget_host_view_win.h'],
628 ['exclude', '^browser/renderer_host/render_message_filter_win.cc'], 626 ['exclude', '^browser/renderer_host/render_message_filter_win.cc'],
629 ], 627 ],
630 }], 628 }],
631 ], 629 ],
632 }, 630 },
633 ], 631 ],
634 } 632 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698