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

Unified Diff: components/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: respond to comments 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 | « chrome/chrome_browser_ui.gypi ('k') | components/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/BUILD.gn
diff --git a/components/BUILD.gn b/components/BUILD.gn
index a7eaf7f907b2d27a9895281f4803c118533bc36e..8290ea908007115e9fbb43d639ab0eaf0e0b615c 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -51,7 +51,6 @@ group("all_components") {
"//components/language_usage_metrics",
"//components/leveldb_proto",
"//components/metrics",
- "//components/native_app_window",
"//components/navigation_interception",
"//components/navigation_metrics",
"//components/network_time",
@@ -113,10 +112,6 @@ group("all_components") {
if (!is_chromeos) {
deps -= [ "//components/pairing" ]
}
- if (!toolkit_views) {
- deps -= [ "//components/native_app_window" ]
- }
-
if (is_ios) {
deps -= [ "//components/keyed_service/content" ]
}
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | components/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698