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

Unified Diff: chrome/chrome.gyp

Issue 367002: Added Pepper 3D render context that instantiates the GPU plugin.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years 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 | « chrome/browser/plugin_service.cc ('k') | chrome/chrome_renderer.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome.gyp
===================================================================
--- chrome/chrome.gyp (revision 35153)
+++ chrome/chrome.gyp (working copy)
@@ -508,6 +508,8 @@
'common/dom_storage_type.h',
'common/filter_policy.h',
'common/gears_api.h',
+ 'common/gpu_plugin.cc',
+ 'common/gpu_plugin.h',
'common/gtk_tree.cc',
'common/gtk_tree.h',
'common/gtk_util.cc',
@@ -772,6 +774,9 @@
# end up using this module as well.
'conditions': [
['OS=="win"', {
+ 'dependencies': [
+ '../gpu/gpu.gyp:command_buffer_service',
+ ],
'defines': [
'__STD_C',
'_CRT_SECURE_NO_DEPRECATE',
@@ -780,8 +785,6 @@
'include_dirs': [
'third_party/wtl/include',
],
- },],
- ['enable_gpu==1', {
'sources': [
'plugin/command_buffer_stub.cc',
'plugin/command_buffer_stub.h',
« no previous file with comments | « chrome/browser/plugin_service.cc ('k') | chrome/chrome_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698