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

Side by Side Diff: base/base.gyp

Issue 40255: Add API functions to control Quantify, as well as expose these... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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.scons » ('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 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 'pickle.cc', 160 'pickle.cc',
161 'pickle.h', 161 'pickle.h',
162 'platform_file.h', 162 'platform_file.h',
163 'platform_file_win.cc', 163 'platform_file_win.cc',
164 'platform_file_posix.cc', 164 'platform_file_posix.cc',
165 'platform_thread.h', 165 'platform_thread.h',
166 'platform_thread_mac.mm', 166 'platform_thread_mac.mm',
167 'platform_thread_posix.cc', 167 'platform_thread_posix.cc',
168 'platform_thread_win.cc', 168 'platform_thread_win.cc',
169 'port.h', 169 'port.h',
170 'profiler.cc',
171 'profiler.h',
170 'process.h', 172 'process.h',
171 'process_posix.cc', 173 'process_posix.cc',
172 'process_util.h', 174 'process_util.h',
173 'process_util_linux.cc', 175 'process_util_linux.cc',
174 'process_util_mac.mm', 176 'process_util_mac.mm',
175 'process_util_posix.cc', 177 'process_util_posix.cc',
176 'process_util_win.cc', 178 'process_util_win.cc',
177 'process_win.cc', 179 'process_win.cc',
178 'rand_util.cc', 180 'rand_util.cc',
179 'rand_util.h', 181 'rand_util.h',
(...skipping 379 matching lines...) Expand 10 before | Expand all | Expand 10 after
559 'target_name': 'debug_message', 561 'target_name': 'debug_message',
560 'type': 'executable', 562 'type': 'executable',
561 'sources': [ 563 'sources': [
562 'debug_message.cc', 564 'debug_message.cc',
563 ], 565 ],
564 }, 566 },
565 ], 567 ],
566 }], 568 }],
567 ], 569 ],
568 } 570 }
OLDNEW
« no previous file with comments | « no previous file | base/base.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698