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

Side by Side Diff: base/base.gyp

Issue 180163013: Copying the following files AS-IS from google.glog r141: (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 9 months 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 | base/third_party/symbolize/README.chromium » ('j') | 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) 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../build/win_precompile.gypi', 10 '../build/win_precompile.gypi',
(...skipping 1171 matching lines...) Expand 10 before | Expand all | Expand 10 after
1182 '/usr/gnu/include/libelf', 1182 '/usr/gnu/include/libelf',
1183 ], 1183 ],
1184 },], 1184 },],
1185 ], 1185 ],
1186 'cflags': [ 1186 'cflags': [
1187 '-Wno-sign-compare', 1187 '-Wno-sign-compare',
1188 ], 1188 ],
1189 'cflags!': [ 1189 'cflags!': [
1190 '-Wextra', 1190 '-Wextra',
1191 ], 1191 ],
1192 'defines': [
1193 'GLOG_BUILD_CONFIG_INCLUDE="build/build_config.h"',
1194 ],
1192 'sources': [ 1195 'sources': [
1193 'third_party/symbolize/config.h', 1196 'third_party/symbolize/config.h',
1194 'third_party/symbolize/demangle.cc', 1197 'third_party/symbolize/demangle.cc',
1195 'third_party/symbolize/demangle.h', 1198 'third_party/symbolize/demangle.h',
1196 'third_party/symbolize/glog/logging.h', 1199 'third_party/symbolize/glog/logging.h',
1197 'third_party/symbolize/glog/raw_logging.h', 1200 'third_party/symbolize/glog/raw_logging.h',
1198 'third_party/symbolize/symbolize.cc', 1201 'third_party/symbolize/symbolize.cc',
1199 'third_party/symbolize/symbolize.h', 1202 'third_party/symbolize/symbolize.h',
1200 'third_party/symbolize/utilities.h', 1203 'third_party/symbolize/utilities.h',
1201 ], 1204 ],
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
1445 'base_unittests.isolate', 1448 'base_unittests.isolate',
1446 ], 1449 ],
1447 'sources': [ 1450 'sources': [
1448 'base_unittests.isolate', 1451 'base_unittests.isolate',
1449 ], 1452 ],
1450 }, 1453 },
1451 ], 1454 ],
1452 }], 1455 }],
1453 ], 1456 ],
1454 } 1457 }
OLDNEW
« no previous file with comments | « no previous file | base/third_party/symbolize/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698