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

Unified Diff: chrome/chrome_browser_ui.gypi

Issue 606953002: Move components/native_app_window to extensions/components/native_app_window (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: extensions/components version, with fixed apps dep Created 6 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: chrome/chrome_browser_ui.gypi
diff --git a/chrome/chrome_browser_ui.gypi b/chrome/chrome_browser_ui.gypi
index e852dcc2cd788f92ecfbc69f86c684d2813c2885..c2ddc227836d74ac04c6e5166a3755bf6fafec1c 100644
--- a/chrome/chrome_browser_ui.gypi
+++ b/chrome/chrome_browser_ui.gypi
@@ -2738,6 +2738,7 @@
}],
['OS!="mac"', {
'sources': [ '<@(chrome_browser_ui_views_non_mac_sources)' ],
+ 'dependencies': [ '<(DEPTH)/extensions/components/extensions_components.gyp:native_app_window' ],
James Cook 2014/09/30 22:27:32 nit: I would wrap this, it's kind of long
tapted 2014/10/01 00:01:32 Done.
}],
],
}],

Powered by Google App Engine
This is Rietveld 408576698