| 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 815 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 826 ], | 826 ], |
| 827 },], | 827 },], |
| 828 ], | 828 ], |
| 829 'cflags': [ | 829 'cflags': [ |
| 830 '-Wno-sign-compare', | 830 '-Wno-sign-compare', |
| 831 ], | 831 ], |
| 832 'cflags!': [ | 832 'cflags!': [ |
| 833 '-Wextra', | 833 '-Wextra', |
| 834 ], | 834 ], |
| 835 'sources': [ | 835 'sources': [ |
| 836 'third_party/symbolize/config.h', |
| 837 'third_party/symbolize/demangle.cc', |
| 838 'third_party/symbolize/demangle.h', |
| 839 'third_party/symbolize/glog/logging.h', |
| 840 'third_party/symbolize/glog/raw_logging.h', |
| 836 'third_party/symbolize/symbolize.cc', | 841 'third_party/symbolize/symbolize.cc', |
| 837 'third_party/symbolize/demangle.cc', | 842 'third_party/symbolize/symbolize.h', |
| 843 'third_party/symbolize/utilities.h', |
| 838 ], | 844 ], |
| 839 'include_dirs': [ | 845 'include_dirs': [ |
| 840 '..', | 846 '..', |
| 841 ], | 847 ], |
| 842 }, | 848 }, |
| 843 { | 849 { |
| 844 'target_name': 'xdg_mime', | 850 'target_name': 'xdg_mime', |
| 845 'type': 'static_library', | 851 'type': 'static_library', |
| 846 'toolsets': ['host', 'target'], | 852 'toolsets': ['host', 'target'], |
| 847 'variables': { | 853 'variables': { |
| (...skipping 18 matching lines...) Expand all Loading... |
| 866 'third_party/xdg_mime/xdgmimemagic.c', | 872 'third_party/xdg_mime/xdgmimemagic.c', |
| 867 'third_party/xdg_mime/xdgmimemagic.h', | 873 'third_party/xdg_mime/xdgmimemagic.h', |
| 868 'third_party/xdg_mime/xdgmimeparent.c', | 874 'third_party/xdg_mime/xdgmimeparent.c', |
| 869 'third_party/xdg_mime/xdgmimeparent.h', | 875 'third_party/xdg_mime/xdgmimeparent.h', |
| 870 ], | 876 ], |
| 871 }, | 877 }, |
| 872 ], | 878 ], |
| 873 }], | 879 }], |
| 874 ], | 880 ], |
| 875 } | 881 } |
| OLD | NEW |