| 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 646 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 657 ['exclude', '^sys_string_conversions_linux\\.cc$'], | 657 ['exclude', '^sys_string_conversions_linux\\.cc$'], |
| 658 ['exclude', '^worker_pool_linux\\.cc$'], | 658 ['exclude', '^worker_pool_linux\\.cc$'], |
| 659 ], | 659 ], |
| 660 }], | 660 }], |
| 661 ], | 661 ], |
| 662 }], | 662 }], |
| 663 [ 'OS == "android" and _toolset == "target"', { | 663 [ 'OS == "android" and _toolset == "target"', { |
| 664 'dependencies': [ | 664 'dependencies': [ |
| 665 'symbolize', | 665 'symbolize', |
| 666 '../third_party/ashmem/ashmem.gyp:ashmem', | 666 '../third_party/ashmem/ashmem.gyp:ashmem', |
| 667 'android/java/java.gyp:base_java', |
| 667 'base_jni_headers', | 668 'base_jni_headers', |
| 668 ], | 669 ], |
| 669 'include_dirs': [ | 670 'include_dirs': [ |
| 670 '<(SHARED_INTERMEDIATE_DIR)/base', | 671 '<(SHARED_INTERMEDIATE_DIR)/base', |
| 671 ], | 672 ], |
| 672 'link_settings': { | 673 'link_settings': { |
| 673 'libraries': [ | 674 'libraries': [ |
| 674 '-llog', | 675 '-llog', |
| 675 ], | 676 ], |
| 676 }, | 677 }, |
| (...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 902 'third_party/xdg_mime/xdgmimemagic.c', | 903 'third_party/xdg_mime/xdgmimemagic.c', |
| 903 'third_party/xdg_mime/xdgmimemagic.h', | 904 'third_party/xdg_mime/xdgmimemagic.h', |
| 904 'third_party/xdg_mime/xdgmimeparent.c', | 905 'third_party/xdg_mime/xdgmimeparent.c', |
| 905 'third_party/xdg_mime/xdgmimeparent.h', | 906 'third_party/xdg_mime/xdgmimeparent.h', |
| 906 ], | 907 ], |
| 907 }, | 908 }, |
| 908 ], | 909 ], |
| 909 }], | 910 }], |
| 910 ], | 911 ], |
| 911 } | 912 } |
| OLD | NEW |