OLD | NEW |
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 457 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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/'], |
| 478 ['include', 'android/jni_android.cc'], |
| 479 ['include', 'android/jni_android.h'], |
| 480 ['include', 'android/scoped_java_ref.cc'], |
| 481 ['include', 'android/scoped_java_ref.h'], |
478 ['exclude', '^base_paths_android\\.cc$'], | 482 ['exclude', '^base_paths_android\\.cc$'], |
479 ['exclude', '^message_pump_android\\.cc$'], | 483 ['exclude', '^message_pump_android\\.cc$'], |
480 ], | 484 ], |
481 }], | 485 }], |
482 [ 'OS != "mac"', { | 486 [ 'OS != "mac"', { |
483 'sources!': [ | 487 'sources!': [ |
484 'mac/scoped_aedesc.h' | 488 'mac/scoped_aedesc.h' |
485 ], | 489 ], |
486 }], | 490 }], |
487 # For now, just test the *BSD platforms enough to exclude them. | 491 # For now, just test the *BSD platforms enough to exclude them. |
(...skipping 399 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
887 'third_party/xdg_mime/xdgmimemagic.c', | 891 'third_party/xdg_mime/xdgmimemagic.c', |
888 'third_party/xdg_mime/xdgmimemagic.h', | 892 'third_party/xdg_mime/xdgmimemagic.h', |
889 'third_party/xdg_mime/xdgmimeparent.c', | 893 'third_party/xdg_mime/xdgmimeparent.c', |
890 'third_party/xdg_mime/xdgmimeparent.h', | 894 'third_party/xdg_mime/xdgmimeparent.h', |
891 ], | 895 ], |
892 }, | 896 }, |
893 ], | 897 ], |
894 }], | 898 }], |
895 ], | 899 ], |
896 } | 900 } |
OLD | NEW |