Index: chrome/browser/ui/BUILD.gn |
diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn |
index fd5be708c28e141e6ed139ced05a7b4d924ac444..54d7cb5f9a0b290e75d75b4cb533d2ecdc2f2d99 100644 |
--- a/chrome/browser/ui/BUILD.gn |
+++ b/chrome/browser/ui/BUILD.gn |
@@ -244,6 +244,10 @@ source_set("ui") { |
".", |
"//chrome") |
} |
+ if (is_android && !use_aura) { |
bshe
2015/11/02 16:05:13
I think you can just use if (!use_aura) here.
All
mfomitchev
2015/11/02 16:07:22
Actually it looks like we can just remove this, si
Hadi
2015/11/02 16:33:55
Done.
|
+ sources -= |
+ [ "browser/ui/views/frame/native_browser_frame_factory_android.cc" ] |
+ } |
} |
if (use_ash) { |
sources += rebase_path(gypi_values.chrome_browser_ui_ash_views_sources, |