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', | |
11 '../ui/ui.gyp:ui', | 10 '../ui/ui.gyp:ui', |
12 '../url/url.gyp:url_lib', | 11 '../url/url.gyp:url_lib', |
13 ], | 12 ], |
14 'include_dirs': [ | 13 'include_dirs': [ |
15 '..', | 14 '..', |
16 ], | 15 ], |
17 'export_dependent_settings': [ | 16 'export_dependent_settings': [ |
18 '../base/base.gyp:base', | 17 '../base/base.gyp:base', |
19 ], | 18 ], |
20 'sources': [ | 19 'sources': [ |
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
179 'child/npapi/webplugin_delegate_impl_mac.mm', | 178 'child/npapi/webplugin_delegate_impl_mac.mm', |
180 ], | 179 ], |
181 }], | 180 }], |
182 ['use_aura==1 and OS=="win"', { | 181 ['use_aura==1 and OS=="win"', { |
183 'sources!': [ | 182 'sources!': [ |
184 'child/npapi/webplugin_delegate_impl_aura.cc', | 183 'child/npapi/webplugin_delegate_impl_aura.cc', |
185 ], | 184 ], |
186 }], | 185 }], |
187 ], | 186 ], |
188 } | 187 } |
OLD | NEW |