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 'target_defaults': { | 6 'target_defaults': { |
7 'variables': { | 7 'variables': { |
8 'base_target': 0, | 8 'base_target': 0, |
9 }, | 9 }, |
10 'target_conditions': [ | 10 'target_conditions': [ |
(...skipping 340 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
351 'profiler/alternate_timer.h', | 351 'profiler/alternate_timer.h', |
352 'profiler/tracked_time.cc', | 352 'profiler/tracked_time.cc', |
353 'profiler/tracked_time.h', | 353 'profiler/tracked_time.h', |
354 'rand_util.cc', | 354 'rand_util.cc', |
355 'rand_util.h', | 355 'rand_util.h', |
356 'rand_util_nacl.cc', | 356 'rand_util_nacl.cc', |
357 'rand_util_posix.cc', | 357 'rand_util_posix.cc', |
358 'rand_util_win.cc', | 358 'rand_util_win.cc', |
359 'run_loop.cc', | 359 'run_loop.cc', |
360 'run_loop.h', | 360 'run_loop.h', |
| 361 'safe_numerics.h', |
361 'safe_strerror_posix.cc', | 362 'safe_strerror_posix.cc', |
362 'safe_strerror_posix.h', | 363 'safe_strerror_posix.h', |
363 'scoped_native_library.cc', | 364 'scoped_native_library.cc', |
364 'scoped_native_library.h', | 365 'scoped_native_library.h', |
365 'sequence_checker.h', | 366 'sequence_checker.h', |
366 'sequence_checker_impl.cc', | 367 'sequence_checker_impl.cc', |
367 'sequence_checker_impl.h', | 368 'sequence_checker_impl.h', |
368 'sequenced_task_runner.cc', | 369 'sequenced_task_runner.cc', |
369 'sequenced_task_runner.h', | 370 'sequenced_task_runner.h', |
370 'sequenced_task_runner_helpers.h', | 371 'sequenced_task_runner_helpers.h', |
(...skipping 367 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
738 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { | 739 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { |
739 'sources/': [ | 740 'sources/': [ |
740 ['exclude', '^third_party/nspr/'], | 741 ['exclude', '^third_party/nspr/'], |
741 ], | 742 ], |
742 }], | 743 }], |
743 ], | 744 ], |
744 }], | 745 }], |
745 ], | 746 ], |
746 }, | 747 }, |
747 } | 748 } |
OLD | NEW |