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

Unified Diff: chrome/chrome_tests.gypi

Issue 8770010: views: Move views.gyp to ui/views/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix aura build Created 9 years, 1 month 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 | « chrome/chrome_dll.gypi ('k') | content/content_browser.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 83bc9fd845528ccc3d91e33bb2973fd8d8c6c469..bd9f5accc1452145d6d100dcca53102e11bbb9c8 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -631,7 +631,7 @@
}],
['toolkit_views==1', {
'dependencies': [
- '../views/views.gyp:views',
+ '../ui/views/views.gyp:views',
],
}],
['chromeos==1', {
@@ -833,7 +833,7 @@
}],
['toolkit_views==1', {
'dependencies': [
- '../views/views.gyp:views',
+ '../ui/views/views.gyp:views',
],
}],
['use_aura==1', {
@@ -1038,7 +1038,7 @@
}],
['OS=="linux" and toolkit_views==1', {
'dependencies': [
- '../views/views.gyp:views',
+ '../ui/views/views.gyp:views',
],
}],
['os_posix == 1 and OS != "mac"', {
@@ -2321,7 +2321,7 @@
}],
['toolkit_views==1', {
'dependencies': [
- '../views/views.gyp:views',
+ '../ui/views/views.gyp:views',
],
'sources!': [
'browser/ui/gtk/tabs/tab_renderer_gtk_unittest.cc',
@@ -2958,7 +2958,7 @@
}],
['toolkit_views==1', {
'dependencies': [
- '../views/views.gyp:views',
+ '../ui/views/views.gyp:views',
],
'sources!': [
# TODO(estade): port to linux/views.
@@ -3211,7 +3211,7 @@
}],
['toolkit_views==1', {
'dependencies': [
- '../views/views.gyp:views',
+ '../ui/views/views.gyp:views',
],
}],
],
@@ -3548,7 +3548,7 @@
}],
['toolkit_views==1', {
'dependencies': [
- '../views/views.gyp:views',
+ '../ui/views/views.gyp:views',
],
}],
],
@@ -3677,7 +3677,7 @@
}],
['toolkit_views==1', {
'dependencies': [
- '../views/views.gyp:views',
+ '../ui/views/views.gyp:views',
],
}],
],
@@ -3794,7 +3794,7 @@
}],
['toolkit_views==1', {
'dependencies': [
- '../views/views.gyp:views',
+ '../ui/views/views.gyp:views',
],
}],
],
@@ -3928,7 +3928,7 @@
}],
['toolkit_views==1', {
'dependencies': [
- '../views/views.gyp:views',
+ '../ui/views/views.gyp:views',
],
}],
],
« no previous file with comments | « chrome/chrome_dll.gypi ('k') | content/content_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698