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

Unified Diff: views/views.gyp

Issue 7886042: Move Aura to UI subdir. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 3 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
Index: views/views.gyp
===================================================================
--- views/views.gyp (revision 100961)
+++ views/views.gyp (working copy)
@@ -419,7 +419,7 @@
}],
['use_aura==1', {
'dependencies': [
- '../aura/aura.gyp:aura',
+ '../ui/aura/aura.gyp:aura',
],
'sources/': [
['exclude', '_(gtk|x)\\.cc$'],
@@ -853,13 +853,13 @@
'target_name': 'views_aura_desktop',
'type': 'executable',
'dependencies': [
- '../aura/aura.gyp:aura',
'../base/base.gyp:base',
'../base/base.gyp:base_i18n',
'../chrome/chrome.gyp:packed_resources',
'../skia/skia.gyp:skia',
'../third_party/icu/icu.gyp:icui18n',
'../third_party/icu/icu.gyp:icuuc',
+ '../ui/aura/aura.gyp:aura',
'../ui/ui.gyp:gfx_resources',
'../ui/ui.gyp:ui',
'../ui/ui.gyp:ui_resources',

Powered by Google App Engine
This is Rietveld 408576698