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

Unified Diff: win8/win8.gyp

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/viewer/metro_viewer_process_host.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: win8/win8.gyp
diff --git a/win8/win8.gyp b/win8/win8.gyp
index 4c686249957a54aaa69f643a75ec5b4a7af97d8d..8131fa37da12eae9801a511e8d6f6f7bfd99b121 100644
--- a/win8/win8.gyp
+++ b/win8/win8.gyp
@@ -10,35 +10,6 @@
],
'targets': [
{
- 'target_name': 'metro_viewer_constants',
- 'type': 'static_library',
- 'include_dirs': [
- '..',
- ],
- 'sources': [
- 'viewer/metro_viewer_constants.cc',
- 'viewer/metro_viewer_constants.h',
- ],
- },
- {
- 'target_name': 'metro_viewer',
- 'type': '<(component)',
- 'dependencies': [
- '../base/base.gyp:base',
- '../ipc/ipc.gyp:ipc',
- '../ui/aura/aura.gyp:aura',
- '../ui/metro_viewer/metro_viewer.gyp:metro_viewer_messages',
- 'metro_viewer_constants'
- ],
- 'sources': [
- 'viewer/metro_viewer_process_host.cc',
- 'viewer/metro_viewer_process_host.h',
- ],
- 'defines': [
- 'METRO_VIEWER_IMPLEMENTATION',
- ],
- },
- {
'target_name': 'test_support_win8',
'type': 'static_library',
'dependencies': [
« no previous file with comments | « win8/viewer/metro_viewer_process_host.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698