| 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 293 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 304 'browser/file_reader.cc', | 304 'browser/file_reader.cc', |
| 305 'browser/file_reader.h', | 305 'browser/file_reader.h', |
| 306 'browser/lazy_background_task_queue.cc', | 306 'browser/lazy_background_task_queue.cc', |
| 307 'browser/lazy_background_task_queue.h', | 307 'browser/lazy_background_task_queue.h', |
| 308 'browser/management_policy.cc', | 308 'browser/management_policy.cc', |
| 309 'browser/management_policy.h', | 309 'browser/management_policy.h', |
| 310 'browser/pref_names.cc', | 310 'browser/pref_names.cc', |
| 311 'browser/pref_names.h', | 311 'browser/pref_names.h', |
| 312 'browser/process_manager.cc', | 312 'browser/process_manager.cc', |
| 313 'browser/process_manager.h', | 313 'browser/process_manager.h', |
| 314 'browser/process_manager_observer.h', |
| 314 'browser/process_map.cc', | 315 'browser/process_map.cc', |
| 315 'browser/process_map.h', | 316 'browser/process_map.h', |
| 316 'browser/process_map_factory.cc', | 317 'browser/process_map_factory.cc', |
| 317 'browser/process_map_factory.h', | 318 'browser/process_map_factory.h', |
| 318 'browser/quota_service.cc', | 319 'browser/quota_service.cc', |
| 319 'browser/quota_service.h', | 320 'browser/quota_service.h', |
| 320 'browser/renderer_startup_helper.cc', | 321 'browser/renderer_startup_helper.cc', |
| 321 'browser/renderer_startup_helper.h', | 322 'browser/renderer_startup_helper.h', |
| 322 'browser/runtime_data.cc', | 323 'browser/runtime_data.cc', |
| 323 'browser/runtime_data.h', | 324 'browser/runtime_data.h', |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 378 'common/test_util.cc', | 379 'common/test_util.cc', |
| 379 'common/test_util.h', | 380 'common/test_util.h', |
| 380 'common/value_builder.cc', | 381 'common/value_builder.cc', |
| 381 'common/value_builder.h', | 382 'common/value_builder.h', |
| 382 ], | 383 ], |
| 383 # Disable c4267 warnings until we fix size_t to int truncations. | 384 # Disable c4267 warnings until we fix size_t to int truncations. |
| 384 'msvs_disabled_warnings': [ 4267, ], | 385 'msvs_disabled_warnings': [ 4267, ], |
| 385 }, | 386 }, |
| 386 ] | 387 ] |
| 387 } | 388 } |
| OLD | NEW |