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 'target_name': 'npapi', | 8 'target_name': 'npapi', |
12 'type': 'none', | 9 'type': 'none', |
13 'direct_dependent_settings': { | 10 'direct_dependent_settings': { |
14 'include_dirs': [ | 11 'include_dirs': [ |
15 # Some things #include "bindings/npapi.h" and others just #include | 12 # Some things #include "bindings/npapi.h" and others just #include |
16 # "npapi.h". Account for both flavors. | 13 # "npapi.h". Account for both flavors. |
17 '.', | 14 '.', |
18 'bindings', | 15 'bindings', |
19 ], | 16 ], |
20 }, | 17 }, |
21 }, | 18 }, |
22 ], | 19 ], |
23 } | 20 } |
OLD | NEW |