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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « android_webview/native/webview_native.gyp ('k') | base/allocator/allocator.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/snapshot_copying.gypi
diff --git a/android_webview/snapshot_copying.gypi b/android_webview/snapshot_copying.gypi
deleted file mode 100644
index 01c6285a8e49ab7592a4958c568f80509a76a037..0000000000000000000000000000000000000000
--- a/android_webview/snapshot_copying.gypi
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- 'variables': {
- 'snapshot_additional_input_paths': [],
- 'snapshot_copy_files': [],
- 'conditions': [
- ['target_arch=="arm" or target_arch=="ia32" or target_arch=="mipsel"', {
- 'snapshot_additional_input_paths': [
- '<(asset_location)/natives_blob_32.bin',
- '<(asset_location)/snapshot_blob_32.bin',
- ],
- 'snapshot_copy_files': [
- '<(PRODUCT_DIR)/natives_blob_32.bin',
- '<(PRODUCT_DIR)/snapshot_blob_32.bin',
- ],
- }],
- ['target_arch=="arm64" or target_arch=="x64" or target_arch=="mips64el"', {
- 'snapshot_additional_input_paths': [
- '<(asset_location)/natives_blob_64.bin',
- '<(asset_location)/snapshot_blob_64.bin',
- ],
- 'snapshot_copy_files': [
- '<(PRODUCT_DIR)/natives_blob_64.bin',
- '<(PRODUCT_DIR)/snapshot_blob_64.bin',
- ],
- }],
- ],
- },
-}
« 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