| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'content_plugin', | 8 'target_name': 'content_plugin', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'msvs_guid': '20A560A0-2CD0-4D9E-A58B-1F24B99C087A', | |
| 11 'dependencies': [ | 10 'dependencies': [ |
| 12 'content_common', | 11 'content_common', |
| 13 '../skia/skia.gyp:skia', | 12 '../skia/skia.gyp:skia', |
| 14 '../third_party/npapi/npapi.gyp:npapi', | 13 '../third_party/npapi/npapi.gyp:npapi', |
| 15 '../webkit/support/webkit_support.gyp:glue', | 14 '../webkit/support/webkit_support.gyp:glue', |
| 16 ], | 15 ], |
| 17 'include_dirs': [ | 16 'include_dirs': [ |
| 18 '<(INTERMEDIATE_DIR)', | 17 '<(INTERMEDIATE_DIR)', |
| 19 ], | 18 ], |
| 20 'sources': [ | 19 'sources': [ |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 56 }], | 55 }], |
| 57 ['toolkit_uses_gtk == 1', { | 56 ['toolkit_uses_gtk == 1', { |
| 58 'dependencies': [ | 57 'dependencies': [ |
| 59 '../build/linux/system.gyp:gtk', | 58 '../build/linux/system.gyp:gtk', |
| 60 ], | 59 ], |
| 61 }], | 60 }], |
| 62 ], | 61 ], |
| 63 }, | 62 }, |
| 64 ], | 63 ], |
| 65 } | 64 } |
| OLD | NEW |