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

Unified Diff: ui/base/BUILD.gn

Issue 860873002: Continue deleting code in ui/. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: 2015 Created 5 years, 11 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 | « services/window_manager/window_manager_app.cc ('k') | ui/base/cursor/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 3535e21d635c5f64251719eb6ac96191e0202ed6..68a8dedb8e509a8cebca7a5c0e3847a4e46ffe29 100644
--- a/ui/base/BUILD.gn
+++ b/ui/base/BUILD.gn
@@ -21,41 +21,7 @@ component("base") {
"android/window_android.h",
"android/window_android_compositor.h",
"android/window_android_observer.h",
- "cursor/cursor.h",
- "hit_test.h",
"ui_base_export.h",
- "ui_base_switches.cc",
- "ui_base_switches.h",
- "view_prop.cc",
- "view_prop.h",
- "win/accessibility_ids_win.h",
- "win/accessibility_misc_utils.cc",
- "win/accessibility_misc_utils.h",
- "win/atl_module.h",
- "win/foreground_helper.cc",
- "win/foreground_helper.h",
- "win/hidden_window.cc",
- "win/hidden_window.h",
- "win/hwnd_subclass.cc",
- "win/hwnd_subclass.h",
- "win/internal_constants.cc",
- "win/internal_constants.h",
- "win/lock_state.cc",
- "win/lock_state.h",
- "win/open_file_name_win.cc",
- "win/open_file_name_win.h",
- "win/message_box_win.cc",
- "win/message_box_win.h",
- "win/mouse_wheel_util.cc",
- "win/mouse_wheel_util.h",
- "win/scoped_ole_initializer.cc",
- "win/scoped_ole_initializer.h",
- "win/shell.cc",
- "win/shell.h",
- "win/touch_input.cc",
- "win/touch_input.h",
- "win/window_event_target.cc",
- "win/window_event_target.h",
]
defines = [ "UI_BASE_IMPLEMENTATION" ]
@@ -78,15 +44,6 @@ component("base") {
"//url",
]
- if (use_x11) {
- sources += [
- "x/x11_util.cc",
- "x/x11_util.h",
- "x/x11_util_internal.h",
- ]
- deps += [ "//ui/gfx/x" ]
- }
-
if (is_linux) {
configs += [
"//build/config/linux:fontconfig",
@@ -115,11 +72,6 @@ component("base") {
"dwmapi.lib",
"oleacc.lib",
]
- } else {
- sources -= [
- "view_prop.cc",
- "view_prop.h",
- ]
}
if (is_mac) {
@@ -181,10 +133,7 @@ if (false) {
"test/run_all_unittests.cc",
]
- sources += [
- "test/data/resource.h",
- "view_prop_unittest.cc",
- ]
+ sources += [ "test/data/resource.h" ]
deps = [
"//base",
@@ -203,11 +152,6 @@ if (false) {
]
if (is_win) {
- sources += [
- "win/hwnd_subclass_unittest.cc",
- "win/open_file_name_win_unittest.cc",
- ]
-
ldflags = [
"/DELAYLOAD:d2d1.dll",
"/DELAYLOAD:d3d10_1.dll",
« no previous file with comments | « services/window_manager/window_manager_app.cc ('k') | ui/base/cursor/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698