BEGIN_PUBLIC

Microsoft has updated the winrt library
END_PUBLC

PiperOrigin-RevId: 387168248
This commit is contained in:
hai007
2021-07-29 03:27:37 -07:00
committed by Janusz Sobczak
parent 09e65aeddb
commit b1815095dd
1579 changed files with 967 additions and 20157 deletions
+3 -2
View File
@@ -1,3 +1,4 @@
licenses(["notice"])
# Copyright 2020 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -49,9 +50,9 @@ cc_library(
"//platform/impl:__subpackages__",
],
deps = [
"//absl/strings",
"//platform/api:types",
"//platform/base",
"//absl/strings",
],
)
@@ -61,8 +62,8 @@ cc_test(
deps = [
":file",
"//file/util:temp_path",
"//platform/base",
"//testing/base/public:gunit_main",
"//absl/strings",
"//platform/base",
],
)
+1 -1
View File
@@ -17,8 +17,8 @@
#include <cstddef>
#include <memory>
#include "platform/base/exception.h"
#include "absl/strings/string_view.h"
#include "platform/base/exception.h"
namespace location {
namespace nearby {
+1 -1
View File
@@ -18,10 +18,10 @@
#include <cstdint>
#include <fstream>
#include "absl/strings/string_view.h"
#include "platform/api/input_file.h"
#include "platform/api/output_file.h"
#include "platform/base/exception.h"
#include "absl/strings/string_view.h"
namespace location {
namespace nearby {
+1 -1
View File
@@ -20,9 +20,9 @@
#include <ostream>
#include "file/util/temp_path.h"
#include "platform/base/byte_array.h"
#include "gtest/gtest.h"
#include "absl/strings/string_view.h"
#include "platform/base/byte_array.h"
namespace location {
namespace nearby {