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

Unified Diff: third_party/libXNVCtrl/BUILD.gn

Issue 300973003: Add CC to the GN build, work on GPU more (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
« no previous file with comments | « gpu/skia_bindings/BUILD.gn ('k') | ui/gl/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libXNVCtrl/BUILD.gn
diff --git a/mojo/public/js/bindings/BUILD.gn b/third_party/libXNVCtrl/BUILD.gn
similarity index 65%
copy from mojo/public/js/bindings/BUILD.gn
copy to third_party/libXNVCtrl/BUILD.gn
index 0f305e924ec52d3d1b6923ecc012b55a1ac69eac..ef95a0dd37be5e57be2713595d8933fd19164daf 100644
--- a/mojo/public/js/bindings/BUILD.gn
+++ b/third_party/libXNVCtrl/BUILD.gn
@@ -2,9 +2,11 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-source_set("bindings") {
+source_set("libXNVCtrl") {
sources = [
- "constants.cc",
- "constants.h",
+ "NVCtrl.c",
+ "NVCtrl.h",
+ "NVCtrlLib.h",
+ "nv_control.h",
]
}
« no previous file with comments | « gpu/skia_bindings/BUILD.gn ('k') | ui/gl/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698