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

Side by Side Diff: content/content_child.gypi

Issue 109433013: Move geometric types to a separate, more lightweight target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . 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 | 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',
11 '../ui/gfx/gfx.gyp:gfx_geometry',
11 '../ui/ui.gyp:ui', 12 '../ui/ui.gyp:ui',
12 '../url/url.gyp:url_lib', 13 '../url/url.gyp:url_lib',
13 ], 14 ],
14 'include_dirs': [ 15 'include_dirs': [
15 '..', 16 '..',
16 ], 17 ],
17 'export_dependent_settings': [ 18 'export_dependent_settings': [
18 '../base/base.gyp:base', 19 '../base/base.gyp:base',
19 ], 20 ],
20 'sources': [ 21 'sources': [
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 'child/npapi/webplugin_delegate_impl_mac.mm', 194 'child/npapi/webplugin_delegate_impl_mac.mm',
194 ], 195 ],
195 }], 196 }],
196 ['use_aura==1 and OS=="win"', { 197 ['use_aura==1 and OS=="win"', {
197 'sources!': [ 198 'sources!': [
198 'child/npapi/webplugin_delegate_impl_aura.cc', 199 'child/npapi/webplugin_delegate_impl_aura.cc',
199 ], 200 ],
200 }], 201 }],
201 ], 202 ],
202 } 203 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | content/content_common.gypi » ('j') | ui/aura/aura.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698