OLD | NEW |
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 Loading... |
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 } |
OLD | NEW |