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

Side by Side Diff: android_webview/Android.mk

Issue 165483003: Gamepad API for Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments Created 6 years, 9 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 | « no previous file | android_webview/all_webview.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 53
54 # Java files generated from .template rules. This list should match list of java dependencies in 54 # Java files generated from .template rules. This list should match list of java dependencies in
55 # android_webview/all_webview.gyp 55 # android_webview/all_webview.gyp
56 LOCAL_GENERATED_SOURCES := \ 56 LOCAL_GENERATED_SOURCES := \
57 $(call intermediates-dir-for,GYP,shared)/templates/org/chromium/base/Application State.java \ 57 $(call intermediates-dir-for,GYP,shared)/templates/org/chromium/base/Application State.java \
58 $(call intermediates-dir-for,GYP,shared)/templates/org/chromium/base/MemoryPress ureLevelList.java \ 58 $(call intermediates-dir-for,GYP,shared)/templates/org/chromium/base/MemoryPress ureLevelList.java \
59 $(call intermediates-dir-for,GYP,shared)/templates/org/chromium/content/browser/ GestureEventType.java \ 59 $(call intermediates-dir-for,GYP,shared)/templates/org/chromium/content/browser/ GestureEventType.java \
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/browser/ input/gamepad_mapping/CanonicalAxisIndex.java \
64 $(call intermediates-dir-for,GYP,shared)/templates/org/chromium/content/browser/ input/gamepad_mapping/CanonicalButtonIndex.java \
63 $(call intermediates-dir-for,GYP,shared)/templates/org/chromium/content/common/R esultCodes.java \ 65 $(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 \ 66 $(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 \ 67 $(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 \ 68 $(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 \ 69 $(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 \ 70 $(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 \ 71 $(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 \ 72 $(call intermediates-dir-for,GYP,shared)/templates/org/chromium/ui/gfx/BitmapFor mat.java \
71 73
72 # content dependencies on java components that are provided by the system on 74 # content dependencies on java components that are provided by the system on
(...skipping 322 matching lines...) Expand 10 before | Expand all | Expand 10 after
395 LOCAL_MODULE := webviewchromium_webkit_strings_zh-CN.pak 397 LOCAL_MODULE := webviewchromium_webkit_strings_zh-CN.pak
396 LOCAL_MODULE_STEM := zh-CN 398 LOCAL_MODULE_STEM := zh-CN
397 LOCAL_BUILT_MODULE_STEM := webkit/webkit_strings_zh-CN.pak 399 LOCAL_BUILT_MODULE_STEM := webkit/webkit_strings_zh-CN.pak
398 include $(LOCAL_PATH)/webview_pak.mk 400 include $(LOCAL_PATH)/webview_pak.mk
399 401
400 include $(CLEAR_VARS) 402 include $(CLEAR_VARS)
401 LOCAL_MODULE := webviewchromium_webkit_strings_zh-TW.pak 403 LOCAL_MODULE := webviewchromium_webkit_strings_zh-TW.pak
402 LOCAL_MODULE_STEM := zh-TW 404 LOCAL_MODULE_STEM := zh-TW
403 LOCAL_BUILT_MODULE_STEM := webkit/webkit_strings_zh-TW.pak 405 LOCAL_BUILT_MODULE_STEM := webkit/webkit_strings_zh-TW.pak
404 include $(LOCAL_PATH)/webview_pak.mk 406 include $(LOCAL_PATH)/webview_pak.mk
OLDNEW
« no previous file with comments | « no previous file | android_webview/all_webview.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698