| 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 272 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 283 'profiler/alternate_timer.cc', | 283 'profiler/alternate_timer.cc', |
| 284 'profiler/alternate_timer.h', | 284 'profiler/alternate_timer.h', |
| 285 'profiler/tracked_time.cc', | 285 'profiler/tracked_time.cc', |
| 286 'profiler/tracked_time.h', | 286 'profiler/tracked_time.h', |
| 287 'property_bag.cc', | 287 'property_bag.cc', |
| 288 'property_bag.h', | 288 'property_bag.h', |
| 289 'rand_util.cc', | 289 'rand_util.cc', |
| 290 'rand_util.h', | 290 'rand_util.h', |
| 291 'rand_util_posix.cc', | 291 'rand_util_posix.cc', |
| 292 'rand_util_win.cc', | 292 'rand_util_win.cc', |
| 293 'run_loop.cc', |
| 294 'run_loop.h', |
| 293 'safe_strerror_posix.cc', | 295 'safe_strerror_posix.cc', |
| 294 'safe_strerror_posix.h', | 296 'safe_strerror_posix.h', |
| 295 'scoped_native_library.cc', | 297 'scoped_native_library.cc', |
| 296 'scoped_native_library.h', | 298 'scoped_native_library.h', |
| 297 'scoped_temp_dir.cc', | 299 'scoped_temp_dir.cc', |
| 298 'scoped_temp_dir.h', | 300 'scoped_temp_dir.h', |
| 299 'sequenced_task_runner.cc', | 301 'sequenced_task_runner.cc', |
| 300 'sequenced_task_runner.h', | 302 'sequenced_task_runner.h', |
| 301 'sequenced_task_runner_helpers.h', | 303 'sequenced_task_runner_helpers.h', |
| 302 'sha1.h', | 304 'sha1.h', |
| (...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 614 ['<(chromeos)!=1 or >(nacl_untrusted_build)==1', { | 616 ['<(chromeos)!=1 or >(nacl_untrusted_build)==1', { |
| 615 'sources/': [ | 617 'sources/': [ |
| 616 ['exclude', '^chromeos/'], | 618 ['exclude', '^chromeos/'], |
| 617 ], | 619 ], |
| 618 }], | 620 }], |
| 619 ], | 621 ], |
| 620 }], | 622 }], |
| 621 ], | 623 ], |
| 622 }, | 624 }, |
| 623 } | 625 } |
| OLD | NEW |