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

Unified Diff: gpu/gpu.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/demos/framework/main_exe.cc ('k') | media/media.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/gpu.gyp
diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp
index 4b25208e1165892468fd0750c56373f5672e186b..547c6704e3f4f5a9b3011e20c755bd1a3fcb921f 100644
--- a/gpu/gpu.gyp
+++ b/gpu/gpu.gyp
@@ -178,10 +178,10 @@
'dependencies': [
'command_buffer_common',
'gpu_common',
- '../app/app.gyp:app_base',
'../base/base.gyp:base',
- '../ui/ui.gyp:ui_gfx',
+ '../ui/gfx/gl/gl.gyp:gl',
'../ui/gfx/surface/surface.gyp:surface',
+ '../ui/ui.gyp:ui_gfx',
'../third_party/angle/src/build_angle.gyp:translator_glsl',
],
'sources': [
@@ -244,6 +244,7 @@
'../testing/gmock.gyp:gmock',
'../testing/gmock.gyp:gmock_main',
'../testing/gtest.gyp:gtest',
+ '../ui/gfx/gl/gl.gyp:gl',
'command_buffer_client',
'command_buffer_common',
'command_buffer_service',
@@ -307,9 +308,9 @@
'target_name': 'gpu_unittest_utils',
'type': 'static_library',
'dependencies': [
- '../app/app.gyp:app_base',
'../testing/gmock.gyp:gmock',
'../testing/gtest.gyp:gtest',
+ '../ui/gfx/gl/gl.gyp:gl',
],
'include_dirs': [
'..',
« no previous file with comments | « gpu/demos/framework/main_exe.cc ('k') | media/media.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698