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 'includes': [ | |
7 '../../build/common.gypi', | |
8 ], | |
9 'targets': [ | 6 'targets': [ |
10 ], | 7 ], |
11 'conditions': [ | 8 'conditions': [ |
12 ['OS=="win"', { | 9 ['OS=="win"', { |
13 'targets': [ | 10 'targets': [ |
14 { | 11 { |
15 'target_name': 'default_plugin', | 12 'target_name': 'default_plugin', |
16 'type': '<(library)', | 13 'type': '<(library)', |
17 'dependencies': [ | 14 'dependencies': [ |
18 '../../net/net.gyp:net_resources', | 15 '../../net/net.gyp:net_resources', |
(...skipping 27 matching lines...) Expand all Loading... |
46 'plugin_main.h', | 43 'plugin_main.h', |
47 ], | 44 ], |
48 'link_settings': { | 45 'link_settings': { |
49 'libraries': ['-lurlmon.lib'], | 46 'libraries': ['-lurlmon.lib'], |
50 }, | 47 }, |
51 }, | 48 }, |
52 ], | 49 ], |
53 },], | 50 },], |
54 ], | 51 ], |
55 } | 52 } |
OLD | NEW |