| 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 247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 258 'pickle.cc', | 258 'pickle.cc', |
| 259 'pickle.h', | 259 'pickle.h', |
| 260 'platform_file.cc', | 260 'platform_file.cc', |
| 261 'platform_file.h', | 261 'platform_file.h', |
| 262 'platform_file_posix.cc', | 262 'platform_file_posix.cc', |
| 263 'platform_file_win.cc', | 263 'platform_file_win.cc', |
| 264 'port.h', | 264 'port.h', |
| 265 'posix/unix_domain_socket.cc', | 265 'posix/unix_domain_socket.cc', |
| 266 'posix/unix_domain_socket.h', | 266 'posix/unix_domain_socket.h', |
| 267 'process.h', | 267 'process.h', |
| 268 'process_info.h', |
| 269 'process_info_mac.cc', |
| 270 'process_info_win.cc', |
| 268 'process_linux.cc', | 271 'process_linux.cc', |
| 269 'process_posix.cc', | 272 'process_posix.cc', |
| 270 'process_util.cc', | 273 'process_util.cc', |
| 271 'process_util.h', | 274 'process_util.h', |
| 272 'process_util_freebsd.cc', | 275 'process_util_freebsd.cc', |
| 273 'process_util_linux.cc', | 276 'process_util_linux.cc', |
| 274 'process_util_mac.mm', | 277 'process_util_mac.mm', |
| 275 'process_util_openbsd.cc', | 278 'process_util_openbsd.cc', |
| 276 'process_util_posix.cc', | 279 'process_util_posix.cc', |
| 277 'process_util_win.cc', | 280 'process_util_win.cc', |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 332 'synchronization/condition_variable_win.cc', | 335 'synchronization/condition_variable_win.cc', |
| 333 'synchronization/lock.cc', | 336 'synchronization/lock.cc', |
| 334 'synchronization/lock.h', | 337 'synchronization/lock.h', |
| 335 'synchronization/lock_impl.h', | 338 'synchronization/lock_impl.h', |
| 336 'synchronization/lock_impl_posix.cc', | 339 'synchronization/lock_impl_posix.cc', |
| 337 'synchronization/lock_impl_win.cc', | 340 'synchronization/lock_impl_win.cc', |
| 338 'synchronization/spin_wait.h', | 341 'synchronization/spin_wait.h', |
| 339 'synchronization/waitable_event.h', | 342 'synchronization/waitable_event.h', |
| 340 'synchronization/waitable_event_posix.cc', | 343 'synchronization/waitable_event_posix.cc', |
| 341 'synchronization/waitable_event_watcher.h', | 344 'synchronization/waitable_event_watcher.h', |
| 342 'synchronization/waitable_event_watcher_posix.cc', | 345 'synchronization/waitable_event_watcher_posix.cc', |
| 343 'synchronization/waitable_event_watcher_win.cc', | 346 'synchronization/waitable_event_watcher_win.cc', |
| 344 'synchronization/waitable_event_win.cc', | 347 'synchronization/waitable_event_win.cc', |
| 345 'system_monitor/system_monitor.cc', | 348 'system_monitor/system_monitor.cc', |
| 346 'system_monitor/system_monitor.h', | 349 'system_monitor/system_monitor.h', |
| 347 'system_monitor/system_monitor_android.cc', | 350 'system_monitor/system_monitor_android.cc', |
| 348 'system_monitor/system_monitor_mac.mm', | 351 'system_monitor/system_monitor_mac.mm', |
| 349 'system_monitor/system_monitor_posix.cc', | 352 'system_monitor/system_monitor_posix.cc', |
| 350 'system_monitor/system_monitor_win.cc', | 353 'system_monitor/system_monitor_win.cc', |
| 351 'sys_byteorder.h', | 354 'sys_byteorder.h', |
| 352 'sys_info.h', | 355 'sys_info.h', |
| (...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 611 ['<(chromeos)!=1 or >(nacl_untrusted_build)==1', { | 614 ['<(chromeos)!=1 or >(nacl_untrusted_build)==1', { |
| 612 'sources/': [ | 615 'sources/': [ |
| 613 ['exclude', '^chromeos/'], | 616 ['exclude', '^chromeos/'], |
| 614 ], | 617 ], |
| 615 }], | 618 }], |
| 616 ], | 619 ], |
| 617 }], | 620 }], |
| 618 ], | 621 ], |
| 619 }, | 622 }, |
| 620 } | 623 } |
| OLD | NEW |