| 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', |
| (...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 } |
| OLD | NEW |