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

Unified Diff: content/content_browser.gypi

Issue 12340015: [CLOSED] Big patch. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/common/cc_messages.cc ('k') | content/content_renderer.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index d3b939387fd02a08ed8c68aa07ddc1c2b07ebdb2..3742731487d4aa1f5a6669ac06e2c1216060fd3e 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -782,6 +782,9 @@
'browser/renderer_host/socket_stream_dispatcher_host.h',
'browser/renderer_host/socket_stream_host.cc',
'browser/renderer_host/socket_stream_host.h',
+ 'browser/renderer_host/software_output_device.h',
+ 'browser/renderer_host/software_output_device_linux.cc',
+ 'browser/renderer_host/software_output_device_win.cc',
'browser/renderer_host/surface_texture_transport_client_android.cc',
'browser/renderer_host/surface_texture_transport_client_android.h',
'browser/renderer_host/tap_suppression_controller.cc',
@@ -1191,6 +1194,9 @@
['exclude', '^browser/renderer_host/image_transport_factory.h'],
['exclude', '^browser/renderer_host/render_widget_host_view_aura.cc'],
['exclude', '^browser/renderer_host/render_widget_host_view_aura.h'],
+ ['exclude', '^browser/renderer_host/software_output_device.h'],
+ ['exclude', '^browser/renderer_host/software_output_device_linux.cc'],
+ ['exclude', '^browser/renderer_host/software_output_device_win.cc'],
['exclude', '^browser/renderer_host/tap_suppression_controller.cc'],
['exclude', '^browser/renderer_host/touchpad_tap_suppression_controller_aura.cc'],
],
« no previous file with comments | « content/common/cc_messages.cc ('k') | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698