| 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 203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 214 'conditions': [ | 214 'conditions': [ |
| 215 ['OS=="win"', { | 215 ['OS=="win"', { |
| 216 'sources!': [ | 216 'sources!': [ |
| 217 'debug/debug_on_start_win.cc', | 217 'debug/debug_on_start_win.cc', |
| 218 ], | 218 ], |
| 219 }], | 219 }], |
| 220 ], | 220 ], |
| 221 }], | 221 }], |
| 222 ], | 222 ], |
| 223 'sources': [ | 223 'sources': [ |
| 224 'third_party/nspr/prcpucfg.h', | |
| 225 'third_party/nspr/prcpucfg_win.h', | |
| 226 'third_party/nspr/prtypes.h', | |
| 227 'third_party/xdg_user_dirs/xdg_user_dir_lookup.cc', | 224 'third_party/xdg_user_dirs/xdg_user_dir_lookup.cc', |
| 228 'third_party/xdg_user_dirs/xdg_user_dir_lookup.h', | 225 'third_party/xdg_user_dirs/xdg_user_dir_lookup.h', |
| 229 'async_socket_io_handler.h', | 226 'async_socket_io_handler.h', |
| 230 'async_socket_io_handler_posix.cc', | 227 'async_socket_io_handler_posix.cc', |
| 231 'async_socket_io_handler_win.cc', | 228 'async_socket_io_handler_win.cc', |
| 232 'auto_reset.h', | 229 'auto_reset.h', |
| 233 'event_recorder.h', | 230 'event_recorder.h', |
| 234 'event_recorder_stubs.cc', | 231 'event_recorder_stubs.cc', |
| 235 'event_recorder_win.cc', | 232 'event_recorder_win.cc', |
| 236 'linux_util.cc', | 233 'linux_util.cc', |
| (...skipping 847 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1084 ], | 1081 ], |
| 1085 }], | 1082 }], |
| 1086 ], | 1083 ], |
| 1087 # TODO(rvargas): Bug 78117. Remove this. | 1084 # TODO(rvargas): Bug 78117. Remove this. |
| 1088 'msvs_disabled_warnings': [ | 1085 'msvs_disabled_warnings': [ |
| 1089 4244, | 1086 4244, |
| 1090 4996, | 1087 4996, |
| 1091 4267, | 1088 4267, |
| 1092 ], | 1089 ], |
| 1093 'sources': [ | 1090 'sources': [ |
| 1094 'third_party/nspr/prcpucfg.h', | |
| 1095 'third_party/nspr/prcpucfg_win.h', | |
| 1096 'third_party/nspr/prtypes.h', | |
| 1097 'third_party/xdg_user_dirs/xdg_user_dir_lookup.cc', | 1091 'third_party/xdg_user_dirs/xdg_user_dir_lookup.cc', |
| 1098 'third_party/xdg_user_dirs/xdg_user_dir_lookup.h', | 1092 'third_party/xdg_user_dirs/xdg_user_dir_lookup.h', |
| 1099 'async_socket_io_handler.h', | 1093 'async_socket_io_handler.h', |
| 1100 'async_socket_io_handler_posix.cc', | 1094 'async_socket_io_handler_posix.cc', |
| 1101 'async_socket_io_handler_win.cc', | 1095 'async_socket_io_handler_win.cc', |
| 1102 'auto_reset.h', | 1096 'auto_reset.h', |
| 1103 'event_recorder.h', | 1097 'event_recorder.h', |
| 1104 'event_recorder_stubs.cc', | 1098 'event_recorder_stubs.cc', |
| 1105 'event_recorder_win.cc', | 1099 'event_recorder_win.cc', |
| 1106 'linux_util.cc', | 1100 'linux_util.cc', |
| (...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1476 'base_unittests.isolate', | 1470 'base_unittests.isolate', |
| 1477 ], | 1471 ], |
| 1478 'sources': [ | 1472 'sources': [ |
| 1479 'base_unittests.isolate', | 1473 'base_unittests.isolate', |
| 1480 ], | 1474 ], |
| 1481 }, | 1475 }, |
| 1482 ], | 1476 ], |
| 1483 }], | 1477 }], |
| 1484 ], | 1478 ], |
| 1485 } | 1479 } |
| OLD | NEW |