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

Unified Diff: media/media.gyp

Issue 6722026: Refactor: Move app/gfx/gl ==> ui/gfx/gl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Try removing a dep. Created 9 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 | « gpu/gpu.gyp ('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 4df272cdb5846d6c1a9b27cfc00bd99a55a2fddc..7b560676eaca8cd5f2bb88d6296d71d3f1ac25f0 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -573,7 +573,7 @@
'type': 'executable',
'dependencies': [
'media',
- '../app/app.gyp:app_base',
+ '../ui/gfx/gl/gl.gyp:gl',
],
'sources': [
'tools/shader_bench/shader_bench.cc',
@@ -618,8 +618,8 @@
'target_name': 'tile_render_bench',
'type': 'executable',
'dependencies': [
- '../app/app.gyp:app_base',
'../base/base.gyp:base',
+ '../ui/gfx/gl/gl.gyp:gl',
],
'libraries': [
'-lGL',
@@ -737,7 +737,7 @@
}],
['player_x11_renderer == "gl"', {
'dependencies': [
- '../app/app.gyp:app_base',
+ '../ui/gfx/gl/gl.gyp:gl',
],
'sources': [
'tools/player_x11/gl_video_renderer.cc',
« no previous file with comments | « gpu/gpu.gyp ('k') | media/tools/player_x11/gl_video_renderer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698