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