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

Unified Diff: media/media.gyp

Issue 10392068: ui: Move gl/ directory out of gfx/, up to ui/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix mac_rel Created 8 years, 7 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 | « media/DEPS ('k') | media/tools/player_x11/gl_video_renderer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index 66b04e3458404e077600f144faac0a7764290b4d..d42fe5e509a1cab364afc59eb99e44fe16e219ad 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -838,7 +838,7 @@
'media',
'yuv_convert',
'../base/base.gyp:base',
- '../ui/gfx/gl/gl.gyp:gl',
+ '../ui/gl/gl.gyp:gl',
],
'sources': [
'tools/shader_bench/shader_bench.cc',
@@ -882,7 +882,7 @@
'type': 'executable',
'dependencies': [
'../base/base.gyp:base',
- '../ui/gfx/gl/gl.gyp:gl',
+ '../ui/gl/gl.gyp:gl',
],
'libraries': [
'-lGL',
@@ -903,7 +903,7 @@
'media',
'yuv_convert',
'../base/base.gyp:base',
- '../ui/gfx/gl/gl.gyp:gl',
+ '../ui/gl/gl.gyp:gl',
],
'link_settings': {
'libraries': [
« no previous file with comments | « media/DEPS ('k') | media/tools/player_x11/gl_video_renderer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698