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

Side by Side Diff: base/base.gypi

Issue 11411318: DO NOT COMMIT: NullPtr support (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: WIP Created 8 years 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/base.gyp ('k') | base/memory/scoped_ptr.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) 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 '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 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
286 'metrics/statistics_recorder.h', 286 'metrics/statistics_recorder.h',
287 'metrics/stats_counters.cc', 287 'metrics/stats_counters.cc',
288 'metrics/stats_counters.h', 288 'metrics/stats_counters.h',
289 'metrics/stats_table.cc', 289 'metrics/stats_table.cc',
290 'metrics/stats_table.h', 290 'metrics/stats_table.h',
291 'move.h', 291 'move.h',
292 'native_library.h', 292 'native_library.h',
293 'native_library_mac.mm', 293 'native_library_mac.mm',
294 'native_library_posix.cc', 294 'native_library_posix.cc',
295 'native_library_win.cc', 295 'native_library_win.cc',
296 'nullptr.cc',
297 'nullptr.h',
296 'observer_list.h', 298 'observer_list.h',
297 'observer_list_threadsafe.h', 299 'observer_list_threadsafe.h',
298 'os_compat_android.cc', 300 'os_compat_android.cc',
299 'os_compat_android.h', 301 'os_compat_android.h',
300 'os_compat_nacl.cc', 302 'os_compat_nacl.cc',
301 'os_compat_nacl.h', 303 'os_compat_nacl.h',
302 'path_service.cc', 304 'path_service.cc',
303 'path_service.h', 305 'path_service.h',
304 'pending_task.cc', 306 'pending_task.cc',
305 'pending_task.h', 307 'pending_task.h',
(...skipping 408 matching lines...) Expand 10 before | Expand all | Expand 10 after
714 # Remove all unnecessary files for build_nexe.py to avoid exceeding 716 # Remove all unnecessary files for build_nexe.py to avoid exceeding
715 # command-line-string limitation when building NaCl on Windows. 717 # command-line-string limitation when building NaCl on Windows.
716 ['OS == "win" and >(nacl_untrusted_build)==1', { 718 ['OS == "win" and >(nacl_untrusted_build)==1', {
717 'sources/': [ ['exclude', '\\.h$'] ], 719 'sources/': [ ['exclude', '\\.h$'] ],
718 }], 720 }],
719 ], 721 ],
720 }], 722 }],
721 ], 723 ],
722 }, 724 },
723 } 725 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/memory/scoped_ptr.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698