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

Side by Side Diff: base/base.gyp

Issue 147008: Added dynamic annotation files into base/...,... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 11 years, 6 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 | « base/atomic_ref_count.h ('k') | base/dynamic_annotations.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 (c) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../build/common.gypi', 10 '../build/common.gypi',
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 'debug_on_start.h', 103 'debug_on_start.h',
104 'debug_util.cc', 104 'debug_util.cc',
105 'debug_util.h', 105 'debug_util.h',
106 'debug_util_mac.cc', 106 'debug_util_mac.cc',
107 'debug_util_posix.cc', 107 'debug_util_posix.cc',
108 'debug_util_win.cc', 108 'debug_util_win.cc',
109 'directory_watcher.h', 109 'directory_watcher.h',
110 'directory_watcher_inotify.cc', 110 'directory_watcher_inotify.cc',
111 'directory_watcher_mac.cc', 111 'directory_watcher_mac.cc',
112 'directory_watcher_win.cc', 112 'directory_watcher_win.cc',
113 'dynamic_annotations.h',
114 'dynamic_annotations.cc',
113 'event_recorder.cc', 115 'event_recorder.cc',
114 'event_recorder.h', 116 'event_recorder.h',
115 'event_recorder_stubs.cc', 117 'event_recorder_stubs.cc',
116 'field_trial.cc', 118 'field_trial.cc',
117 'field_trial.h', 119 'field_trial.h',
118 'file_descriptor_shuffle.cc', 120 'file_descriptor_shuffle.cc',
119 'file_descriptor_shuffle.h', 121 'file_descriptor_shuffle.h',
120 'file_path.cc', 122 'file_path.cc',
121 'file_path.h', 123 'file_path.h',
122 'file_util.cc', 124 'file_util.cc',
(...skipping 653 matching lines...) Expand 10 before | Expand all | Expand 10 after
776 'msvs_settings': { 778 'msvs_settings': {
777 'VCLinkerTool': { 779 'VCLinkerTool': {
778 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS 780 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS
779 }, 781 },
780 }, 782 },
781 }, 783 },
782 ], 784 ],
783 }], 785 }],
784 ], 786 ],
785 } 787 }
OLDNEW
« no previous file with comments | « base/atomic_ref_count.h ('k') | base/dynamic_annotations.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698