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

Unified Diff: ui/base/BUILD.gn

Issue 929903002: Remove cc dependency from ui/base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revert changes in ui/PRESUBMIT.py Created 5 years, 10 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 | « ui/android/window_android_observer.h ('k') | ui/base/android/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/BUILD.gn
diff --git a/ui/base/BUILD.gn b/ui/base/BUILD.gn
index a99a649521ba0bf5a5a6da19d3b5f12c7348398e..9b91d2065321492ce9096a481178dbaec3398599 100644
--- a/ui/base/BUILD.gn
+++ b/ui/base/BUILD.gn
@@ -28,12 +28,6 @@ component("base") {
"accelerators/platform_accelerator_cocoa.mm",
"android/ui_base_jni_registrar.cc",
"android/ui_base_jni_registrar.h",
- "android/view_android.cc",
- "android/view_android.h",
- "android/window_android.cc",
- "android/window_android.h",
- "android/window_android_compositor.h",
- "android/window_android_observer.h",
"base_window.cc",
"base_window.h",
"clipboard/clipboard.cc",
@@ -618,8 +612,6 @@ if (is_android) {
"../android/java/src/org/chromium/ui/base/ResourceBundle.java",
"../android/java/src/org/chromium/ui/base/SelectFileDialog.java",
"../android/java/src/org/chromium/ui/base/TouchDevice.java",
- "../android/java/src/org/chromium/ui/base/ViewAndroid.java",
- "../android/java/src/org/chromium/ui/base/WindowAndroid.java",
]
jni_package = "base"
}
« no previous file with comments | « ui/android/window_android_observer.h ('k') | ui/base/android/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698