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

Unified Diff: gpu/skia_bindings/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/config/BUILD.gn ('k') | third_party/libXNVCtrl/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/skia_bindings/BUILD.gn
diff --git a/components/metrics/BUILD.gn b/gpu/skia_bindings/BUILD.gn
similarity index 54%
copy from components/metrics/BUILD.gn
copy to gpu/skia_bindings/BUILD.gn
index 72fc0fe1227ecd9d8d0ed56106944998391a40e6..2bd2a44a3c4933348af7d9018fbd0c1e0fe039b1 100644
--- a/components/metrics/BUILD.gn
+++ b/gpu/skia_bindings/BUILD.gn
@@ -2,13 +2,13 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-source_set("metrics") {
+source_set("skia_bindings") {
sources = [
- "metrics_hashes.cc",
- "metrics_hashes.h",
+ "gl_bindings_skia_cmd_buffer.cc",
+ "gl_bindings_skia_cmd_buffer.h",
]
-
deps = [
- "//base",
+ "//gpu/command_buffer/client:gles2_c_lib",
+ "//skia",
]
}
« no previous file with comments | « gpu/config/BUILD.gn ('k') | third_party/libXNVCtrl/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698