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

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

Issue 14629025: Create MetroViewerProcessHost as a common base for TestMetroViewerProcessHost and ChromeMetroViewer… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge before dcommit Created 7 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 | « ui/metro_viewer/metro_viewer.gyp ('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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 'target_name': 'metro_driver', 51 'target_name': 'metro_driver',
52 'type': 'shared_library', 52 'type': 'shared_library',
53 'dependencies': [ 53 'dependencies': [
54 '../../base/base.gyp:base', 54 '../../base/base.gyp:base',
55 '../../build/temp_gyp/googleurl.gyp:googleurl', 55 '../../build/temp_gyp/googleurl.gyp:googleurl',
56 '../../chrome/common_constants.gyp:common_constants', 56 '../../chrome/common_constants.gyp:common_constants',
57 '../../crypto/crypto.gyp:crypto', 57 '../../crypto/crypto.gyp:crypto',
58 '../../google_update/google_update.gyp:google_update', 58 '../../google_update/google_update.gyp:google_update',
59 '../../ipc/ipc.gyp:ipc', 59 '../../ipc/ipc.gyp:ipc',
60 '../../sandbox/sandbox.gyp:sandbox', 60 '../../sandbox/sandbox.gyp:sandbox',
61 '../../ui/metro_viewer/metro_viewer.gyp:metro_viewer', 61 '../../ui/metro_viewer/metro_viewer.gyp:metro_viewer_messages',
62 '../win8.gyp:check_sdk_patch', 62 '../win8.gyp:check_sdk_patch',
63 'metro_driver_version_resources', 63 'metro_driver_version_resources',
64 ], 64 ],
65 'sources': [ 65 'sources': [
66 'metro_driver.cc', 66 'metro_driver.cc',
67 'metro_driver.h', 67 'metro_driver.h',
68 'stdafx.h', 68 'stdafx.h',
69 'winrt_utils.cc', 69 'winrt_utils.cc',
70 'winrt_utils.h', 70 'winrt_utils.h',
71 '<(SHARED_INTERMEDIATE_DIR)/metro_driver/metro_driver_dll_version.rc ', 71 '<(SHARED_INTERMEDIATE_DIR)/metro_driver/metro_driver_dll_version.rc ',
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 'run_all_unittests.cc', 132 'run_all_unittests.cc',
133 'winrt_utils.cc', 133 'winrt_utils.cc',
134 'winrt_utils.h', 134 'winrt_utils.h',
135 'winrt_utils_unittest.cc', 135 'winrt_utils_unittest.cc',
136 ], 136 ],
137 }, 137 },
138 ], 138 ],
139 },], 139 },],
140 ], 140 ],
141 } 141 }
OLDNEW
« no previous file with comments | « ui/metro_viewer/metro_viewer.gyp ('k') | win8/viewer/metro_viewer_process_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698