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

Side by Side Diff: content/content_child.gypi

Issue 154643005: Remove references to non-Aura Win WebThemeEngine implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove files from the gypi also Created 6 years, 10 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 | « content/child/webthemeengine_impl_win.cc ('k') | content/test/test_webkit_platform_support.cc » ('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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 { 5 {
6 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../components/tracing.gyp:tracing', 8 '../components/tracing.gyp:tracing',
9 '../skia/skia.gyp:skia', 9 '../skia/skia.gyp:skia',
10 '../ui/gfx/gfx.gyp:gfx', 10 '../ui/gfx/gfx.gyp:gfx',
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 'child/websocket_bridge.cc', 164 'child/websocket_bridge.cc',
165 'child/websocket_bridge.h', 165 'child/websocket_bridge.h',
166 'child/websocket_dispatcher.cc', 166 'child/websocket_dispatcher.cc',
167 'child/websocket_dispatcher.h', 167 'child/websocket_dispatcher.h',
168 'child/webthemeengine_impl_android.cc', 168 'child/webthemeengine_impl_android.cc',
169 'child/webthemeengine_impl_android.h', 169 'child/webthemeengine_impl_android.h',
170 'child/webthemeengine_impl_default.cc', 170 'child/webthemeengine_impl_default.cc',
171 'child/webthemeengine_impl_default.h', 171 'child/webthemeengine_impl_default.h',
172 'child/webthemeengine_impl_mac.cc', 172 'child/webthemeengine_impl_mac.cc',
173 'child/webthemeengine_impl_mac.h', 173 'child/webthemeengine_impl_mac.h',
174 'child/webthemeengine_impl_win.cc',
175 'child/webthemeengine_impl_win.h',
176 'child/worker_thread_task_runner.cc', 174 'child/worker_thread_task_runner.cc',
177 'child/worker_thread_task_runner.h', 175 'child/worker_thread_task_runner.h',
178 'public/child/image_decoder_utils.h', 176 'public/child/image_decoder_utils.h',
179 'public/child/resource_dispatcher_delegate.h', 177 'public/child/resource_dispatcher_delegate.h',
180 ], 178 ],
181 'conditions': [ 179 'conditions': [
182 ['use_default_render_theme==0', 180 ['use_default_render_theme==0',
183 { 181 {
184 'sources/': [ 182 'sources/': [
185 ['exclude', 'child/webthemeengine_impl_default.cc'], 183 ['exclude', 'child/webthemeengine_impl_default.cc'],
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 'child/npapi/webplugin_delegate_impl_mac.mm', 218 'child/npapi/webplugin_delegate_impl_mac.mm',
221 ], 219 ],
222 }], 220 }],
223 ['OS=="win"', { 221 ['OS=="win"', {
224 'sources!': [ 222 'sources!': [
225 'child/npapi/webplugin_delegate_impl_aura.cc', 223 'child/npapi/webplugin_delegate_impl_aura.cc',
226 ], 224 ],
227 }], 225 }],
228 ], 226 ],
229 } 227 }
OLDNEW
« no previous file with comments | « content/child/webthemeengine_impl_win.cc ('k') | content/test/test_webkit_platform_support.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698