| OLD | NEW |
| 1 # | 1 # |
| 2 # Copyright (C) 2011 Google Inc. All rights reserved. | 2 # Copyright (C) 2011 Google Inc. All rights reserved. |
| 3 # | 3 # |
| 4 # Redistribution and use in source and binary forms, with or without | 4 # Redistribution and use in source and binary forms, with or without |
| 5 # modification, are permitted provided that the following conditions are | 5 # modification, are permitted provided that the following conditions are |
| 6 # met: | 6 # met: |
| 7 # | 7 # |
| 8 # * Redistributions of source code must retain the above copyright | 8 # * Redistributions of source code must retain the above copyright |
| 9 # notice, this list of conditions and the following disclaimer. | 9 # notice, this list of conditions and the following disclaimer. |
| 10 # * Redistributions in binary form must reproduce the above | 10 # * Redistributions in binary form must reproduce the above |
| (...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 138 'target_name': 'webkit_unit_tests_apk', | 138 'target_name': 'webkit_unit_tests_apk', |
| 139 'type': 'none', | 139 'type': 'none', |
| 140 'dependencies': [ | 140 'dependencies': [ |
| 141 '<(DEPTH)/base/base.gyp:base_java', | 141 '<(DEPTH)/base/base.gyp:base_java', |
| 142 '<(DEPTH)/net/net.gyp:net_java', | 142 '<(DEPTH)/net/net.gyp:net_java', |
| 143 'webkit_unit_tests', | 143 'webkit_unit_tests', |
| 144 ], | 144 ], |
| 145 'variables': { | 145 'variables': { |
| 146 'test_suite_name': 'webkit_unit_tests', | 146 'test_suite_name': 'webkit_unit_tests', |
| 147 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)w
ebkit_unit_tests<(SHARED_LIB_SUFFIX)', | 147 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)w
ebkit_unit_tests<(SHARED_LIB_SUFFIX)', |
| 148 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/ass
ets/content_shell.pak'], |
| 149 'asset_location': '<(PRODUCT_DIR)/content_shell/assets', |
| 148 }, | 150 }, |
| 149 'includes': [ '../../../../build/apk_test.gypi' ], | 151 'includes': [ '../../../../build/apk_test.gypi' ], |
| 150 }], | 152 }], |
| 151 }], | 153 }], |
| 152 ], | 154 ], |
| 153 } | 155 } |
| OLD | NEW |