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

Side by Side Diff: base/base.gyp

Issue 799633006: Pull in base/format_macros.h from Chromium, unmodified (Closed) Base URL: https://chromium.googlesource.com/chromium/mini_chromium@master
Patch Set: add to gyp Created 5 years, 11 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/format_macros.h » ('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 2009 The Chromium Authors. All rights reserved. 1 # Copyright 2009 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 'includes': [ 6 'includes': [
7 '../build/common.gypi', 7 '../build/common.gypi',
8 ], 8 ],
9 9
10 'targets': [ 10 'targets': [
(...skipping 24 matching lines...) Expand all
35 'sources': [ 35 'sources': [
36 'auto_reset.h', 36 'auto_reset.h',
37 'basictypes.h', 37 'basictypes.h',
38 'compiler_specific.h', 38 'compiler_specific.h',
39 'files/file_path.cc', 39 'files/file_path.cc',
40 'files/file_path.h', 40 'files/file_path.h',
41 'files/file_util.h', 41 'files/file_util.h',
42 'files/file_util_posix.cc', 42 'files/file_util_posix.cc',
43 'files/scoped_file.cc', 43 'files/scoped_file.cc',
44 'files/scoped_file.h', 44 'files/scoped_file.h',
45 'format_macros.h',
45 'logging.cc', 46 'logging.cc',
46 'logging.h', 47 'logging.h',
47 'mac/close_nocancel.cc', 48 'mac/close_nocancel.cc',
48 'mac/foundation_util.h', 49 'mac/foundation_util.h',
49 'mac/foundation_util.mm', 50 'mac/foundation_util.mm',
50 'mac/mach_logging.h', 51 'mac/mach_logging.h',
51 'mac/mach_logging.cc', 52 'mac/mach_logging.cc',
52 'mac/scoped_cftyperef.h', 53 'mac/scoped_cftyperef.h',
53 'mac/scoped_ioobject.h', 54 'mac/scoped_ioobject.h',
54 'mac/scoped_launch_data.h', 55 'mac/scoped_launch_data.h',
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 '../build/build_config.h', 105 '../build/build_config.h',
105 ], 106 ],
106 'direct_dependent_settings': { 107 'direct_dependent_settings': {
107 'include_dirs': [ 108 'include_dirs': [
108 '..', 109 '..',
109 ], 110 ],
110 }, 111 },
111 }, 112 },
112 ], 113 ],
113 } 114 }
OLDNEW
« no previous file with comments | « no previous file | base/format_macros.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698