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 386 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
397 '<(DEPTH)/third_party/wtl/include', | 397 '<(DEPTH)/third_party/wtl/include', |
398 ], | 398 ], |
399 'sources!': [ | 399 'sources!': [ |
400 'event_recorder_stubs.cc', | 400 'event_recorder_stubs.cc', |
401 'file_descriptor_shuffle.cc', | 401 'file_descriptor_shuffle.cc', |
402 'message_pump_libevent.cc', | 402 'message_pump_libevent.cc', |
403 # Not using sha1_win.cc because it may have caused a | 403 # Not using sha1_win.cc because it may have caused a |
404 # regression to page cycler moz. | 404 # regression to page cycler moz. |
405 'sha1_win.cc', | 405 'sha1_win.cc', |
406 'string16.cc', | 406 'string16.cc', |
407 'debug/trace_event.cc', | |
408 ], | 407 ], |
409 },], | 408 },], |
410 ['OS=="freebsd" or OS=="openbsd"', { | 409 ['OS=="freebsd" or OS=="openbsd"', { |
411 'sources!': [ | 410 'sources!': [ |
412 'base/files/file_path_watcher_linux.cc', | 411 'base/files/file_path_watcher_linux.cc', |
413 ], | 412 ], |
414 'sources': [ | 413 'sources': [ |
415 'base/files/file_path_watcher_stub.cc', | 414 'base/files/file_path_watcher_stub.cc', |
416 ], | 415 ], |
417 }], | 416 }], |
(...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
680 'third_party/xdg_mime/xdgmimemagic.c', | 679 'third_party/xdg_mime/xdgmimemagic.c', |
681 'third_party/xdg_mime/xdgmimemagic.h', | 680 'third_party/xdg_mime/xdgmimemagic.h', |
682 'third_party/xdg_mime/xdgmimeparent.c', | 681 'third_party/xdg_mime/xdgmimeparent.c', |
683 'third_party/xdg_mime/xdgmimeparent.h', | 682 'third_party/xdg_mime/xdgmimeparent.h', |
684 ], | 683 ], |
685 }, | 684 }, |
686 ], | 685 ], |
687 }], | 686 }], |
688 ], | 687 ], |
689 } | 688 } |
OLD | NEW |