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

Side by Side Diff: chrome/common/chrome_paths.h

Issue 8348026: Add a component installer for Portable NaCl. Registration of installer is (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 9 years 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 | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/chrome_paths.cc » ('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) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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 #ifndef CHROME_COMMON_CHROME_PATHS_H__ 5 #ifndef CHROME_COMMON_CHROME_PATHS_H__
6 #define CHROME_COMMON_CHROME_PATHS_H__ 6 #define CHROME_COMMON_CHROME_PATHS_H__
7 #pragma once 7 #pragma once
8 8
9 #include "build/build_config.h" 9 #include "build/build_config.h"
10 10
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 // playback. 77 // playback.
78 FILE_FLASH_PLUGIN, // Full path to the internal Flash plugin file. 78 FILE_FLASH_PLUGIN, // Full path to the internal Flash plugin file.
79 FILE_PEPPER_FLASH_PLUGIN, // Full path to the pepper Flash plugin file. 79 FILE_PEPPER_FLASH_PLUGIN, // Full path to the pepper Flash plugin file.
80 FILE_PDF_PLUGIN, // Full path to the internal PDF plugin file. 80 FILE_PDF_PLUGIN, // Full path to the internal PDF plugin file.
81 81
82 #if defined(OS_POSIX) && !defined(OS_MACOSX) 82 #if defined(OS_POSIX) && !defined(OS_MACOSX)
83 FILE_NACL_HELPER, // Full path to Linux nacl_helper executable. 83 FILE_NACL_HELPER, // Full path to Linux nacl_helper executable.
84 FILE_NACL_HELPER_BOOTSTRAP, // ... and nacl_helper_bootstrap executable. 84 FILE_NACL_HELPER_BOOTSTRAP, // ... and nacl_helper_bootstrap executable.
85 #endif 85 #endif
86 FILE_NACL_PLUGIN, // Full path to the internal NaCl plugin file. 86 FILE_NACL_PLUGIN, // Full path to the internal NaCl plugin file.
87 FILE_PNACL_COMPONENT, // Full path to the PNaCl component files.
87 FILE_O3D_PLUGIN, // Full path to the O3D Pepper plugin file. 88 FILE_O3D_PLUGIN, // Full path to the O3D Pepper plugin file.
88 FILE_GTALK_PLUGIN, // Full path to the GTalk Pepper plugin file. 89 FILE_GTALK_PLUGIN, // Full path to the GTalk Pepper plugin file.
89 FILE_LIBAVCODEC, // Full path to libavcodec media decoding 90 FILE_LIBAVCODEC, // Full path to libavcodec media decoding
90 // library. 91 // library.
91 FILE_LIBAVFORMAT, // Full path to libavformat media parsing 92 FILE_LIBAVFORMAT, // Full path to libavformat media parsing
92 // library. 93 // library.
93 FILE_LIBAVUTIL, // Full path to libavutil media utility library. 94 FILE_LIBAVUTIL, // Full path to libavutil media utility library.
94 FILE_RESOURCES_PACK, // Full path to the .pak file containing 95 FILE_RESOURCES_PACK, // Full path to the .pak file containing
95 // binary data (e.g., html files and images 96 // binary data (e.g., html files and images
96 // used by interal pages). 97 // used by interal pages).
(...skipping 16 matching lines...) Expand all
113 114
114 PATH_END 115 PATH_END
115 }; 116 };
116 117
117 // Call once to register the provider for the path keys defined above. 118 // Call once to register the provider for the path keys defined above.
118 void RegisterPathProvider(); 119 void RegisterPathProvider();
119 120
120 } // namespace chrome 121 } // namespace chrome
121 122
122 #endif // CHROME_COMMON_CHROME_PATHS_H__ 123 #endif // CHROME_COMMON_CHROME_PATHS_H__
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/chrome_paths.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698