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

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: add comment in //third_party/libjingle as well 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') | no next file with comments »
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 73c67669905e7d06fac4aaf49666bfe8965d7e0d..3151b879cd625c2b889f1d356ccd5d5bfec19537 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -211,6 +211,16 @@ source_set("ui") {
".",
"//chrome")
deps += [ "//extensions/components/native_app_window" ]
+ if (is_chromeos) {
+ # TODO(GYP): crbug.com/481629. These files should probably not be
+ # a part of ui_views_non_mac_sources at all.
+ 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",
+ ]
+ }
}
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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698