| 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', |
| (...skipping 21 matching lines...) Expand all Loading... |
| 32 'npn_scripting.cc', | 32 'npn_scripting.cc', |
| 33 'npn_scripting.h', | 33 'npn_scripting.h', |
| 34 'npp_impl.cc', | 34 'npp_impl.cc', |
| 35 'npp_impl.h', | 35 'npp_impl.h', |
| 36 'README', | 36 'README', |
| 37 'web_activex_container.cc', | 37 'web_activex_container.cc', |
| 38 'web_activex_container.h', | 38 'web_activex_container.h', |
| 39 'web_activex_site.cc', | 39 'web_activex_site.cc', |
| 40 'web_activex_site.h', | 40 'web_activex_site.h', |
| 41 ], | 41 ], |
| 42 'libraries': [ | 42 'link_settings': { |
| 43 'urlmon.lib', | 43 'libraries': [ |
| 44 ], | 44 '-lurlmon.lib', |
| 45 ], |
| 46 }, |
| 45 }, | 47 }, |
| 46 ], | 48 ], |
| 47 } | 49 } |
| OLD | NEW |