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

Side by Side Diff: win8/delegate_execute/delegate_execute.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 unified diff | Download patch
« no previous file with comments | « win8/delegate_execute/command_execute_impl.cc ('k') | win8/metro_driver/BUILD.gn » ('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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 }, 7 },
8 'includes': [ 8 'includes': [
9 '../../build/util/version.gypi', 9 '../../build/util/version.gypi',
10 '../../build/win_precompile.gypi', 10 '../../build/win_precompile.gypi',
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 'delegate_execute_util.h', 66 'delegate_execute_util.h',
67 'resource.h', 67 'resource.h',
68 '<(SHARED_INTERMEDIATE_DIR)/delegate_execute/delegate_execute_exe_versio n.rc', 68 '<(SHARED_INTERMEDIATE_DIR)/delegate_execute/delegate_execute_exe_versio n.rc',
69 ], 69 ],
70 'msvs_settings': { 70 'msvs_settings': {
71 'VCLinkerTool': { 71 'VCLinkerTool': {
72 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS 72 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS
73 }, 73 },
74 }, 74 },
75 'conditions': [ 75 'conditions': [
76 ['use_aura==1', {
77 'dependencies': [
78 '../win8.gyp:metro_viewer_constants',
79 ],
80 }],
81 ['branding!="Chrome"', { 76 ['branding!="Chrome"', {
82 'dependencies!': [ 77 'dependencies!': [
83 '../../google_update/google_update.gyp:google_update', 78 '../../google_update/google_update.gyp:google_update',
84 ], 79 ],
85 }], 80 }],
86 ], 81 ],
87 }, 82 },
88 { 83 {
89 # GN version: //win8/delegate_execute:delegate_execute_unittests 84 # GN version: //win8/delegate_execute:delegate_execute_unittests
90 'target_name': 'delegate_execute_unittests', 85 'target_name': 'delegate_execute_unittests',
91 'type': 'executable', 86 'type': 'executable',
92 'dependencies': [ 87 'dependencies': [
93 '../../base/base.gyp:base', 88 '../../base/base.gyp:base',
94 '../../base/base.gyp:run_all_unittests', 89 '../../base/base.gyp:run_all_unittests',
95 '../../testing/gtest.gyp:gtest', 90 '../../testing/gtest.gyp:gtest',
96 ], 91 ],
97 'sources': [ 92 'sources': [
98 'delegate_execute_util.cc', 93 'delegate_execute_util.cc',
99 'delegate_execute_util.h', 94 'delegate_execute_util.h',
100 'delegate_execute_util_unittest.cc', 95 'delegate_execute_util_unittest.cc',
101 ], 96 ],
102 }, 97 },
103 ], 98 ],
104 } 99 }
OLDNEW
« no previous file with comments | « win8/delegate_execute/command_execute_impl.cc ('k') | win8/metro_driver/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698