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

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

Issue 15731003: Make the browser->metro_viewer IPC channel name a constant instead of hardcoding it in a few places… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix explicits Created 7 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/chrome_app_view_ash.cc ('k') | win8/viewer/metro_viewer_constants.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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 ',
72 ], 72 ],
73 'conditions': [ 73 'conditions': [
74 ['use_aura==1', { 74 ['use_aura==1', {
75 'dependencies': [
76 '../win8.gyp:metro_viewer',
77 ],
75 'sources': [ 78 'sources': [
76 'chrome_app_view_ash.cc', 79 'chrome_app_view_ash.cc',
77 'chrome_app_view_ash.h', 80 'chrome_app_view_ash.h',
78 'direct3d_helper.cc', 81 'direct3d_helper.cc',
79 'direct3d_helper.h', 82 'direct3d_helper.h',
80 'file_picker_ash.cc', 83 'file_picker_ash.cc',
81 'file_picker_ash.h', 84 'file_picker_ash.h',
82 ], 85 ],
83 }, { # use_aura!=1 86 }, { # use_aura!=1
84 'sources': [ 87 'sources': [
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 'run_all_unittests.cc', 135 'run_all_unittests.cc',
133 'winrt_utils.cc', 136 'winrt_utils.cc',
134 'winrt_utils.h', 137 'winrt_utils.h',
135 'winrt_utils_unittest.cc', 138 'winrt_utils_unittest.cc',
136 ], 139 ],
137 }, 140 },
138 ], 141 ],
139 },], 142 },],
140 ], 143 ],
141 } 144 }
OLDNEW
« no previous file with comments | « win8/metro_driver/chrome_app_view_ash.cc ('k') | win8/viewer/metro_viewer_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698