| OLD | NEW |
| 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'includes': [ | 9 'includes': [ |
| 10 '../../build/common.gypi', | 10 '../../build/common.gypi', |
| 11 ], | 11 ], |
| 12 'targets': [ | 12 'targets': [ |
| 13 { | 13 { |
| 14 'target_name': 'activex_shim', | 14 'target_name': 'activex_shim', |
| 15 'type': 'static_library', | 15 'type': 'static_library', |
| 16 'msvs_guid': 'F4F4BCAA-EA59-445C-A119-3E6C29647A51', |
| 16 'dependencies': [ | 17 'dependencies': [ |
| 17 '../../base/base.gyp:base', | 18 '../../base/base.gyp:base', |
| 18 '../../third_party/npapi/npapi.gyp:npapi', | 19 '../../third_party/npapi/npapi.gyp:npapi', |
| 19 '../../build/temp_gyp/googleurl.gyp:googleurl', | 20 '../../build/temp_gyp/googleurl.gyp:googleurl', |
| 20 ], | 21 ], |
| 21 'sources': [ | 22 'sources': [ |
| 22 'activex_plugin.cc', | 23 'activex_plugin.cc', |
| 23 'activex_plugin.h', | 24 'activex_plugin.h', |
| 24 'activex_shared.cc', | 25 'activex_shared.cc', |
| 25 'activex_shared.h', | 26 'activex_shared.h', |
| (...skipping 14 matching lines...) Expand all Loading... |
| 40 'web_activex_site.h', | 41 'web_activex_site.h', |
| 41 ], | 42 ], |
| 42 'link_settings': { | 43 'link_settings': { |
| 43 'libraries': [ | 44 'libraries': [ |
| 44 '-lurlmon.lib', | 45 '-lurlmon.lib', |
| 45 ], | 46 ], |
| 46 }, | 47 }, |
| 47 }, | 48 }, |
| 48 ], | 49 ], |
| 49 } | 50 } |
| OLD | NEW |