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

Unified Diff: ui/aura/aura.gyp

Issue 255823009: [WIP] ui/window: Master CL. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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 | « ui/aura/DEPS ('k') | ui/aura/env.cc » ('j') | ui/window/platform_window.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/aura.gyp
diff --git a/ui/aura/aura.gyp b/ui/aura/aura.gyp
index a9dae30a79fafdfbe526c88e9f165f607f8d6efe..94fa7280c74d3135ce51b4b7c212dfa5d611f653 100644
--- a/ui/aura/aura.gyp
+++ b/ui/aura/aura.gyp
@@ -22,6 +22,7 @@
'../events/events.gyp:events_base',
'../gfx/gfx.gyp:gfx',
'../gfx/gfx.gyp:gfx_geometry',
+ '../window/window.gyp:window',
],
'defines': [
'AURA_IMPLEMENTATION',
@@ -211,7 +212,7 @@
'conditions': [
['use_x11==1', {
'dependencies': [
- '../gfx/gfx.gyp:gfx_x11',
+ '../gfx/x/gfx_x11.gyp:gfx_x11',
],
}],
]
@@ -244,7 +245,7 @@
'conditions': [
['use_x11==1', {
'dependencies': [
- '../gfx/gfx.gyp:gfx_x11',
+ '../gfx/x/gfx_x11.gyp:gfx_x11',
],
}],
]
« no previous file with comments | « ui/aura/DEPS ('k') | ui/aura/env.cc » ('j') | ui/window/platform_window.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698