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

Side by Side Diff: base/base.gypi

Issue 9358028: Upstream Android JNI code, allowing us to use more ScopedJava references. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 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
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 456 matching lines...) Expand 10 before | Expand all | Expand 10 after
467 'files/file_path_watcher_kqueue.cc', 467 'files/file_path_watcher_kqueue.cc',
468 'system_monitor/system_monitor_posix.cc', 468 'system_monitor/system_monitor_posix.cc',
469 ], 469 ],
470 'sources/': [ 470 'sources/': [
471 ['include', '^process_util_linux\\.cc$'], 471 ['include', '^process_util_linux\\.cc$'],
472 ['include', '^sys_info_linux\\.cc$'], 472 ['include', '^sys_info_linux\\.cc$'],
473 ['include', '^sys_string_conversions_posix\\.cc$'], 473 ['include', '^sys_string_conversions_posix\\.cc$'],
474 ['include', '^worker_pool_linux\\.cc$'], 474 ['include', '^worker_pool_linux\\.cc$'],
475 # TODO(michaelbai): The below files are excluded because of the 475 # TODO(michaelbai): The below files are excluded because of the
476 # missing JNI, add them back when JNI is ready. 476 # missing JNI, add them back when JNI is ready.
477 ['exclude', '^android/'], 477 ['exclude', '^android/path_utils\\.cc$'],
478 ['exclude', '^base_paths_android\\.cc$'], 478 ['exclude', '^base_paths_android\\.cc$'],
479 ['exclude', '^message_pump_android\\.cc$'], 479 ['exclude', '^message_pump_android\\.cc$'],
480 ], 480 ],
481 }], 481 }],
482 [ 'OS != "mac"', { 482 [ 'OS != "mac"', {
483 'sources!': [ 483 'sources!': [
484 'mac/scoped_aedesc.h' 484 'mac/scoped_aedesc.h'
485 ], 485 ],
486 }], 486 }],
487 # For now, just test the *BSD platforms enough to exclude them. 487 # For now, just test the *BSD platforms enough to exclude them.
(...skipping 399 matching lines...) Expand 10 before | Expand all | Expand 10 after
887 'third_party/xdg_mime/xdgmimemagic.c', 887 'third_party/xdg_mime/xdgmimemagic.c',
888 'third_party/xdg_mime/xdgmimemagic.h', 888 'third_party/xdg_mime/xdgmimemagic.h',
889 'third_party/xdg_mime/xdgmimeparent.c', 889 'third_party/xdg_mime/xdgmimeparent.c',
890 'third_party/xdg_mime/xdgmimeparent.h', 890 'third_party/xdg_mime/xdgmimeparent.h',
891 ], 891 ],
892 }, 892 },
893 ], 893 ],
894 }], 894 }],
895 ], 895 ],
896 } 896 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698