| 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 372 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 383 'shared_memory_posix.cc', | 383 'shared_memory_posix.cc', |
| 384 'shared_memory_win.cc', | 384 'shared_memory_win.cc', |
| 385 'single_thread_task_runner.h', | 385 'single_thread_task_runner.h', |
| 386 'stl_util.h', | 386 'stl_util.h', |
| 387 'string_number_conversions.cc', | 387 'string_number_conversions.cc', |
| 388 'string_number_conversions.h', | 388 'string_number_conversions.h', |
| 389 'string_piece.cc', | 389 'string_piece.cc', |
| 390 'string_piece.h', | 390 'string_piece.h', |
| 391 'string_split.cc', | 391 'string_split.cc', |
| 392 'string_split.h', | 392 'string_split.h', |
| 393 'string_tokenizer.h', | |
| 394 'string_util.cc', | 393 'string_util.cc', |
| 395 'string_util.h', | 394 'string_util.h', |
| 396 'string_util_posix.h', | 395 'string_util_posix.h', |
| 397 'string_util_win.h', | 396 'string_util_win.h', |
| 398 'string16.cc', | 397 'string16.cc', |
| 399 'string16.h', | 398 'string16.h', |
| 400 'stringprintf.cc', | 399 'stringprintf.cc', |
| 401 'stringprintf.h', | 400 'stringprintf.h', |
| 401 'strings/string_tokenizer.h', |
| 402 'strings/stringize_macros.h', | 402 'strings/stringize_macros.h', |
| 403 'supports_user_data.cc', | 403 'supports_user_data.cc', |
| 404 'supports_user_data.h', | 404 'supports_user_data.h', |
| 405 'synchronization/cancellation_flag.cc', | 405 'synchronization/cancellation_flag.cc', |
| 406 'synchronization/cancellation_flag.h', | 406 'synchronization/cancellation_flag.h', |
| 407 'synchronization/condition_variable.h', | 407 'synchronization/condition_variable.h', |
| 408 'synchronization/condition_variable_posix.cc', | 408 'synchronization/condition_variable_posix.cc', |
| 409 'synchronization/condition_variable_win.cc', | 409 'synchronization/condition_variable_win.cc', |
| 410 'synchronization/lock.cc', | 410 'synchronization/lock.cc', |
| 411 'synchronization/lock.h', | 411 'synchronization/lock.h', |
| (...skipping 337 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 749 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { | 749 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { |
| 750 'sources/': [ | 750 'sources/': [ |
| 751 ['exclude', '^third_party/nspr/'], | 751 ['exclude', '^third_party/nspr/'], |
| 752 ], | 752 ], |
| 753 }], | 753 }], |
| 754 ], | 754 ], |
| 755 }], | 755 }], |
| 756 ], | 756 ], |
| 757 }, | 757 }, |
| 758 } | 758 } |
| OLD | NEW |