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

Unified Diff: ui/surface/surface.gyp

Issue 278173004: Clean up the list of dependencies for surface target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/surface/surface.gyp
diff --git a/ui/surface/surface.gyp b/ui/surface/surface.gyp
index 572956567eca28f96782b7c04905cbdaf3f68aae..a6ad39b07e77af7c516496738acd933474cdbba8 100644
--- a/ui/surface/surface.gyp
+++ b/ui/surface/surface.gyp
@@ -6,12 +6,11 @@
'variables': {
'chromium_code': 1,
},
-
'target_defaults': {
'conditions': [
['use_x11 == 1', {
'include_dirs': [
- '<(DEPTH)/third_party/khronos',
+ '../../third_party/khronos',
],
}],
],
@@ -21,15 +20,12 @@
'target_name': 'surface',
'type': '<(component)',
'dependencies': [
- '<(DEPTH)/base/base.gyp:base',
- '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
- '<(DEPTH)/media/media.gyp:media',
- '<(DEPTH)/skia/skia.gyp:skia',
- '<(DEPTH)/ui/base/ui_base.gyp:ui_base',
- '<(DEPTH)/ui/events/events.gyp:events_base',
- '<(DEPTH)/ui/gfx/gfx.gyp:gfx',
- '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry',
- '<(DEPTH)/ui/gl/gl.gyp:gl',
+ '../../base/base.gyp:base',
+ '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
+ '../../skia/skia.gyp:skia',
+ '../base/ui_base.gyp:ui_base',
+ '../gfx/gfx.gyp:gfx_geometry',
+ '../gl/gl.gyp:gl',
],
'sources': [
'accelerated_surface_mac.cc',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698