| OLD | NEW |
| 1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 1270 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1281 'renderer/api_test_base_unittest.cc', | 1281 'renderer/api_test_base_unittest.cc', |
| 1282 'renderer/event_unittest.cc', | 1282 'renderer/event_unittest.cc', |
| 1283 'renderer/json_schema_unittest.cc', | 1283 'renderer/json_schema_unittest.cc', |
| 1284 'renderer/mojo/keep_alive_client_unittest.cc', | 1284 'renderer/mojo/keep_alive_client_unittest.cc', |
| 1285 'renderer/messaging_utils_unittest.cc', | 1285 'renderer/messaging_utils_unittest.cc', |
| 1286 'renderer/module_system_test.cc', | 1286 'renderer/module_system_test.cc', |
| 1287 'renderer/module_system_test.h', | 1287 'renderer/module_system_test.h', |
| 1288 'renderer/module_system_unittest.cc', | 1288 'renderer/module_system_unittest.cc', |
| 1289 'renderer/safe_builtins_unittest.cc', | 1289 'renderer/safe_builtins_unittest.cc', |
| 1290 'renderer/script_context_set_unittest.cc', | 1290 'renderer/script_context_set_unittest.cc', |
| 1291 'renderer/script_context_unittest.cc', |
| 1291 'renderer/utils_unittest.cc', | 1292 'renderer/utils_unittest.cc', |
| 1292 'test/extensions_unittests_main.cc', | 1293 'test/extensions_unittests_main.cc', |
| 1293 ], | 1294 ], |
| 1294 # Disable c4267 warnings until we fix size_t to int truncations. | 1295 # Disable c4267 warnings until we fix size_t to int truncations. |
| 1295 'msvs_disabled_warnings': [ 4267, ], | 1296 'msvs_disabled_warnings': [ 4267, ], |
| 1296 'conditions': [ | 1297 'conditions': [ |
| 1297 ['OS=="win" and win_use_allocator_shim==1', { | 1298 ['OS=="win" and win_use_allocator_shim==1', { |
| 1298 'dependencies': [ | 1299 'dependencies': [ |
| 1299 '../base/allocator/allocator.gyp:allocator', | 1300 '../base/allocator/allocator.gyp:allocator', |
| 1300 ], | 1301 ], |
| 1301 }], | 1302 }], |
| 1302 ], | 1303 ], |
| 1303 }, | 1304 }, |
| 1304 ] | 1305 ] |
| 1305 } | 1306 } |
| OLD | NEW |