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

Unified Diff: tools/set_default_handler/set_default_handler.gyp

Issue 198333004: Move ui.gyp into ui/base/ directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: REBASED Created 6 years, 9 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 | « remoting/remoting_test.gypi ('k') | ui/app_list/app_list.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/set_default_handler/set_default_handler.gyp
diff --git a/tools/set_default_handler/set_default_handler.gyp b/tools/set_default_handler/set_default_handler.gyp
index f9dfd6e7b8f3ff7398538a7cf2dba65f8342491a..84c637ed35362182d9e20dd5bbb8f881ab457051 100644
--- a/tools/set_default_handler/set_default_handler.gyp
+++ b/tools/set_default_handler/set_default_handler.gyp
@@ -11,10 +11,10 @@
'type': 'executable',
'dependencies': [
'../../base/base.gyp:base',
- '../../win8/win8.gyp:test_support_win8',
+ '../../ui/base/ui_base.gyp:ui_base',
'../../ui/gfx/gfx.gyp:gfx',
'../../ui/gfx/gfx.gyp:gfx_geometry',
- '../../ui/ui.gyp:ui',
+ '../../win8/win8.gyp:test_support_win8',
],
'include_dirs': [
'../..',
« no previous file with comments | « remoting/remoting_test.gypi ('k') | ui/app_list/app_list.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698