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

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

Issue 300003002: Use the win32 device scale factor in Chrome ASH on Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Presubmit warnings Created 6 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « win8/metro_driver/direct3d_helper.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 '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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 'dependencies': [ 67 'dependencies': [
68 '../../base/base.gyp:base', 68 '../../base/base.gyp:base',
69 '../../chrome/common_constants.gyp:common_constants', 69 '../../chrome/common_constants.gyp:common_constants',
70 '../../chrome/chrome.gyp:installer_util', 70 '../../chrome/chrome.gyp:installer_util',
71 '../../crypto/crypto.gyp:crypto', 71 '../../crypto/crypto.gyp:crypto',
72 '../../google_update/google_update.gyp:google_update', 72 '../../google_update/google_update.gyp:google_update',
73 '../../ipc/ipc.gyp:ipc', 73 '../../ipc/ipc.gyp:ipc',
74 '../../sandbox/sandbox.gyp:sandbox', 74 '../../sandbox/sandbox.gyp:sandbox',
75 '../../ui/metro_viewer/metro_viewer.gyp:metro_viewer_messages', 75 '../../ui/metro_viewer/metro_viewer.gyp:metro_viewer_messages',
76 '../../ui/gfx/gfx.gyp:gfx', 76 '../../ui/gfx/gfx.gyp:gfx',
77 '../../ui/gfx/gfx.gyp:gfx_geometry',
77 '../../url/url.gyp:url_lib', 78 '../../url/url.gyp:url_lib',
78 'metro_driver_version_resources', 79 'metro_driver_version_resources',
79 ], 80 ],
80 'sources': [ 81 'sources': [
81 'display_properties.cc', 82 'display_properties.cc',
82 'display_properties.h', 83 'display_properties.h',
83 'metro_driver.cc', 84 'metro_driver.cc',
84 'metro_driver.h', 85 'metro_driver.h',
85 'metro_driver_win7.cc', 86 'metro_driver_win7.cc',
86 'stdafx.h', 87 'stdafx.h',
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 'run_all_unittests.cc', 156 'run_all_unittests.cc',
156 'winrt_utils.cc', 157 'winrt_utils.cc',
157 'winrt_utils.h', 158 'winrt_utils.h',
158 'winrt_utils_unittest.cc', 159 'winrt_utils_unittest.cc',
159 ], 160 ],
160 }, 161 },
161 ], 162 ],
162 },], 163 },],
163 ], 164 ],
164 } 165 }
OLDNEW
« no previous file with comments | « win8/metro_driver/direct3d_helper.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698