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

Side by Side Diff: base/base.gypi

Issue 6747014: Base: Last set of files to use BASE_API (for base.dll) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | base/base_api.h » ('j') | base/base_api.h » ('J')
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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 'json/json_writer.h', 104 'json/json_writer.h',
105 'json/string_escape.cc', 105 'json/string_escape.cc',
106 'json/string_escape.h', 106 'json/string_escape.h',
107 'lazy_instance.cc', 107 'lazy_instance.cc',
108 'lazy_instance.h', 108 'lazy_instance.h',
109 'linked_list.h', 109 'linked_list.h',
110 'linked_ptr.h', 110 'linked_ptr.h',
111 'logging.cc', 111 'logging.cc',
112 'logging.h', 112 'logging.h',
113 'logging_win.cc', 113 'logging_win.cc',
114 'logging_win.h',
114 'mac/cocoa_protocols.h', 115 'mac/cocoa_protocols.h',
115 'mac/foundation_util.h', 116 'mac/foundation_util.h',
116 'mac/foundation_util.mm', 117 'mac/foundation_util.mm',
117 'mac/mac_util.h', 118 'mac/mac_util.h',
118 'mac/mac_util.mm', 119 'mac/mac_util.mm',
119 'mac/os_crash_dumps.cc', 120 'mac/os_crash_dumps.cc',
120 'mac/os_crash_dumps.h', 121 'mac/os_crash_dumps.h',
121 'mac/scoped_aedesc.h', 122 'mac/scoped_aedesc.h',
122 'mac/scoped_cftyperef.h', 123 'mac/scoped_cftyperef.h',
123 'mac/scoped_nsautorelease_pool.h', 124 'mac/scoped_nsautorelease_pool.h',
(...skipping 628 matching lines...) Expand 10 before | Expand all | Expand 10 after
752 'third_party/xdg_mime/xdgmimemagic.c', 753 'third_party/xdg_mime/xdgmimemagic.c',
753 'third_party/xdg_mime/xdgmimemagic.h', 754 'third_party/xdg_mime/xdgmimemagic.h',
754 'third_party/xdg_mime/xdgmimeparent.c', 755 'third_party/xdg_mime/xdgmimeparent.c',
755 'third_party/xdg_mime/xdgmimeparent.h', 756 'third_party/xdg_mime/xdgmimeparent.h',
756 ], 757 ],
757 }, 758 },
758 ], 759 ],
759 }], 760 }],
760 ], 761 ],
761 } 762 }
OLDNEW
« no previous file with comments | « no previous file | base/base_api.h » ('j') | base/base_api.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698