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

Side by Side Diff: mojo/mojo_shell.gyp

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
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 'targets': [{ 6 'targets': [{
7 'target_name': 'mojo_shell_lib', 7 'target_name': 'mojo_shell_lib',
8 'type': 'static_library', 8 'type': 'static_library',
9 'sources': [ 9 'sources': [
10 'services/catalog/catalog.cc', 10 'services/catalog/catalog.cc',
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 '<(DEPTH)/sandbox/sandbox.gyp:seccomp_bpf_helpers', 140 '<(DEPTH)/sandbox/sandbox.gyp:seccomp_bpf_helpers',
141 ], 141 ],
142 }], 142 }],
143 ['OS=="mac"', { 143 ['OS=="mac"', {
144 'sources': [ 144 'sources': [
145 'shell/runner/host/mach_broker.cc', 145 'shell/runner/host/mach_broker.cc',
146 'shell/runner/host/mach_broker.h', 146 'shell/runner/host/mach_broker.h',
147 ], 147 ],
148 }], 148 }],
149 ], 149 ],
150 }, {
151 # GN version: //mojo/services/catalog:manifest
152 'target_name': 'mojo_catalog_manifest',
153 'type': 'none',
154 'variables': {
155 'application_type': 'mojo',
156 'application_name': 'catalog',
157 'source_manifest': '<(DEPTH)/mojo/services/catalog/manifest.json',
158 },
159 'includes': [
160 '../mojo/public/mojo_application_manifest.gypi',
161 ],
162 'hard_dependency': 1,
150 }], 163 }],
151 } 164 }
OLDNEW
« no previous file with comments | « content/public/app/mojo/content_renderer_manifest.json ('k') | mojo/public/mojo_application_manifest.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698