| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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/win_precompile.gypi', | 10 '../build/win_precompile.gypi', |
| (...skipping 1183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1194 }, | 1194 }, |
| 1195 }, | 1195 }, |
| 1196 # TODO(rvargas): Bug 78117. Remove this. | 1196 # TODO(rvargas): Bug 78117. Remove this. |
| 1197 'msvs_disabled_warnings': [ | 1197 'msvs_disabled_warnings': [ |
| 1198 4244, | 1198 4244, |
| 1199 4996, | 1199 4996, |
| 1200 4267, | 1200 4267, |
| 1201 ], | 1201 ], |
| 1202 'sources': [ | 1202 'sources': [ |
| 1203 'auto_reset.h', | 1203 'auto_reset.h', |
| 1204 'base_paths_win.cc', |
| 1204 'linux_util.cc', | 1205 'linux_util.cc', |
| 1205 'linux_util.h', | 1206 'linux_util.h', |
| 1206 'md5.cc', | 1207 'md5.cc', |
| 1207 'md5.h', | 1208 'md5.h', |
| 1208 'message_loop/message_pump_libevent.cc', | 1209 'message_loop/message_pump_libevent.cc', |
| 1209 'message_loop/message_pump_libevent.h', | 1210 'message_loop/message_pump_libevent.h', |
| 1210 'metrics/field_trial.cc', | 1211 'metrics/field_trial.cc', |
| 1211 'metrics/field_trial.h', | 1212 'metrics/field_trial.h', |
| 1212 'posix/file_descriptor_shuffle.cc', | 1213 'posix/file_descriptor_shuffle.cc', |
| 1213 'posix/file_descriptor_shuffle.h', | 1214 'posix/file_descriptor_shuffle.h', |
| (...skipping 502 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1716 '../build/isolate.gypi', | 1717 '../build/isolate.gypi', |
| 1717 ], | 1718 ], |
| 1718 'sources': [ | 1719 'sources': [ |
| 1719 'base_unittests.isolate', | 1720 'base_unittests.isolate', |
| 1720 ], | 1721 ], |
| 1721 }, | 1722 }, |
| 1722 ], | 1723 ], |
| 1723 }], | 1724 }], |
| 1724 ], | 1725 ], |
| 1725 } | 1726 } |
| OLD | NEW |