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

Unified Diff: chrome/chrome_browser.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 | « build/all.gyp ('k') | chrome/chrome_dll.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 54219b3d4928b9e93971eb10c65fc2701ab9a72e..69e6de9472291c73c188abf7ed8c56e089d5cb29 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -4523,13 +4523,13 @@
],
'dependencies': [
'../google_update/google_update.gyp:google_update',
+ '../rlz/rlz.gyp:rlz_lib',
'../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
'../third_party/isimpledom/isimpledom.gyp:isimpledom',
- '../views/views.gyp:views',
- '../rlz/rlz.gyp:rlz_lib',
+ '../ui/views/views.gyp:views',
],
'export_dependent_settings': [
- '../views/views.gyp:views',
+ '../ui/views/views.gyp:views',
],
'sources': [
'browser/first_run/upgrade_util.cc',
@@ -4600,7 +4600,7 @@
}],
['OS=="linux" and toolkit_views==1',{
'dependencies': [
- '../views/views.gyp:views',
+ '../ui/views/views.gyp:views',
],
'include_dirs': [
'<(INTERMEDIATE_DIR)',
« no previous file with comments | « build/all.gyp ('k') | chrome/chrome_dll.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698