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

Unified Diff: apps/BUILD.gn

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: patchfail/rebase 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
« no previous file with comments | « no previous file | apps/apps.gypi » ('j') | apps/apps.gypi » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/BUILD.gn
diff --git a/apps/BUILD.gn b/apps/BUILD.gn
index 4070818af89bf7983ad2ab7abc6c6410d39391b0..440c86abbb3788be7c3fcf7f9961255947adaf28 100644
--- a/apps/BUILD.gn
+++ b/apps/BUILD.gn
@@ -68,6 +68,7 @@ static_library("apps") {
"ui/views/app_window_frame_view.h",
]
deps += [
+ "//extensions/components/native_app_window",
tapted 2014/09/29 06:03:31 this dep was previously missing from the gn file (
oshima 2014/09/29 18:47:14 This should be "extensions/browser"
tapted 2014/09/29 23:22:41 I think this one is handled by the dependencies in
tapted 2014/09/29 23:25:53 oh oops. I see. There's not actually a need for ap
tapted 2014/09/30 04:02:46 Done.
"//ui/strings",
"//ui/views",
]
« no previous file with comments | « no previous file | apps/apps.gypi » ('j') | apps/apps.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698