OLD | NEW |
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
57 '<(INTERMEDIATE_DIR)/ceee_installer_packing_list.txt', | 57 '<(INTERMEDIATE_DIR)/ceee_installer_packing_list.txt', |
58 ], | 58 ], |
59 'action': [ | 59 'action': [ |
60 '<@(python)', | 60 '<@(python)', |
61 'generate_packing_list.py', | 61 'generate_packing_list.py', |
62 '>(_outputs)', # output file | 62 '>(_outputs)', # output file |
63 '$(OutDir)/ceee_ff.xpi', # one or more packed files | 63 '$(OutDir)/ceee_ff.xpi', # one or more packed files |
64 ], | 64 ], |
65 }, | 65 }, |
66 ], | 66 ], |
| 67 'libraries': [ |
| 68 'iepmapi.lib', |
| 69 ], |
67 }, | 70 }, |
68 ], | 71 ], |
69 } | 72 } |
OLD | NEW |