mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2025-04-03 13:53:37 +03:00
Fix comment
This commit is contained in:
parent
17429513b5
commit
23fa474912
1 changed files with 2 additions and 5 deletions
|
@ -2,11 +2,8 @@
|
|||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
// ninja -C out/Release cronet
|
||||
// g++ components/cronet/native/sample/bidi_example.cc -I
|
||||
// components/cronet/native/generated -I components/cronet/native/include -I
|
||||
// components/grpc_support/include/ out/Release/libcronet.100.0.4896.60.so
|
||||
// LD_LIBRARY_PATH=out/Release ./a.out
|
||||
// g++ bidi_example.cc libcronet.100.0.4896.60.so
|
||||
// LD_LIBRARY_PATH=$PWD ./a.out
|
||||
#include <atomic>
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
|
|
Loading…
Add table
Reference in a new issue