| 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 268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 279 'profiler/scoped_profile.cc', | 279 'profiler/scoped_profile.cc', |
| 280 'profiler/scoped_profile.h', | 280 'profiler/scoped_profile.h', |
| 281 'profiler/alternate_timer.cc', | 281 'profiler/alternate_timer.cc', |
| 282 'profiler/alternate_timer.h', | 282 'profiler/alternate_timer.h', |
| 283 'profiler/tracked_time.cc', | 283 'profiler/tracked_time.cc', |
| 284 'profiler/tracked_time.h', | 284 'profiler/tracked_time.h', |
| 285 'property_bag.cc', | 285 'property_bag.cc', |
| 286 'property_bag.h', | 286 'property_bag.h', |
| 287 'rand_util.cc', | 287 'rand_util.cc', |
| 288 'rand_util.h', | 288 'rand_util.h', |
| 289 'rand_util_nacl.cc', | |
| 290 'rand_util_posix.cc', | 289 'rand_util_posix.cc', |
| 291 'rand_util_win.cc', | 290 'rand_util_win.cc', |
| 292 'safe_strerror_posix.cc', | 291 'safe_strerror_posix.cc', |
| 293 'safe_strerror_posix.h', | 292 'safe_strerror_posix.h', |
| 294 'scoped_native_library.cc', | 293 'scoped_native_library.cc', |
| 295 'scoped_native_library.h', | 294 'scoped_native_library.h', |
| 296 'scoped_temp_dir.cc', | 295 'scoped_temp_dir.cc', |
| 297 'scoped_temp_dir.h', | 296 'scoped_temp_dir.h', |
| 298 'sequenced_task_runner.cc', | 297 'sequenced_task_runner.cc', |
| 299 'sequenced_task_runner.h', | 298 'sequenced_task_runner.h', |
| (...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 518 'file_util_posix.cc', | 517 'file_util_posix.cc', |
| 519 'file_util_proxy.cc', | 518 'file_util_proxy.cc', |
| 520 'files/file_path_watcher_kqueue.cc', | 519 'files/file_path_watcher_kqueue.cc', |
| 521 'native_library_posix.cc', | 520 'native_library_posix.cc', |
| 522 'path_service.cc', | 521 'path_service.cc', |
| 523 'platform_file_posix.cc', | 522 'platform_file_posix.cc', |
| 524 'posix/unix_domain_socket.cc', | 523 'posix/unix_domain_socket.cc', |
| 525 'process_posix.cc', | 524 'process_posix.cc', |
| 526 'process_util.cc', | 525 'process_util.cc', |
| 527 'process_util_posix.cc', | 526 'process_util_posix.cc', |
| 527 'rand_util.cc', |
| 528 'rand_util_posix.cc', |
| 528 'scoped_native_library.cc', | 529 'scoped_native_library.cc', |
| 529 'scoped_temp_dir.cc', | 530 'scoped_temp_dir.cc', |
| 530 'shared_memory_posix.cc', | 531 'shared_memory_posix.cc', |
| 531 'sys_info_posix.cc', | 532 'sys_info_posix.cc', |
| 532 'threading/sequenced_worker_pool.cc', | 533 'threading/sequenced_worker_pool.cc', |
| 533 'third_party/dynamic_annotations/dynamic_annotations.c', | 534 'third_party/dynamic_annotations/dynamic_annotations.c', |
| 534 ], | 535 ], |
| 535 }], | 536 }], |
| 536 ['OS == "android" and >(nacl_untrusted_build)==0', { | 537 ['OS == "android" and >(nacl_untrusted_build)==0', { |
| 537 'sources!': [ | 538 'sources!': [ |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 611 ['<(chromeos)!=1 or >(nacl_untrusted_build)==1', { | 612 ['<(chromeos)!=1 or >(nacl_untrusted_build)==1', { |
| 612 'sources/': [ | 613 'sources/': [ |
| 613 ['exclude', '^chromeos/'], | 614 ['exclude', '^chromeos/'], |
| 614 ], | 615 ], |
| 615 }], | 616 }], |
| 616 ], | 617 ], |
| 617 }], | 618 }], |
| 618 ], | 619 ], |
| 619 }, | 620 }, |
| 620 } | 621 } |
| OLD | NEW |