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

Side by Side Diff: win8/metro_driver/metro_driver.gyp

Issue 1602403002: Revert of 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: 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 unified diff | Download patch
« no previous file with comments | « win8/metro_driver/metro_driver.cc ('k') | win8/metro_driver/metro_driver_win7.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 { 4 {
5 'conditions': [ 5 'conditions': [
6 ['OS=="win"', { 6 ['OS=="win"', {
7 'variables': { 7 'variables': {
8 'chromium_code': 1, 8 'chromium_code': 1,
9 }, 9 },
10 'includes': [ 10 'includes': [
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 '../../ui/events/events.gyp:events', 58 '../../ui/events/events.gyp:events',
59 '../../ui/metro_viewer/metro_viewer.gyp:metro_viewer_messages', 59 '../../ui/metro_viewer/metro_viewer.gyp:metro_viewer_messages',
60 '../../ui/gfx/gfx.gyp:gfx', 60 '../../ui/gfx/gfx.gyp:gfx',
61 '../../ui/gfx/gfx.gyp:gfx_geometry', 61 '../../ui/gfx/gfx.gyp:gfx_geometry',
62 '../../url/url.gyp:url_lib', 62 '../../url/url.gyp:url_lib',
63 'metro_driver_version_resources', 63 'metro_driver_version_resources',
64 ], 64 ],
65 'sources': [ 65 'sources': [
66 'display_properties.cc', 66 'display_properties.cc',
67 'display_properties.h', 67 'display_properties.h',
68 'metro_driver.cc',
69 'metro_driver.h',
70 'metro_driver_win7.cc',
68 'stdafx.h', 71 'stdafx.h',
69 'winrt_utils.cc', 72 'winrt_utils.cc',
70 'winrt_utils.h', 73 'winrt_utils.h',
71 '<(SHARED_INTERMEDIATE_DIR)/metro_driver/metro_driver_dll_version.rc ', 74 '<(SHARED_INTERMEDIATE_DIR)/metro_driver/metro_driver_dll_version.rc ',
72 ], 75 ],
73 'conditions': [ 76 'conditions': [
74 ['use_aura==1', { 77 ['use_aura==1', {
78 'dependencies': [
79 '../win8.gyp:metro_viewer_constants',
80 ],
75 'sources': [ 81 'sources': [
82 'chrome_app_view_ash.cc',
83 'chrome_app_view_ash.h',
76 'direct3d_helper.cc', 84 'direct3d_helper.cc',
77 'direct3d_helper.h', 85 'direct3d_helper.h',
86 'file_picker_ash.cc',
87 'file_picker_ash.h',
78 ], 88 ],
79 'includes': [ 89 'includes': [
80 'ime/ime.gypi', 90 'ime/ime.gypi',
81 ], 91 ],
82 }, { # use_aura!=1 92 }, { # use_aura!=1
83 'sources': [ 93 'sources': [
84 'chrome_app_view.cc', 94 'chrome_app_view.cc',
85 'chrome_app_view.h', 95 'chrome_app_view.h',
86 'chrome_url_launch_handler.cc', 96 'chrome_url_launch_handler.cc',
87 'chrome_url_launch_handler.h', 97 'chrome_url_launch_handler.h',
88 'devices_handler.cc', 98 'devices_handler.cc',
89 'devices_handler.h', 99 'devices_handler.h',
100 'file_picker.cc',
101 'file_picker.h',
90 'metro_dialog_box.cc', 102 'metro_dialog_box.cc',
91 'metro_dialog_box.h', 103 'metro_dialog_box.h',
92 'print_document_source.cc', 104 'print_document_source.cc',
93 'print_document_source.h', 105 'print_document_source.h',
94 'print_handler.cc', 106 'print_handler.cc',
95 'print_handler.h', 107 'print_handler.h',
96 'secondary_tile.cc', 108 'secondary_tile.cc',
97 'secondary_tile.h', 109 'secondary_tile.h',
98 'settings_handler.cc', 110 'settings_handler.cc',
99 'settings_handler.h', 111 'settings_handler.h',
(...skipping 29 matching lines...) Expand all
129 'run_all_unittests.cc', 141 'run_all_unittests.cc',
130 'winrt_utils.cc', 142 'winrt_utils.cc',
131 'winrt_utils.h', 143 'winrt_utils.h',
132 'winrt_utils_unittest.cc', 144 'winrt_utils_unittest.cc',
133 ], 145 ],
134 }, 146 },
135 ], 147 ],
136 },], 148 },],
137 ], 149 ],
138 } 150 }
OLDNEW
« no previous file with comments | « win8/metro_driver/metro_driver.cc ('k') | win8/metro_driver/metro_driver_win7.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698