| 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 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 140 'histogram.cc', | 140 'histogram.cc', |
| 141 'histogram.h', | 141 'histogram.h', |
| 142 'hmac.h', | 142 'hmac.h', |
| 143 'hmac_mac.cc', | 143 'hmac_mac.cc', |
| 144 'hmac_nss.cc', | 144 'hmac_nss.cc', |
| 145 'hmac_win.cc', | 145 'hmac_win.cc', |
| 146 'iat_patch.cc', | 146 'iat_patch.cc', |
| 147 'iat_patch.h', | 147 'iat_patch.h', |
| 148 'icu_util.cc', | 148 'icu_util.cc', |
| 149 'icu_util.h', | 149 'icu_util.h', |
| 150 'id_map.h', | |
| 151 'idle_timer.cc', | 150 'idle_timer.cc', |
| 152 'idle_timer.h', | 151 'idle_timer.h', |
| 153 'idle_timer_none.cc', | 152 'idle_timer_none.cc', |
| 154 'image_util.cc', | 153 'image_util.cc', |
| 155 'image_util.h', | 154 'image_util.h', |
| 156 'json_reader.cc', | 155 'json_reader.cc', |
| 157 'json_reader.h', | 156 'json_reader.h', |
| 158 'json_writer.cc', | 157 'json_writer.cc', |
| 159 'json_writer.h', | 158 'json_writer.h', |
| 160 'keyboard_codes.h', | 159 'keyboard_codes.h', |
| (...skipping 675 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 836 '<@(_outputs)', | 835 '<@(_outputs)', |
| 837 ], | 836 ], |
| 838 'message': 'Generating version information', | 837 'message': 'Generating version information', |
| 839 }, | 838 }, |
| 840 ], | 839 ], |
| 841 }, | 840 }, |
| 842 ], | 841 ], |
| 843 }], | 842 }], |
| 844 ], | 843 ], |
| 845 } | 844 } |
| OLD | NEW |