| OLD | NEW |
| 1 # | 1 # |
| 2 # Copyright (C) 2013 Google Inc. All rights reserved. | 2 # Copyright (C) 2013 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 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 137 'target_name': 'blink_heap_unittests_apk', | 137 'target_name': 'blink_heap_unittests_apk', |
| 138 'type': 'none', | 138 'type': 'none', |
| 139 'dependencies': [ | 139 'dependencies': [ |
| 140 '<(DEPTH)/base/base.gyp:base_java', | 140 '<(DEPTH)/base/base.gyp:base_java', |
| 141 '<(DEPTH)/net/net.gyp:net_java', | 141 '<(DEPTH)/net/net.gyp:net_java', |
| 142 'blink_heap_unittests', | 142 'blink_heap_unittests', |
| 143 ], | 143 ], |
| 144 'conditions': [ | 144 'conditions': [ |
| 145 ['v8_use_external_startup_data==1', { | 145 ['v8_use_external_startup_data==1', { |
| 146 'dependencies': [ | 146 'dependencies': [ |
| 147 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_external_snapshot', | 147 '<(DEPTH)/v8/src/v8.gyp:v8_external_snapshot', |
| 148 ], | 148 ], |
| 149 'variables': { | 149 'variables': { |
| 150 'dest_path': '<(asset_location)', | 150 'dest_path': '<(asset_location)', |
| 151 'renaming_sources': [ | 151 'renaming_sources': [ |
| 152 '<(PRODUCT_DIR)/natives_blob.bin', | 152 '<(PRODUCT_DIR)/natives_blob.bin', |
| 153 '<(PRODUCT_DIR)/snapshot_blob.bin', | 153 '<(PRODUCT_DIR)/snapshot_blob.bin', |
| 154 ], | 154 ], |
| 155 'renaming_destinations': [ | 155 'renaming_destinations': [ |
| 156 'natives_blob_<(arch_suffix).bin', | 156 'natives_blob_<(arch_suffix).bin', |
| 157 'snapshot_blob_<(arch_suffix).bin', | 157 'snapshot_blob_<(arch_suffix).bin', |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 217 '../../../../build/isolate.gypi', | 217 '../../../../build/isolate.gypi', |
| 218 ], | 218 ], |
| 219 'sources': [ | 219 'sources': [ |
| 220 'blink_platform_unittests.isolate', | 220 'blink_platform_unittests.isolate', |
| 221 ], | 221 ], |
| 222 } | 222 } |
| 223 ], | 223 ], |
| 224 }], | 224 }], |
| 225 ], | 225 ], |
| 226 } | 226 } |
| OLD | NEW |