| 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 661 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 672 ['exclude', '^sys_string_conversions_linux\\.cc$'], | 672 ['exclude', '^sys_string_conversions_linux\\.cc$'], |
| 673 ['exclude', '^worker_pool_linux\\.cc$'], | 673 ['exclude', '^worker_pool_linux\\.cc$'], |
| 674 ], | 674 ], |
| 675 }], | 675 }], |
| 676 ], | 676 ], |
| 677 }], | 677 }], |
| 678 [ 'OS == "android" and _toolset == "target"', { | 678 [ 'OS == "android" and _toolset == "target"', { |
| 679 'dependencies': [ | 679 'dependencies': [ |
| 680 'symbolize', | 680 'symbolize', |
| 681 '../third_party/ashmem/ashmem.gyp:ashmem', | 681 '../third_party/ashmem/ashmem.gyp:ashmem', |
| 682 'android/java/java.gyp:base_java', | 682 'base_java', |
| 683 'base_jni_headers', | 683 'base_jni_headers', |
| 684 ], | 684 ], |
| 685 'include_dirs': [ | 685 'include_dirs': [ |
| 686 '<(SHARED_INTERMEDIATE_DIR)/base', | 686 '<(SHARED_INTERMEDIATE_DIR)/base', |
| 687 ], | 687 ], |
| 688 'link_settings': { | 688 'link_settings': { |
| 689 'libraries': [ | 689 'libraries': [ |
| 690 '-llog', | 690 '-llog', |
| 691 ], | 691 ], |
| 692 }, | 692 }, |
| (...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 917 'third_party/xdg_mime/xdgmimemagic.c', | 917 'third_party/xdg_mime/xdgmimemagic.c', |
| 918 'third_party/xdg_mime/xdgmimemagic.h', | 918 'third_party/xdg_mime/xdgmimemagic.h', |
| 919 'third_party/xdg_mime/xdgmimeparent.c', | 919 'third_party/xdg_mime/xdgmimeparent.c', |
| 920 'third_party/xdg_mime/xdgmimeparent.h', | 920 'third_party/xdg_mime/xdgmimeparent.h', |
| 921 ], | 921 ], |
| 922 }, | 922 }, |
| 923 ], | 923 ], |
| 924 }], | 924 }], |
| 925 ], | 925 ], |
| 926 } | 926 } |
| OLD | NEW |