| 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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 55 'bind_helpers.h', | 55 'bind_helpers.h', |
| 56 'bind_internal.h', | 56 'bind_internal.h', |
| 57 'bind_internal_win.h', | 57 'bind_internal_win.h', |
| 58 'bits.h', | 58 'bits.h', |
| 59 'build_time.cc', | 59 'build_time.cc', |
| 60 'build_time.h', | 60 'build_time.h', |
| 61 'callback.h', | 61 'callback.h', |
| 62 'callback_internal.cc', | 62 'callback_internal.cc', |
| 63 'callback_internal.h', | 63 'callback_internal.h', |
| 64 'cancelable_callback.h', | 64 'cancelable_callback.h', |
| 65 'chromeos/chromeos_version.cc', |
| 66 'chromeos/chromeos_version.h', |
| 65 'command_line.cc', | 67 'command_line.cc', |
| 66 'command_line.h', | 68 'command_line.h', |
| 67 'compiler_specific.h', | 69 'compiler_specific.h', |
| 68 'cpu.cc', | 70 'cpu.cc', |
| 69 'cpu.h', | 71 'cpu.h', |
| 70 'debug/alias.cc', | 72 'debug/alias.cc', |
| 71 'debug/alias.h', | 73 'debug/alias.h', |
| 72 'debug/debug_on_start_win.cc', | 74 'debug/debug_on_start_win.cc', |
| 73 'debug/debug_on_start_win.h', | 75 'debug/debug_on_start_win.h', |
| 74 'debug/debugger.cc', | 76 'debug/debugger.cc', |
| (...skipping 467 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 542 [ 'os_bsd==1', { | 544 [ 'os_bsd==1', { |
| 543 'sources/': [ | 545 'sources/': [ |
| 544 ['exclude', '^files/file_path_watcher_linux\\.cc$'], | 546 ['exclude', '^files/file_path_watcher_linux\\.cc$'], |
| 545 ['exclude', '^files/file_path_watcher_stub\\.cc$'], | 547 ['exclude', '^files/file_path_watcher_stub\\.cc$'], |
| 546 ['exclude', '^file_util_linux\\.cc$'], | 548 ['exclude', '^file_util_linux\\.cc$'], |
| 547 ['exclude', '^process_linux\\.cc$'], | 549 ['exclude', '^process_linux\\.cc$'], |
| 548 ['exclude', '^process_util_linux\\.cc$'], | 550 ['exclude', '^process_util_linux\\.cc$'], |
| 549 ['exclude', '^sys_info_linux\\.cc$'], | 551 ['exclude', '^sys_info_linux\\.cc$'], |
| 550 ], | 552 ], |
| 551 }], | 553 }], |
| 554 [ 'chromeos != 1', { |
| 555 'sources/': [ |
| 556 ['exclude', '^chromeos/'], |
| 557 ], |
| 558 }], |
| 552 ], | 559 ], |
| 553 }], | 560 }], |
| 554 ], | 561 ], |
| 555 }, | 562 }, |
| 556 'targets': [ | 563 'targets': [ |
| 557 { | 564 { |
| 558 'target_name': 'base', | 565 'target_name': 'base', |
| 559 'type': '<(component)', | 566 'type': '<(component)', |
| 560 'toolsets': ['host', 'target'], | 567 'toolsets': ['host', 'target'], |
| 561 'variables': { | 568 'variables': { |
| (...skipping 337 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 899 'third_party/xdg_mime/xdgmimemagic.c', | 906 'third_party/xdg_mime/xdgmimemagic.c', |
| 900 'third_party/xdg_mime/xdgmimemagic.h', | 907 'third_party/xdg_mime/xdgmimemagic.h', |
| 901 'third_party/xdg_mime/xdgmimeparent.c', | 908 'third_party/xdg_mime/xdgmimeparent.c', |
| 902 'third_party/xdg_mime/xdgmimeparent.h', | 909 'third_party/xdg_mime/xdgmimeparent.h', |
| 903 ], | 910 ], |
| 904 }, | 911 }, |
| 905 ], | 912 ], |
| 906 }], | 913 }], |
| 907 ], | 914 ], |
| 908 } | 915 } |
| OLD | NEW |