Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(552)

Side by Side Diff: base/base.gypi

Issue 8440064: fix sources list for symbolize (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: fix sources list for symbolize Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698