| 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 261 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 272 'sequenced_task_runner.cc', | 272 'sequenced_task_runner.cc', |
| 273 'sequenced_task_runner.h', | 273 'sequenced_task_runner.h', |
| 274 'sequenced_task_runner_helpers.h', | 274 'sequenced_task_runner_helpers.h', |
| 275 'sha1.h', | 275 'sha1.h', |
| 276 'sha1_portable.cc', | 276 'sha1_portable.cc', |
| 277 'sha1_win.cc', | 277 'sha1_win.cc', |
| 278 'shared_memory.h', | 278 'shared_memory.h', |
| 279 'shared_memory_android.cc', | 279 'shared_memory_android.cc', |
| 280 'shared_memory_posix.cc', | 280 'shared_memory_posix.cc', |
| 281 'shared_memory_win.cc', | 281 'shared_memory_win.cc', |
| 282 'single_thread_task_runner.cc', |
| 282 'single_thread_task_runner.h', | 283 'single_thread_task_runner.h', |
| 283 'stack_container.h', | 284 'stack_container.h', |
| 284 'stl_util.h', | 285 'stl_util.h', |
| 285 'string_number_conversions.cc', | 286 'string_number_conversions.cc', |
| 286 'string_number_conversions.h', | 287 'string_number_conversions.h', |
| 287 'string_piece.cc', | 288 'string_piece.cc', |
| 288 'string_piece.h', | 289 'string_piece.h', |
| 289 'string_split.cc', | 290 'string_split.cc', |
| 290 'string_split.h', | 291 'string_split.h', |
| 291 'string_tokenizer.h', | 292 'string_tokenizer.h', |
| (...skipping 626 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 918 'third_party/xdg_mime/xdgmimemagic.c', | 919 'third_party/xdg_mime/xdgmimemagic.c', |
| 919 'third_party/xdg_mime/xdgmimemagic.h', | 920 'third_party/xdg_mime/xdgmimemagic.h', |
| 920 'third_party/xdg_mime/xdgmimeparent.c', | 921 'third_party/xdg_mime/xdgmimeparent.c', |
| 921 'third_party/xdg_mime/xdgmimeparent.h', | 922 'third_party/xdg_mime/xdgmimeparent.h', |
| 922 ], | 923 ], |
| 923 }, | 924 }, |
| 924 ], | 925 ], |
| 925 }], | 926 }], |
| 926 ], | 927 ], |
| 927 } | 928 } |
| OLD | NEW |