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

Side by Side Diff: content/content_common.gypi

Issue 1128453004: Embed a simple Mojo shell in content (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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', 7 '../base/base.gyp:base',
8 '../components/tracing.gyp:tracing', 8 '../components/tracing.gyp:tracing',
9 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', 9 '../gpu/command_buffer/command_buffer.gyp:gles2_utils',
10 '../net/net.gyp:net', 10 '../net/net.gyp:net',
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 'public/common/send_zygote_child_ping_linux.h', 126 'public/common/send_zygote_child_ping_linux.h',
127 'public/common/service_registry.h', 127 'public/common/service_registry.h',
128 'public/common/signed_certificate_timestamp_id_and_status.cc', 128 'public/common/signed_certificate_timestamp_id_and_status.cc',
129 'public/common/signed_certificate_timestamp_id_and_status.h', 129 'public/common/signed_certificate_timestamp_id_and_status.h',
130 'public/common/speech_recognition_error.h', 130 'public/common/speech_recognition_error.h',
131 'public/common/speech_recognition_grammar.h', 131 'public/common/speech_recognition_grammar.h',
132 'public/common/speech_recognition_result.cc', 132 'public/common/speech_recognition_result.cc',
133 'public/common/speech_recognition_result.h', 133 'public/common/speech_recognition_result.h',
134 'public/common/ssl_status.cc', 134 'public/common/ssl_status.cc',
135 'public/common/ssl_status.h', 135 'public/common/ssl_status.h',
136 'public/common/static_mojo_application_loader.cc',
137 'public/common/static_mojo_application_loader.h',
136 'public/common/stop_find_action.h', 138 'public/common/stop_find_action.h',
137 'public/common/storage_quota_params.h', 139 'public/common/storage_quota_params.h',
138 'public/common/three_d_api_types.h', 140 'public/common/three_d_api_types.h',
139 'public/common/top_controls_state.h', 141 'public/common/top_controls_state.h',
140 'public/common/transition_element.h', 142 'public/common/transition_element.h',
141 'public/common/url_constants.cc', 143 'public/common/url_constants.cc',
142 'public/common/url_constants.h', 144 'public/common/url_constants.h',
143 'public/common/url_fetcher.h', 145 'public/common/url_fetcher.h',
144 'public/common/url_utils.cc', 146 'public/common/url_utils.cc',
145 'public/common/url_utils.h', 147 'public/common/url_utils.h',
(...skipping 907 matching lines...) Expand 10 before | Expand all | Expand 10 after
1053 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', 1055 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc',
1054 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', 1056 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc',
1055 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', 1057 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h',
1056 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 1058 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
1057 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc', 1059 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc',
1058 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h', 1060 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h',
1059 ], 1061 ],
1060 }], 1062 }],
1061 ], 1063 ],
1062 } 1064 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698