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

Side by Side Diff: android_webview/Android.mk

Issue 157033007: API to Convert Java Bitmap Config to SkBitmap::Config (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adding webview dependecy build changes. Created 6 years, 10 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
OLDNEW
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 # This package provides the parts of the WebView java code which live in the 5 # This package provides the parts of the WebView java code which live in the
6 # Chromium tree. This is built into a static library so it can be used by the 6 # Chromium tree. This is built into a static library so it can be used by the
7 # glue layer in the Android tree. 7 # glue layer in the Android tree.
8 8
9 LOCAL_PATH := $(call my-dir) 9 LOCAL_PATH := $(call my-dir)
10 include $(CLEAR_VARS) 10 include $(CLEAR_VARS)
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 $(call intermediates-dir-for,GYP,shared)/templates/org/chromium/content/browser/ PageTransitionTypes.java \ 60 $(call intermediates-dir-for,GYP,shared)/templates/org/chromium/content/browser/ PageTransitionTypes.java \
61 $(call intermediates-dir-for,GYP,shared)/templates/org/chromium/content/browser/ SpeechRecognitionError.java \ 61 $(call intermediates-dir-for,GYP,shared)/templates/org/chromium/content/browser/ SpeechRecognitionError.java \
62 $(call intermediates-dir-for,GYP,shared)/templates/org/chromium/content/browser/ input/PopupItemType.java \ 62 $(call intermediates-dir-for,GYP,shared)/templates/org/chromium/content/browser/ input/PopupItemType.java \
63 $(call intermediates-dir-for,GYP,shared)/templates/org/chromium/content/common/R esultCodes.java \ 63 $(call intermediates-dir-for,GYP,shared)/templates/org/chromium/content/common/R esultCodes.java \
64 $(call intermediates-dir-for,GYP,shared)/templates/org/chromium/media/ImageForma t.java \ 64 $(call intermediates-dir-for,GYP,shared)/templates/org/chromium/media/ImageForma t.java \
65 $(call intermediates-dir-for,GYP,shared)/templates/org/chromium/net/CertificateM imeType.java \ 65 $(call intermediates-dir-for,GYP,shared)/templates/org/chromium/net/CertificateM imeType.java \
66 $(call intermediates-dir-for,GYP,shared)/templates/org/chromium/net/CertVerifySt atusAndroid.java \ 66 $(call intermediates-dir-for,GYP,shared)/templates/org/chromium/net/CertVerifySt atusAndroid.java \
67 $(call intermediates-dir-for,GYP,shared)/templates/org/chromium/net/NetError.jav a \ 67 $(call intermediates-dir-for,GYP,shared)/templates/org/chromium/net/NetError.jav a \
68 $(call intermediates-dir-for,GYP,shared)/templates/org/chromium/net/PrivateKeyTy pe.java \ 68 $(call intermediates-dir-for,GYP,shared)/templates/org/chromium/net/PrivateKeyTy pe.java \
69 $(call intermediates-dir-for,GYP,shared)/templates/org/chromium/ui/WindowOpenDis position.java \ 69 $(call intermediates-dir-for,GYP,shared)/templates/org/chromium/ui/WindowOpenDis position.java \
70 $(call intermediates-dir-for,GYP,shared)/templates/org/chromium/ui/gfx/BitmapFor mat.java \
70 71
71 # content dependencies on java components that are provided by the system on 72 # content dependencies on java components that are provided by the system on
72 # android 73 # android
73 LOCAL_STATIC_JAVA_LIBRARIES += jsr305 guava 74 LOCAL_STATIC_JAVA_LIBRARIES += jsr305 guava
74 75
75 include $(BUILD_STATIC_JAVA_LIBRARY) 76 include $(BUILD_STATIC_JAVA_LIBRARY)
76 77
77 78
78 ######################################################## 79 ########################################################
79 # These packages are the resource paks used by webview. 80 # These packages are the resource paks used by webview.
(...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after
394 LOCAL_MODULE := webviewchromium_webkit_strings_zh-CN.pak 395 LOCAL_MODULE := webviewchromium_webkit_strings_zh-CN.pak
395 LOCAL_MODULE_STEM := zh-CN 396 LOCAL_MODULE_STEM := zh-CN
396 LOCAL_BUILT_MODULE_STEM := webkit/webkit_strings_zh-CN.pak 397 LOCAL_BUILT_MODULE_STEM := webkit/webkit_strings_zh-CN.pak
397 include $(LOCAL_PATH)/webview_pak.mk 398 include $(LOCAL_PATH)/webview_pak.mk
398 399
399 include $(CLEAR_VARS) 400 include $(CLEAR_VARS)
400 LOCAL_MODULE := webviewchromium_webkit_strings_zh-TW.pak 401 LOCAL_MODULE := webviewchromium_webkit_strings_zh-TW.pak
401 LOCAL_MODULE_STEM := zh-TW 402 LOCAL_MODULE_STEM := zh-TW
402 LOCAL_BUILT_MODULE_STEM := webkit/webkit_strings_zh-TW.pak 403 LOCAL_BUILT_MODULE_STEM := webkit/webkit_strings_zh-TW.pak
403 include $(LOCAL_PATH)/webview_pak.mk 404 include $(LOCAL_PATH)/webview_pak.mk
OLDNEW
« no previous file with comments | « no previous file | android_webview/all_webview.gyp » ('j') | content/browser/android/content_view_core_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698