Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(112)

Side by Side Diff: android_webview/snapshot_copying.gypi

Issue 2332843004: Remove GYP files. (Closed)
Patch Set: Merge Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « android_webview/native/webview_native.gyp ('k') | base/allocator/allocator.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {
2 'variables': {
3 'snapshot_additional_input_paths': [],
4 'snapshot_copy_files': [],
5 'conditions': [
6 ['target_arch=="arm" or target_arch=="ia32" or target_arch=="mipsel"', {
7 'snapshot_additional_input_paths': [
8 '<(asset_location)/natives_blob_32.bin',
9 '<(asset_location)/snapshot_blob_32.bin',
10 ],
11 'snapshot_copy_files': [
12 '<(PRODUCT_DIR)/natives_blob_32.bin',
13 '<(PRODUCT_DIR)/snapshot_blob_32.bin',
14 ],
15 }],
16 ['target_arch=="arm64" or target_arch=="x64" or target_arch=="mips64el"', {
17 'snapshot_additional_input_paths': [
18 '<(asset_location)/natives_blob_64.bin',
19 '<(asset_location)/snapshot_blob_64.bin',
20 ],
21 'snapshot_copy_files': [
22 '<(PRODUCT_DIR)/natives_blob_64.bin',
23 '<(PRODUCT_DIR)/snapshot_blob_64.bin',
24 ],
25 }],
26 ],
27 },
28 }
OLDNEW
« no previous file with comments | « android_webview/native/webview_native.gyp ('k') | base/allocator/allocator.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698