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

Side by Side Diff: content/public/common/content_descriptor_keys.h

Issue 2684433003: Files required by a service now listed in manifest. (Closed)
Patch Set: Fix build. Created 3 years, 10 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/public/common/BUILD.gn ('k') | content/public/common/content_descriptor_keys.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // Copyright 2017 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef CONTENT_PUBLIC_COMMON_CONTENT_DESCRIPTOR_KEYS_H_
6 #define CONTENT_PUBLIC_COMMON_CONTENT_DESCRIPTOR_KEYS_H_
7
8 namespace content {
9
10 // This is a list of global descriptor keys to be used with the
11 // base::FileDescriptorStore object (see base/file_descriptor_store.h)
12 //
13 // Note that these keys are also used in
14 // content/public/app/mojo/content_renderer_manifest.json and should be kept in
15 // sync.
16
17 extern const char kV8NativesDataDescriptor[];
18 extern const char kV8SnapshotDataDescriptor[];
19 extern const char kV8Snapshot32DataDescriptor[];
20 extern const char kV8Snapshot64DataDescriptor[];
21
22 } // namespace content
23
24 #endif // CONTENT_PUBLIC_COMMON_CONTENT_DESCRIPTOR_KEYS_H_
OLDNEW
« no previous file with comments | « content/public/common/BUILD.gn ('k') | content/public/common/content_descriptor_keys.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698