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

Side by Side Diff: android_webview/libwebviewchromium.gypi

Issue 1014943005: Android CaptureAPI Types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added MediaInternalsVideoCaptureDeviceTest.* Created 5 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
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 'type': 'shared_library', 5 'type': 'shared_library',
6 'android_unmangled_name': 1, 6 'android_unmangled_name': 1,
7 'dependencies': [ 7 'dependencies': [
8 'android_webview_common', 8 'android_webview_common',
9 ], 9 ],
10 'variables': { 10 'variables': {
(...skipping 12 matching lines...) Expand all
23 '../content/content.gyp:console_message_level_java', 23 '../content/content.gyp:console_message_level_java',
24 '../content/content.gyp:content_gamepad_mapping', 24 '../content/content.gyp:content_gamepad_mapping',
25 '../content/content.gyp:gesture_event_type_java', 25 '../content/content.gyp:gesture_event_type_java',
26 '../content/content.gyp:invalidate_types_java', 26 '../content/content.gyp:invalidate_types_java',
27 '../content/content.gyp:navigation_controller_java', 27 '../content/content.gyp:navigation_controller_java',
28 '../content/content.gyp:popup_item_type_java', 28 '../content/content.gyp:popup_item_type_java',
29 '../content/content.gyp:result_codes_java', 29 '../content/content.gyp:result_codes_java',
30 '../content/content.gyp:screen_orientation_values_java', 30 '../content/content.gyp:screen_orientation_values_java',
31 '../content/content.gyp:speech_recognition_error_java', 31 '../content/content.gyp:speech_recognition_error_java',
32 '../content/content.gyp:top_controls_state_java', 32 '../content/content.gyp:top_controls_state_java',
33 '../media/media.gyp:media_android_capturapitype',
mcasas 2015/03/19 01:55:14 Why not "_java" here and in l.34? Also, there's a
emircan 2015/03/19 19:52:23 Done. The build targets inside /base/ do not have
33 '../media/media.gyp:media_android_imageformat', 34 '../media/media.gyp:media_android_imageformat',
34 '../net/net.gyp:cert_verify_status_android_java', 35 '../net/net.gyp:cert_verify_status_android_java',
35 '../net/net.gyp:certificate_mime_types_java', 36 '../net/net.gyp:certificate_mime_types_java',
36 '../net/net.gyp:network_change_notifier_types_java', 37 '../net/net.gyp:network_change_notifier_types_java',
37 '../net/net.gyp:net_errors_java', 38 '../net/net.gyp:net_errors_java',
38 '../net/net.gyp:private_key_types_java', 39 '../net/net.gyp:private_key_types_java',
39 '../third_party/WebKit/public/blink_headers.gyp:web_input_event_java', 40 '../third_party/WebKit/public/blink_headers.gyp:web_input_event_java',
40 '../third_party/WebKit/public/blink_headers.gyp:web_text_input_type', 41 '../third_party/WebKit/public/blink_headers.gyp:web_text_input_type',
41 '../ui/android/ui_android.gyp:android_resource_type_java', 42 '../ui/android/ui_android.gyp:android_resource_type_java',
42 '../ui/android/ui_android.gyp:bitmap_format_java', 43 '../ui/android/ui_android.gyp:bitmap_format_java',
(...skipping 11 matching lines...) Expand all
54 # android. 55 # android.
55 'aosp_build_settings': { 56 'aosp_build_settings': {
56 'LOCAL_FDO_SUPPORT': 'true', 57 'LOCAL_FDO_SUPPORT': 'true',
57 }, 58 },
58 }], 59 }],
59 ], 60 ],
60 'sources': [ 61 'sources': [
61 'lib/main/webview_entry_point.cc', 62 'lib/main/webview_entry_point.cc',
62 ], 63 ],
63 } 64 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698