| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 'base_extra_target': 0, | 9 'base_extra_target': 0, |
| 10 }, | 10 }, |
| (...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 256 'thread_checker.cc', | 256 'thread_checker.cc', |
| 257 'thread_checker.h', | 257 'thread_checker.h', |
| 258 'thread_collision_warner.cc', | 258 'thread_collision_warner.cc', |
| 259 'thread_collision_warner.h', | 259 'thread_collision_warner.h', |
| 260 'thread_local.h', | 260 'thread_local.h', |
| 261 'thread_local_posix.cc', | 261 'thread_local_posix.cc', |
| 262 'thread_local_storage.h', | 262 'thread_local_storage.h', |
| 263 'thread_local_storage_posix.cc', | 263 'thread_local_storage_posix.cc', |
| 264 'thread_local_storage_win.cc', | 264 'thread_local_storage_win.cc', |
| 265 'thread_local_win.cc', | 265 'thread_local_win.cc', |
| 266 'thread_restrictions.h', | |
| 267 'thread_restrictions.cc', | |
| 268 'time.cc', | 266 'time.cc', |
| 269 'time.h', | 267 'time.h', |
| 270 'time_win.cc', | 268 'time_win.cc', |
| 271 'timer.cc', | 269 'timer.cc', |
| 272 'timer.h', | 270 'timer.h', |
| 273 'tracked.cc', | 271 'tracked.cc', |
| 274 'tracked.h', | 272 'tracked.h', |
| 275 'tracked_objects.cc', | 273 'tracked_objects.cc', |
| 276 'tracked_objects.h', | 274 'tracked_objects.h', |
| 277 'tuple.h', | 275 'tuple.h', |
| (...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 471 'setproctitle_linux.c', | 469 'setproctitle_linux.c', |
| 472 'setproctitle_linux.h', | 470 'setproctitle_linux.h', |
| 473 'sha2.cc', | 471 'sha2.cc', |
| 474 'sha2.h', | 472 'sha2.h', |
| 475 'sha2_openssl.cc', | 473 'sha2_openssl.cc', |
| 476 'string16.cc', | 474 'string16.cc', |
| 477 'string16.h', | 475 'string16.h', |
| 478 'sync_socket.h', | 476 'sync_socket.h', |
| 479 'sync_socket_win.cc', | 477 'sync_socket_win.cc', |
| 480 'sync_socket_posix.cc', | 478 'sync_socket_posix.cc', |
| 479 'thread_restrictions.h', |
| 480 'thread_restrictions.cc', |
| 481 'time_mac.cc', | 481 'time_mac.cc', |
| 482 'time_posix.cc', | 482 'time_posix.cc', |
| 483 'version.cc', | 483 'version.cc', |
| 484 'version.h', | 484 'version.h', |
| 485 ], | 485 ], |
| 486 'conditions': [ | 486 'conditions': [ |
| 487 [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd" or OS == "solar
is"', { | 487 [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd" or OS == "solar
is"', { |
| 488 'conditions': [ | 488 'conditions': [ |
| 489 [ 'chromeos==1', { | 489 [ 'chromeos==1', { |
| 490 'sources/': [ ['include', '_chromeos\\.cc$'] ] | 490 'sources/': [ ['include', '_chromeos\\.cc$'] ] |
| (...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 801 'third_party/xdg_mime/xdgmimemagic.c', | 801 'third_party/xdg_mime/xdgmimemagic.c', |
| 802 'third_party/xdg_mime/xdgmimemagic.h', | 802 'third_party/xdg_mime/xdgmimemagic.h', |
| 803 'third_party/xdg_mime/xdgmimeparent.c', | 803 'third_party/xdg_mime/xdgmimeparent.c', |
| 804 'third_party/xdg_mime/xdgmimeparent.h', | 804 'third_party/xdg_mime/xdgmimeparent.h', |
| 805 ], | 805 ], |
| 806 }, | 806 }, |
| 807 ], | 807 ], |
| 808 }], | 808 }], |
| 809 ], | 809 ], |
| 810 } | 810 } |
| OLD | NEW |