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

Unified Diff: win8/metro_driver/BUILD.gn

Issue 1586843002: Remove remote tree host and some related input and metro_driver code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@metro-mode-3
Patch Set: remove ash_unittests from being run Created 4 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 | « win8/delegate_execute/delegate_execute.gyp ('k') | win8/metro_driver/chrome_app_view_ash.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: win8/metro_driver/BUILD.gn
diff --git a/win8/metro_driver/BUILD.gn b/win8/metro_driver/BUILD.gn
index 68c9a90fc1731e31fffe267858669d24e8c0032b..fc66690123428c7e6f7d4b1a44c903f56137479f 100644
--- a/win8/metro_driver/BUILD.gn
+++ b/win8/metro_driver/BUILD.gn
@@ -10,9 +10,6 @@ shared_library("metro_driver") {
sources = [
"display_properties.cc",
"display_properties.h",
- "metro_driver.cc",
- "metro_driver.h",
- "metro_driver_win7.cc",
"stdafx.h",
"winrt_utils.cc",
"winrt_utils.h",
@@ -36,17 +33,12 @@ shared_library("metro_driver") {
if (use_aura) {
sources += [
- "chrome_app_view_ash.cc",
- "chrome_app_view_ash.h",
"direct3d_helper.cc",
"direct3d_helper.h",
- "file_picker_ash.cc",
- "file_picker_ash.h",
]
deps += [
"//ui/events:gesture_detection",
- "//win8:metro_viewer_constants",
"//win8/metro_driver/ime",
]
} else {
@@ -57,8 +49,6 @@ shared_library("metro_driver") {
"chrome_url_launch_handler.h",
"devices_handler.cc",
"devices_handler.h",
- "file_picker.cc",
- "file_picker.h",
"metro_dialog_box.cc",
"metro_dialog_box.h",
"print_document_source.cc",
« no previous file with comments | « win8/delegate_execute/delegate_execute.gyp ('k') | win8/metro_driver/chrome_app_view_ash.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698