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

Unified Diff: chrome/chrome.gyp

Issue 2134006: Added EGL based GLContext.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 6 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 | « build/common.gypi ('k') | chrome/gpu/gpu_backing_store_glx.cc » ('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 49195)
+++ chrome/chrome.gyp (working copy)
@@ -585,6 +585,7 @@
'type': '<(library)',
'msvs_guid': 'F10F1ECD-D84D-4C33-8468-9DDFE19F4D8A',
'dependencies': [
+ '../app/app.gyp:app_base',
'../base/base.gyp:base',
'common',
'../skia/skia.gyp:skia',
@@ -627,9 +628,6 @@
'gpu/gpu_video_layer_glx.cc',
'gpu/gpu_video_layer_glx.h',
],
- 'dependencies': [
- '../gpu/gpu.gyp:gl_libs',
- ],
}],
['enable_gpu==1', {
'dependencies': [
« no previous file with comments | « build/common.gypi ('k') | chrome/gpu/gpu_backing_store_glx.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698