| Index: components/profile_service/public/cpp/BUILD.gn
|
| diff --git a/third_party/vulkan/BUILD.gn b/components/profile_service/public/cpp/BUILD.gn
|
| similarity index 68%
|
| copy from third_party/vulkan/BUILD.gn
|
| copy to components/profile_service/public/cpp/BUILD.gn
|
| index b7388a2ddeb51f6b9e87a143fe1ac642be4cc4e5..f341a18b19af81ef3555e0516a57d41519a3b99b 100644
|
| --- a/third_party/vulkan/BUILD.gn
|
| +++ b/components/profile_service/public/cpp/BUILD.gn
|
| @@ -2,6 +2,9 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -config("vulkan_headers") {
|
| - include_dirs = [ "include" ]
|
| +source_set("cpp") {
|
| + sources = [
|
| + "constants.cc",
|
| + "constants.h",
|
| + ]
|
| }
|
|
|