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

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

Issue 5740007: Add path for NaCl pepper2 based plugin. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 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 | « no previous file | 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) 2006-2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2006-2010 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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 // contains embedded resources (version, 50 // contains embedded resources (version,
51 // strings, images, etc.). 51 // strings, images, etc.).
52 FILE_LOCAL_STATE, // Path and filename to the file in which 52 FILE_LOCAL_STATE, // Path and filename to the file in which
53 // machine/installation-specific state is saved. 53 // machine/installation-specific state is saved.
54 FILE_RECORDED_SCRIPT, // Full path to the script.log file that 54 FILE_RECORDED_SCRIPT, // Full path to the script.log file that
55 // contains recorded browser events for 55 // contains recorded browser events for
56 // playback. 56 // playback.
57 FILE_GEARS_PLUGIN, // Full path to the gears.dll plugin file. 57 FILE_GEARS_PLUGIN, // Full path to the gears.dll plugin file.
58 FILE_FLASH_PLUGIN, // Full path to the internal Flash plugin file. 58 FILE_FLASH_PLUGIN, // Full path to the internal Flash plugin file.
59 FILE_PDF_PLUGIN, // Full path to the internal PDF plugin file. 59 FILE_PDF_PLUGIN, // Full path to the internal PDF plugin file.
60 FILE_NACL_PLUGIN, // Full path to the internal NaCl plugin file.
60 FILE_LIBAVCODEC, // Full path to libavcodec media decoding 61 FILE_LIBAVCODEC, // Full path to libavcodec media decoding
61 // library. 62 // library.
62 FILE_LIBAVFORMAT, // Full path to libavformat media parsing 63 FILE_LIBAVFORMAT, // Full path to libavformat media parsing
63 // library. 64 // library.
64 FILE_LIBAVUTIL, // Full path to libavutil media utility library. 65 FILE_LIBAVUTIL, // Full path to libavutil media utility library.
65 FILE_RESOURCES_PACK, // Full path to the .pak file containing 66 FILE_RESOURCES_PACK, // Full path to the .pak file containing
66 // binary data (e.g., html files and images 67 // binary data (e.g., html files and images
67 // used by interal pages). 68 // used by interal pages).
68 #if defined(OS_CHROMEOS) 69 #if defined(OS_CHROMEOS)
69 FILE_CHROMEOS_API, // Full path to chrome os api shared object. 70 FILE_CHROMEOS_API, // Full path to chrome os api shared object.
70 #endif 71 #endif
71 72
72 73
73 // Valid only in development environment; TODO(darin): move these 74 // Valid only in development environment; TODO(darin): move these
74 DIR_TEST_DATA, // Directory where unit test data resides. 75 DIR_TEST_DATA, // Directory where unit test data resides.
75 DIR_TEST_TOOLS, // Directory where unit test tools reside. 76 DIR_TEST_TOOLS, // Directory where unit test tools reside.
76 77
77 PATH_END 78 PATH_END
78 }; 79 };
79 80
80 // Call once to register the provider for the path keys defined above. 81 // Call once to register the provider for the path keys defined above.
81 void RegisterPathProvider(); 82 void RegisterPathProvider();
82 83
83 } // namespace chrome 84 } // namespace chrome
84 85
85 #endif // CHROME_COMMON_CHROME_PATHS_H__ 86 #endif // CHROME_COMMON_CHROME_PATHS_H__
OLDNEW
« no previous file with comments | « no previous file | chrome/common/chrome_paths.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698