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

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
« no previous file with comments | « content/common/handle_enumerator_win.cc ('k') | content/content_common.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 # TODO(dpranke): Fix indentation. 6 # TODO(dpranke): Fix indentation.
7 'dependencies': [ 7 'dependencies': [
8 '../crypto/crypto.gyp:crypto', 8 '../crypto/crypto.gyp:crypto',
9 '../net/net.gyp:net', 9 '../net/net.gyp:net',
10 '../net/net.gyp:http_server', 10 '../net/net.gyp:http_server',
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 'browser/geolocation/win7_location_provider_win.cc', 215 'browser/geolocation/win7_location_provider_win.cc',
216 'browser/geolocation/win7_location_provider_win.h', 216 'browser/geolocation/win7_location_provider_win.h',
217 'browser/gpu/gpu_blacklist.cc', 217 'browser/gpu/gpu_blacklist.cc',
218 'browser/gpu/gpu_blacklist.h', 218 'browser/gpu/gpu_blacklist.h',
219 'browser/gpu/gpu_data_manager.cc', 219 'browser/gpu/gpu_data_manager.cc',
220 'browser/gpu/gpu_data_manager.h', 220 'browser/gpu/gpu_data_manager.h',
221 'browser/gpu/gpu_process_host.cc', 221 'browser/gpu/gpu_process_host.cc',
222 'browser/gpu/gpu_process_host.h', 222 'browser/gpu/gpu_process_host.h',
223 'browser/gpu/gpu_process_host_ui_shim.cc', 223 'browser/gpu/gpu_process_host_ui_shim.cc',
224 'browser/gpu/gpu_process_host_ui_shim.h', 224 'browser/gpu/gpu_process_host_ui_shim.h',
225 'browser/handle_enumerator_win.cc',
226 'browser/handle_enumerator_win.h',
227 'browser/host_zoom_map.cc', 225 'browser/host_zoom_map.cc',
228 'browser/host_zoom_map.h', 226 'browser/host_zoom_map.h',
229 'browser/in_process_webkit/browser_webkitplatformsupport_impl.cc', 227 'browser/in_process_webkit/browser_webkitplatformsupport_impl.cc',
230 'browser/in_process_webkit/browser_webkitplatformsupport_impl.h', 228 'browser/in_process_webkit/browser_webkitplatformsupport_impl.h',
231 'browser/in_process_webkit/dom_storage_area.cc', 229 'browser/in_process_webkit/dom_storage_area.cc',
232 'browser/in_process_webkit/dom_storage_area.h', 230 'browser/in_process_webkit/dom_storage_area.h',
233 'browser/in_process_webkit/dom_storage_context.cc', 231 'browser/in_process_webkit/dom_storage_context.cc',
234 'browser/in_process_webkit/dom_storage_context.h', 232 'browser/in_process_webkit/dom_storage_context.h',
235 'browser/in_process_webkit/dom_storage_message_filter.cc', 233 'browser/in_process_webkit/dom_storage_message_filter.cc',
236 'browser/in_process_webkit/dom_storage_message_filter.h', 234 'browser/in_process_webkit/dom_storage_message_filter.h',
(...skipping 392 matching lines...) Expand 10 before | Expand all | Expand 10 after
629 ['exclude', '^browser/renderer_host/render_widget_host_gtk.cc'], 627 ['exclude', '^browser/renderer_host/render_widget_host_gtk.cc'],
630 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.cc'] , 628 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.cc'] ,
631 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.h'], 629 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.h'],
632 ['exclude', '^browser/renderer_host/render_widget_host_view_win.cc'] , 630 ['exclude', '^browser/renderer_host/render_widget_host_view_win.cc'] ,
633 ['exclude', '^browser/renderer_host/render_widget_host_view_win.h'], 631 ['exclude', '^browser/renderer_host/render_widget_host_view_win.h'],
634 ['exclude', '^browser/renderer_host/render_message_filter_win.cc'], 632 ['exclude', '^browser/renderer_host/render_message_filter_win.cc'],
635 ], 633 ],
636 }], 634 }],
637 ], 635 ],
638 } 636 }
OLDNEW
« no previous file with comments | « content/common/handle_enumerator_win.cc ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698