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

Side by Side Diff: ui/shell_dialogs/shell_dialogs.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 | « ui/shell_dialogs/select_file_dialog_win.cc ('k') | win8/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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 'include_dirs': [ 67 'include_dirs': [
68 '<(SHARED_INTERMEDIATE_DIR)/ui', 68 '<(SHARED_INTERMEDIATE_DIR)/ui',
69 ], 69 ],
70 'link_settings': { 70 'link_settings': {
71 'libraries': [ 71 'libraries': [
72 '-ljnigraphics', 72 '-ljnigraphics',
73 ], 73 ],
74 }, 74 },
75 } 75 }
76 ], 76 ],
77 ['OS=="win"',
78 {
79 'dependencies': [
80 '../../win8/win8.gyp:metro_viewer',
81 ],
82 }
83 ],
84 ], 77 ],
85 }, # target_name: shell_dialogs 78 }, # target_name: shell_dialogs
86 { 79 {
87 # GN version: //ui/shell_dialogs:shell_dialogs_unittests 80 # GN version: //ui/shell_dialogs:shell_dialogs_unittests
88 'target_name': 'shell_dialogs_unittests', 81 'target_name': 'shell_dialogs_unittests',
89 'type': 'executable', 82 'type': 'executable',
90 'dependencies': [ 83 'dependencies': [
91 '../../base/base.gyp:base', 84 '../../base/base.gyp:base',
92 '../../base/base.gyp:test_support_base', 85 '../../base/base.gyp:test_support_base',
93 '../../base/base.gyp:run_all_unittests', 86 '../../base/base.gyp:run_all_unittests',
94 '../../testing/gtest.gyp:gtest', 87 '../../testing/gtest.gyp:gtest',
95 'shell_dialogs', 88 'shell_dialogs',
96 ], 89 ],
97 'sources': [ 90 'sources': [
98 # Note: file list duplicated in GN build. 91 # Note: file list duplicated in GN build.
99 'select_file_dialog_win_unittest.cc', 92 'select_file_dialog_win_unittest.cc',
100 ], 93 ],
101 }, 94 },
102 ], 95 ],
103 } 96 }
OLDNEW
« no previous file with comments | « ui/shell_dialogs/select_file_dialog_win.cc ('k') | win8/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698