projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Run Tizen Webapps in single process mode
[platform/framework/web/crosswalk-tizen.git]
/
tizen
/
common
/
env_variables.h
1
#ifndef TIZEN_ENV_VARIABLES
2
#define TIZEN_ENV_VARIABLES
3
4
namespace tizen {
5
extern bool is_single_process;
6
}
7
8
#endif // TIZEN_ENV_VARIABLES