| 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 444 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 455 'nss_util.h', | 455 'nss_util.h', |
| 456 'setproctitle_linux.c', | 456 'setproctitle_linux.c', |
| 457 'setproctitle_linux.h', | 457 'setproctitle_linux.h', |
| 458 'sha2.cc', | 458 'sha2.cc', |
| 459 'sha2.h', | 459 'sha2.h', |
| 460 'string16.cc', | 460 'string16.cc', |
| 461 'string16.h', | 461 'string16.h', |
| 462 'sync_socket.h', | 462 'sync_socket.h', |
| 463 'sync_socket_win.cc', | 463 'sync_socket_win.cc', |
| 464 'sync_socket_posix.cc', | 464 'sync_socket_posix.cc', |
| 465 'thread_restrictions.h', |
| 466 'thread_restrictions.cc', |
| 465 'time_mac.cc', | 467 'time_mac.cc', |
| 466 'time_posix.cc', | 468 'time_posix.cc', |
| 467 'version.cc', | 469 'version.cc', |
| 468 'version.h', | 470 'version.h', |
| 469 ], | 471 ], |
| 470 'conditions': [ | 472 'conditions': [ |
| 471 [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd" or OS == "solar
is"', { | 473 [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd" or OS == "solar
is"', { |
| 472 'conditions': [ | 474 'conditions': [ |
| 473 [ 'chromeos==1', { | 475 [ 'chromeos==1', { |
| 474 'sources/': [ ['include', '_chromeos\\.cc$'] ] | 476 'sources/': [ ['include', '_chromeos\\.cc$'] ] |
| (...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 746 'third_party/xdg_mime/xdgmimemagic.c', | 748 'third_party/xdg_mime/xdgmimemagic.c', |
| 747 'third_party/xdg_mime/xdgmimemagic.h', | 749 'third_party/xdg_mime/xdgmimemagic.h', |
| 748 'third_party/xdg_mime/xdgmimeparent.c', | 750 'third_party/xdg_mime/xdgmimeparent.c', |
| 749 'third_party/xdg_mime/xdgmimeparent.h', | 751 'third_party/xdg_mime/xdgmimeparent.h', |
| 750 ], | 752 ], |
| 751 }, | 753 }, |
| 752 ], | 754 ], |
| 753 }], | 755 }], |
| 754 ], | 756 ], |
| 755 } | 757 } |
| OLD | NEW |