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

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

Issue 83233002: Enable basic IME functionality under Ash on Windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix warnings (that are treated as an error) on 64-bit build Created 7 years 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 | « win8/metro_driver/ime/text_store_delegate.h ('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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 '../win8.gyp:metro_viewer', 78 '../win8.gyp:metro_viewer',
79 ], 79 ],
80 'sources': [ 80 'sources': [
81 'chrome_app_view_ash.cc', 81 'chrome_app_view_ash.cc',
82 'chrome_app_view_ash.h', 82 'chrome_app_view_ash.h',
83 'direct3d_helper.cc', 83 'direct3d_helper.cc',
84 'direct3d_helper.h', 84 'direct3d_helper.h',
85 'file_picker_ash.cc', 85 'file_picker_ash.cc',
86 'file_picker_ash.h', 86 'file_picker_ash.h',
87 ], 87 ],
88 'includes': [
89 'ime/ime.gypi',
90 ],
88 }, { # use_aura!=1 91 }, { # use_aura!=1
89 'sources': [ 92 'sources': [
90 'chrome_app_view.cc', 93 'chrome_app_view.cc',
91 'chrome_app_view.h', 94 'chrome_app_view.h',
92 'chrome_url_launch_handler.cc', 95 'chrome_url_launch_handler.cc',
93 'chrome_url_launch_handler.h', 96 'chrome_url_launch_handler.h',
94 'devices_handler.cc', 97 'devices_handler.cc',
95 'devices_handler.h', 98 'devices_handler.h',
96 'file_picker.cc', 99 'file_picker.cc',
97 'file_picker.h', 100 'file_picker.h',
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 'run_all_unittests.cc', 139 'run_all_unittests.cc',
137 'winrt_utils.cc', 140 'winrt_utils.cc',
138 'winrt_utils.h', 141 'winrt_utils.h',
139 'winrt_utils_unittest.cc', 142 'winrt_utils_unittest.cc',
140 ], 143 ],
141 }, 144 },
142 ], 145 ],
143 },], 146 },],
144 ], 147 ],
145 } 148 }
OLDNEW
« no previous file with comments | « win8/metro_driver/ime/text_store_delegate.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698