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

Unified Diff: chrome/browser/ui/BUILD.gn

Issue 1054963007: Make the ChromeOS GN debug component build work (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 | remoting/host/BUILD.gn » ('j') | remoting/host/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/BUILD.gn
diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
index 04872b76958b25fb64bd5dd1f4f98de91a8cc587..a48b43753bc843baf0be0a525b6f780d182ff436 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -210,6 +210,14 @@ source_set("ui") {
".",
"//chrome")
deps += [ "//extensions/components/native_app_window" ]
+ if (is_chromeos) {
+ sources -= [
+ "views/frame/opaque_browser_frame_view.cc",
+ "views/frame/opaque_browser_frame_view.h",
+ "views/frame/opaque_browser_frame_view_linux.cc",
+ "views/frame/opaque_browser_frame_view_linux.h",
Dirk Pranke 2015/04/23 01:19:17 these files get stripped out of ui_views_non_mac_s
Elliot Glaysher 2015/04/23 17:12:22 I think that can wait until after we stop using gy
Dirk Pranke 2015/04/27 20:40:11 ok.
+ ]
+ }
}
if (use_ash) {
sources += rebase_path(gypi_values.chrome_browser_ui_ash_views_sources,
« no previous file with comments | « no previous file | remoting/host/BUILD.gn » ('j') | remoting/host/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698