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

Side by Side Diff: base/base.gypi

Issue 9242023: Add back in stack_trace_android.cc on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | 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 454 matching lines...) Expand 10 before | Expand all | Expand 10 after
465 ], 465 ],
466 'sources/': [ 466 'sources/': [
467 ['include', '^process_util_linux\\.cc$'], 467 ['include', '^process_util_linux\\.cc$'],
468 ['include', '^sys_info_linux\\.cc$'], 468 ['include', '^sys_info_linux\\.cc$'],
469 ['include', '^sys_string_conversions_posix\\.cc$'], 469 ['include', '^sys_string_conversions_posix\\.cc$'],
470 ['include', '^worker_pool_linux\\.cc$'], 470 ['include', '^worker_pool_linux\\.cc$'],
471 # TODO(michaelbai): The below files are excluded because of the 471 # TODO(michaelbai): The below files are excluded because of the
472 # missing JNI, add them back when JNI is ready. 472 # missing JNI, add them back when JNI is ready.
473 ['exclude', '^android/'], 473 ['exclude', '^android/'],
474 ['exclude', '^base_paths_android\\.cc$'], 474 ['exclude', '^base_paths_android\\.cc$'],
475 ['exclude', '^debug/stack_trace_android\\.cc$'],
476 ['exclude', '^message_pump_android\\.cc$'], 475 ['exclude', '^message_pump_android\\.cc$'],
477 ], 476 ],
478 }], 477 }],
479 [ 'OS != "mac"', { 478 [ 'OS != "mac"', {
480 'sources!': [ 479 'sources!': [
481 'mac/scoped_aedesc.h' 480 'mac/scoped_aedesc.h'
482 ], 481 ],
483 }], 482 }],
484 # For now, just test the *BSD platforms enough to exclude them. 483 # For now, just test the *BSD platforms enough to exclude them.
485 # Subsequent changes will include them further. 484 # Subsequent changes will include them further.
(...skipping 398 matching lines...) Expand 10 before | Expand all | Expand 10 after
884 'third_party/xdg_mime/xdgmimemagic.c', 883 'third_party/xdg_mime/xdgmimemagic.c',
885 'third_party/xdg_mime/xdgmimemagic.h', 884 'third_party/xdg_mime/xdgmimemagic.h',
886 'third_party/xdg_mime/xdgmimeparent.c', 885 'third_party/xdg_mime/xdgmimeparent.c',
887 'third_party/xdg_mime/xdgmimeparent.h', 886 'third_party/xdg_mime/xdgmimeparent.h',
888 ], 887 ],
889 }, 888 },
890 ], 889 ],
891 }], 890 }],
892 ], 891 ],
893 } 892 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698