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

Unified Diff: chrome/chrome.gyp

Issue 47323002: ui: Have shell_dialogs into its own gyp file under its shell_dialogs/ directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ui_unittests.gyp Created 7 years, 2 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: chrome/chrome.gyp
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 1e279c0165c6997b38013bff572bfdf96f59cec2..5bd5d433e21debfa35a29ebeae80430614af6f20 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -831,7 +831,7 @@
'../content/content_shell_and_tests.gyp:content_shell',
'../content/content_shell_and_tests.gyp:content_unittests',
'../net/net.gyp:net_unittests',
- '../ui/ui.gyp:ui_unittests',
+ '../ui/ui_unittests.gyp:ui_unittests',
],
'conditions': [
['use_aura==1 or target_arch=="x64"', {

Powered by Google App Engine
This is Rietveld 408576698