OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 385 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
396 '<(DEPTH)/third_party/wtl/include', | 396 '<(DEPTH)/third_party/wtl/include', |
397 ], | 397 ], |
398 'sources!': [ | 398 'sources!': [ |
399 'event_recorder_stubs.cc', | 399 'event_recorder_stubs.cc', |
400 'file_descriptor_shuffle.cc', | 400 'file_descriptor_shuffle.cc', |
401 'message_pump_libevent.cc', | 401 'message_pump_libevent.cc', |
402 # Not using sha1_win.cc because it may have caused a | 402 # Not using sha1_win.cc because it may have caused a |
403 # regression to page cycler moz. | 403 # regression to page cycler moz. |
404 'sha1_win.cc', | 404 'sha1_win.cc', |
405 'string16.cc', | 405 'string16.cc', |
406 'debug/trace_event.cc', | |
407 ], | 406 ], |
408 },], | 407 },], |
409 ['OS=="freebsd" or OS=="openbsd"', { | 408 ['OS=="freebsd" or OS=="openbsd"', { |
410 'sources!': [ | 409 'sources!': [ |
411 'base/files/file_path_watcher_linux.cc', | 410 'base/files/file_path_watcher_linux.cc', |
412 ], | 411 ], |
413 'sources': [ | 412 'sources': [ |
414 'base/files/file_path_watcher_stub.cc', | 413 'base/files/file_path_watcher_stub.cc', |
415 ], | 414 ], |
416 }], | 415 }], |
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
652 'third_party/xdg_mime/xdgmimemagic.c', | 651 'third_party/xdg_mime/xdgmimemagic.c', |
653 'third_party/xdg_mime/xdgmimemagic.h', | 652 'third_party/xdg_mime/xdgmimemagic.h', |
654 'third_party/xdg_mime/xdgmimeparent.c', | 653 'third_party/xdg_mime/xdgmimeparent.c', |
655 'third_party/xdg_mime/xdgmimeparent.h', | 654 'third_party/xdg_mime/xdgmimeparent.h', |
656 ], | 655 ], |
657 }, | 656 }, |
658 ], | 657 ], |
659 }], | 658 }], |
660 ], | 659 ], |
661 } | 660 } |
OLD | NEW |