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

Side by Side Diff: content/content_browser.gypi

Issue 1831173002: Scaffolding for Android implementation of PaymentRequest. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojo
Patch Set: Register PaymentRequest with render process Created 4 years, 8 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 { 5 {
6 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base_static', 7 '../base/base.gyp:base_static',
8 '../cc/cc.gyp:cc', 8 '../cc/cc.gyp:cc',
9 '../cc/cc.gyp:cc_surfaces', 9 '../cc/cc.gyp:cc_surfaces',
10 '../components/leveldb/leveldb.gyp:leveldb_lib', 10 '../components/leveldb/leveldb.gyp:leveldb_lib',
(...skipping 1107 matching lines...) Expand 10 before | Expand all | Expand 10 after
1118 'browser/mojo/mojo_app_connection_impl.cc', 1118 'browser/mojo/mojo_app_connection_impl.cc',
1119 'browser/mojo/mojo_app_connection_impl.h', 1119 'browser/mojo/mojo_app_connection_impl.h',
1120 'browser/mojo/mojo_application_host.cc', 1120 'browser/mojo/mojo_application_host.cc',
1121 'browser/mojo/mojo_application_host.h', 1121 'browser/mojo/mojo_application_host.h',
1122 'browser/mojo/mojo_child_connection.cc', 1122 'browser/mojo/mojo_child_connection.cc',
1123 'browser/mojo/mojo_child_connection.h', 1123 'browser/mojo/mojo_child_connection.h',
1124 'browser/mojo/mojo_shell_context.cc', 1124 'browser/mojo/mojo_shell_context.cc',
1125 'browser/mojo/mojo_shell_context.h', 1125 'browser/mojo/mojo_shell_context.h',
1126 'browser/mojo/service_registrar_android.cc', 1126 'browser/mojo/service_registrar_android.cc',
1127 'browser/mojo/service_registrar_android.h', 1127 'browser/mojo/service_registrar_android.h',
1128 'browser/mojo/service_registry_android.cc',
1129 'browser/mojo/service_registry_android.h',
1130 'browser/navigator_connect/navigator_connect_context_impl.cc', 1128 'browser/navigator_connect/navigator_connect_context_impl.cc',
1131 'browser/navigator_connect/navigator_connect_context_impl.h', 1129 'browser/navigator_connect/navigator_connect_context_impl.h',
1132 'browser/navigator_connect/service_port_service_impl.cc', 1130 'browser/navigator_connect/service_port_service_impl.cc',
1133 'browser/navigator_connect/service_port_service_impl.h', 1131 'browser/navigator_connect/service_port_service_impl.h',
1134 'browser/net/browser_online_state_observer.cc', 1132 'browser/net/browser_online_state_observer.cc',
1135 'browser/net/browser_online_state_observer.h', 1133 'browser/net/browser_online_state_observer.h',
1136 'browser/net/network_errors_listing_ui.cc', 1134 'browser/net/network_errors_listing_ui.cc',
1137 'browser/net/network_errors_listing_ui.h', 1135 'browser/net/network_errors_listing_ui.h',
1138 'browser/net/quota_policy_cookie_store.cc', 1136 'browser/net/quota_policy_cookie_store.cc',
1139 'browser/net/quota_policy_cookie_store.h', 1137 'browser/net/quota_policy_cookie_store.h',
(...skipping 1081 matching lines...) Expand 10 before | Expand all | Expand 10 after
2221 ['enable_webvr==1 and OS=="android"', { 2219 ['enable_webvr==1 and OS=="android"', {
2222 'sources': [ 2220 'sources': [
2223 'browser/vr/android/cardboard/cardboard_vr_device.cc', 2221 'browser/vr/android/cardboard/cardboard_vr_device.cc',
2224 'browser/vr/android/cardboard/cardboard_vr_device.h', 2222 'browser/vr/android/cardboard/cardboard_vr_device.h',
2225 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', 2223 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc',
2226 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', 2224 'browser/vr/android/cardboard/cardboard_vr_device_provider.h',
2227 ], 2225 ],
2228 }], 2226 }],
2229 ], 2227 ],
2230 } 2228 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698