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

Side by Side Diff: content/content_browser.gypi

Issue 1828733004: Load application manifests from resources (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « content/content.gyp ('k') | content/content_resources.grd » ('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 { 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 1099 matching lines...) Expand 10 before | Expand all | Expand 10 after
1110 'browser/memory/memory_message_filter.h', 1110 'browser/memory/memory_message_filter.h',
1111 'browser/memory/memory_pressure_controller_impl.cc', 1111 'browser/memory/memory_pressure_controller_impl.cc',
1112 'browser/memory/memory_pressure_controller_impl.h', 1112 'browser/memory/memory_pressure_controller_impl.h',
1113 'browser/message_port_message_filter.cc', 1113 'browser/message_port_message_filter.cc',
1114 'browser/message_port_message_filter.h', 1114 'browser/message_port_message_filter.h',
1115 'browser/message_port_provider.cc', 1115 'browser/message_port_provider.cc',
1116 'browser/message_port_service.cc', 1116 'browser/message_port_service.cc',
1117 'browser/message_port_service.h', 1117 'browser/message_port_service.h',
1118 'browser/mime_registry_message_filter.cc', 1118 'browser/mime_registry_message_filter.cc',
1119 'browser/mime_registry_message_filter.h', 1119 'browser/mime_registry_message_filter.h',
1120 'browser/mojo/constants.cc',
1121 'browser/mojo/constants.h',
1120 'browser/mojo/mojo_app_connection_impl.cc', 1122 'browser/mojo/mojo_app_connection_impl.cc',
1121 'browser/mojo/mojo_app_connection_impl.h', 1123 'browser/mojo/mojo_app_connection_impl.h',
1122 'browser/mojo/mojo_application_host.cc', 1124 'browser/mojo/mojo_application_host.cc',
1123 'browser/mojo/mojo_application_host.h', 1125 'browser/mojo/mojo_application_host.h',
1124 'browser/mojo/mojo_child_connection.cc', 1126 'browser/mojo/mojo_child_connection.cc',
1125 'browser/mojo/mojo_child_connection.h', 1127 'browser/mojo/mojo_child_connection.h',
1126 'browser/mojo/mojo_shell_context.cc', 1128 'browser/mojo/mojo_shell_context.cc',
1127 'browser/mojo/mojo_shell_context.h', 1129 'browser/mojo/mojo_shell_context.h',
1128 'browser/mojo/service_registrar_android.cc', 1130 'browser/mojo/service_registrar_android.cc',
1129 'browser/mojo/service_registrar_android.h', 1131 'browser/mojo/service_registrar_android.h',
(...skipping 1085 matching lines...) Expand 10 before | Expand all | Expand 10 after
2215 ['enable_webvr==1 and OS=="android"', { 2217 ['enable_webvr==1 and OS=="android"', {
2216 'sources': [ 2218 'sources': [
2217 'browser/vr/android/cardboard/cardboard_vr_device.cc', 2219 'browser/vr/android/cardboard/cardboard_vr_device.cc',
2218 'browser/vr/android/cardboard/cardboard_vr_device.h', 2220 'browser/vr/android/cardboard/cardboard_vr_device.h',
2219 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', 2221 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc',
2220 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', 2222 'browser/vr/android/cardboard/cardboard_vr_device_provider.h',
2221 ], 2223 ],
2222 }], 2224 }],
2223 ], 2225 ],
2224 } 2226 }
OLDNEW
« no previous file with comments | « content/content.gyp ('k') | content/content_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698