| 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 456 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 ['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'], | |
| 482 ['exclude', '^base_paths_android\\.cc$'], | 478 ['exclude', '^base_paths_android\\.cc$'], |
| 483 ['exclude', '^message_pump_android\\.cc$'], | 479 ['exclude', '^message_pump_android\\.cc$'], |
| 484 ], | 480 ], |
| 485 }], | 481 }], |
| 486 [ 'OS != "mac"', { | 482 [ 'OS != "mac"', { |
| 487 'sources!': [ | 483 'sources!': [ |
| 488 'mac/scoped_aedesc.h' | 484 'mac/scoped_aedesc.h' |
| 489 ], | 485 ], |
| 490 }], | 486 }], |
| 491 # 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 Loading... |
| 891 'third_party/xdg_mime/xdgmimemagic.c', | 887 'third_party/xdg_mime/xdgmimemagic.c', |
| 892 'third_party/xdg_mime/xdgmimemagic.h', | 888 'third_party/xdg_mime/xdgmimemagic.h', |
| 893 'third_party/xdg_mime/xdgmimeparent.c', | 889 'third_party/xdg_mime/xdgmimeparent.c', |
| 894 'third_party/xdg_mime/xdgmimeparent.h', | 890 'third_party/xdg_mime/xdgmimeparent.h', |
| 895 ], | 891 ], |
| 896 }, | 892 }, |
| 897 ], | 893 ], |
| 898 }], | 894 }], |
| 899 ], | 895 ], |
| 900 } | 896 } |
| OLD | NEW |