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

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

Issue 271543009: Send the device scale factor from Windows 8 ASH during initialization via the MetroViewerHostMsg_Se… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed tabs Created 6 years, 7 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/display_properties.cc ('k') | win8/viewer/metro_viewer_process_host.h » ('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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 'type': 'shared_library', 66 'type': 'shared_library',
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 '../../url/url.gyp:url_lib', 77 '../../url/url.gyp:url_lib',
77 'metro_driver_version_resources', 78 'metro_driver_version_resources',
78 ], 79 ],
79 'sources': [ 80 'sources': [
80 'display_properties.cc', 81 'display_properties.cc',
81 'display_properties.h', 82 'display_properties.h',
82 'metro_driver.cc', 83 'metro_driver.cc',
83 'metro_driver.h', 84 'metro_driver.h',
84 'metro_driver_win7.cc', 85 'metro_driver_win7.cc',
85 'stdafx.h', 86 'stdafx.h',
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 'run_all_unittests.cc', 155 'run_all_unittests.cc',
155 'winrt_utils.cc', 156 'winrt_utils.cc',
156 'winrt_utils.h', 157 'winrt_utils.h',
157 'winrt_utils_unittest.cc', 158 'winrt_utils_unittest.cc',
158 ], 159 ],
159 }, 160 },
160 ], 161 ],
161 },], 162 },],
162 ], 163 ],
163 } 164 }
OLDNEW
« no previous file with comments | « win8/metro_driver/display_properties.cc ('k') | win8/viewer/metro_viewer_process_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698