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

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

Issue 53553003: WIP: Ash IME support (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 1 month 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 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 '../win8.gyp:metro_viewer', 77 '../win8.gyp:metro_viewer',
78 ], 78 ],
79 'sources': [ 79 'sources': [
80 'chrome_app_view_ash.cc', 80 'chrome_app_view_ash.cc',
81 'chrome_app_view_ash.h', 81 'chrome_app_view_ash.h',
82 'direct3d_helper.cc', 82 'direct3d_helper.cc',
83 'direct3d_helper.h', 83 'direct3d_helper.h',
84 'file_picker_ash.cc', 84 'file_picker_ash.cc',
85 'file_picker_ash.h', 85 'file_picker_ash.h',
86 ], 86 ],
87 'includes': [
88 'ime/ime.gypi',
89 ],
87 }, { # use_aura!=1 90 }, { # use_aura!=1
88 'sources': [ 91 'sources': [
89 'chrome_app_view.cc', 92 'chrome_app_view.cc',
90 'chrome_app_view.h', 93 'chrome_app_view.h',
91 'chrome_url_launch_handler.cc', 94 'chrome_url_launch_handler.cc',
92 'chrome_url_launch_handler.h', 95 'chrome_url_launch_handler.h',
93 'devices_handler.cc', 96 'devices_handler.cc',
94 'devices_handler.h', 97 'devices_handler.h',
95 'file_picker.cc', 98 'file_picker.cc',
96 'file_picker.h', 99 'file_picker.h',
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 'run_all_unittests.cc', 138 'run_all_unittests.cc',
136 'winrt_utils.cc', 139 'winrt_utils.cc',
137 'winrt_utils.h', 140 'winrt_utils.h',
138 'winrt_utils_unittest.cc', 141 'winrt_utils_unittest.cc',
139 ], 142 ],
140 }, 143 },
141 ], 144 ],
142 },], 145 },],
143 ], 146 ],
144 } 147 }
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