Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(250)

Unified Diff: third_party/khronos/BUILD.gn

Issue 285103002: Add GN build for parts of gpu and ozone. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/khronos/BUILD.gn
diff --git a/mojo/public/js/bindings/BUILD.gn b/third_party/khronos/BUILD.gn
similarity index 62%
copy from mojo/public/js/bindings/BUILD.gn
copy to third_party/khronos/BUILD.gn
index 0f305e924ec52d3d1b6923ecc012b55a1ac69eac..27cf05cea4abc599560c5495415c0bfb5461b236 100644
--- a/mojo/public/js/bindings/BUILD.gn
+++ b/third_party/khronos/BUILD.gn
@@ -2,9 +2,9 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-source_set("bindings") {
- sources = [
- "constants.cc",
- "constants.h",
+config("khronos_headers") {
+ include_dirs = [
+ ".",
+ "//gpu", # Contains GLES2/gl2chromium.h
]
}
« no previous file with comments | « gpu/command_buffer/BUILD.gn ('k') | tools/gn/builder.cc » ('j') | ui/ozone/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698