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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « win8/viewer/metro_viewer_process_host.cc ('k') | no next file » | 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/win_precompile.gypi', 9 '../build/win_precompile.gypi',
10 ], 10 ],
11 'targets': [ 11 'targets': [
12 { 12 {
13 'target_name': 'metro_viewer_constants',
14 'type': 'static_library',
15 'include_dirs': [
16 '..',
17 ],
18 'sources': [
19 'viewer/metro_viewer_constants.cc',
20 'viewer/metro_viewer_constants.h',
21 ],
22 },
23 {
24 'target_name': 'metro_viewer',
25 'type': '<(component)',
26 'dependencies': [
27 '../base/base.gyp:base',
28 '../ipc/ipc.gyp:ipc',
29 '../ui/aura/aura.gyp:aura',
30 '../ui/metro_viewer/metro_viewer.gyp:metro_viewer_messages',
31 'metro_viewer_constants'
32 ],
33 'sources': [
34 'viewer/metro_viewer_process_host.cc',
35 'viewer/metro_viewer_process_host.h',
36 ],
37 'defines': [
38 'METRO_VIEWER_IMPLEMENTATION',
39 ],
40 },
41 {
42 'target_name': 'test_support_win8', 13 'target_name': 'test_support_win8',
43 'type': 'static_library', 14 'type': 'static_library',
44 'dependencies': [ 15 'dependencies': [
45 '../base/base.gyp:base', 16 '../base/base.gyp:base',
46 'test_registrar_constants', 17 'test_registrar_constants',
47 ], 18 ],
48 'sources': [ 19 'sources': [
49 'test/open_with_dialog_async.cc', 20 'test/open_with_dialog_async.cc',
50 'test/open_with_dialog_async.h', 21 'test/open_with_dialog_async.h',
51 'test/open_with_dialog_controller.cc', 22 'test/open_with_dialog_controller.cc',
(...skipping 10 matching lines...) Expand all
62 'include_dirs': [ 33 'include_dirs': [
63 '..', 34 '..',
64 ], 35 ],
65 'sources': [ 36 'sources': [
66 'test/test_registrar_constants.cc', 37 'test/test_registrar_constants.cc',
67 'test/test_registrar_constants.h', 38 'test/test_registrar_constants.h',
68 ], 39 ],
69 }, 40 },
70 ], 41 ],
71 } 42 }
OLDNEW
« 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