webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include "gflags/gflags.h"
#include "webrtc/base/logging.h"
#include "webrtc/system_wrappers/include/metrics_default.h"
#include "webrtc/test/field_trial.h"
#include "webrtc/test/gmock.h"
#include "webrtc/test/gtest.h"
#include "webrtc/test/testsupport/fileutils.h"
#include "webrtc/test/testsupport/trace_to_stderr.h"
Functions | |
DEFINE_bool (logs, false, "print logs to stderr") | |
DEFINE_string (force_fieldtrials, "", "Field trials control experimental feature code which can be forced. " "E.g. running with --force_fieldtrials=WebRTC-FooFeature/Enable/" " will assign the group Enable to field trial WebRTC-FooFeature.") | |
int | main (int argc, char *argv[]) |
DEFINE_bool | ( | logs | , |
false | , | ||
"print logs to stderr" | |||
) |
DEFINE_string | ( | force_fieldtrials | , |
"" | |||
) |
int main | ( | int | argc, |
char * | argv[] | ||
) |