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 366 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
377 'sha1.h', | 377 'sha1.h', |
378 'sha1_portable.cc', | 378 'sha1_portable.cc', |
379 'sha1_win.cc', | 379 'sha1_win.cc', |
380 'shared_memory.h', | 380 'shared_memory.h', |
381 'shared_memory_android.cc', | 381 'shared_memory_android.cc', |
382 'shared_memory_nacl.cc', | 382 'shared_memory_nacl.cc', |
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', | |
388 'string_number_conversions.h', | |
389 'string_piece.cc', | 387 'string_piece.cc', |
390 'string_piece.h', | 388 'string_piece.h', |
391 'string_split.cc', | 389 'string_split.cc', |
392 'string_split.h', | 390 'string_split.h', |
393 'string_util.cc', | 391 'string_util.cc', |
394 'string_util.h', | 392 'string_util.h', |
395 'string_util_posix.h', | 393 'string_util_posix.h', |
396 'string_util_win.h', | 394 'string_util_win.h', |
397 'string16.cc', | 395 'string16.cc', |
398 'string16.h', | 396 'string16.h', |
399 'stringprintf.cc', | 397 'stringprintf.cc', |
400 'stringprintf.h', | 398 'stringprintf.h', |
| 399 'strings/string_number_conversions.cc', |
| 400 'strings/string_number_conversions.h', |
401 'strings/string_tokenizer.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', |
(...skipping 338 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 |