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

Side by Side Diff: content/content_child.gypi

Issue 137403005: Remove some code inside USE_AURA and OS_WIN ifdefs. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 6 years, 11 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
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 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 '../third_party/npapi/npapi.gyp:npapi', 187 '../third_party/npapi/npapi.gyp:npapi',
188 '../webkit/child/webkit_child.gyp:webkit_child', 188 '../webkit/child/webkit_child.gyp:webkit_child',
189 '../webkit/common/webkit_common.gyp:webkit_common', 189 '../webkit/common/webkit_common.gyp:webkit_common',
190 ], 190 ],
191 }], 191 }],
192 ['use_aura==1', { 192 ['use_aura==1', {
193 'sources!': [ 193 'sources!': [
194 'child/npapi/webplugin_delegate_impl_mac.mm', 194 'child/npapi/webplugin_delegate_impl_mac.mm',
195 ], 195 ],
196 }], 196 }],
197 ['use_aura==1 and OS=="win"', { 197 ['OS=="win"', {
198 'sources!': [ 198 'sources!': [
199 'child/npapi/webplugin_delegate_impl_aura.cc', 199 'child/npapi/webplugin_delegate_impl_aura.cc',
200 ], 200 ],
201 }], 201 }],
202 ], 202 ],
203 } 203 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698