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

Unified Diff: gpu/ipc/BUILD.gn

Issue 305513003: Add ppapi, improve Windows GN build. (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 | « content/common/BUILD.gn ('k') | ppapi/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/ipc/BUILD.gn
diff --git a/components/tracing/BUILD.gn b/gpu/ipc/BUILD.gn
similarity index 53%
copy from components/tracing/BUILD.gn
copy to gpu/ipc/BUILD.gn
index c2e05190ad6e7a0996e2713071e35a4bea4525fe..a6249bf564ddef4648dd1f9988e319399268bfcc 100644
--- a/components/tracing/BUILD.gn
+++ b/gpu/ipc/BUILD.gn
@@ -2,16 +2,16 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-source_set("tracing") {
+source_set("ipc") {
sources = [
- "child_trace_message_filter.cc",
- "child_trace_message_filter.h",
- "tracing_messages.cc",
- "tracing_messages.h",
+ "gpu_command_buffer_traits.cc",
+ "gpu_command_buffer_traits.h",
]
+ configs += [ "//third_party/khronos:khronos_headers" ]
+
deps = [
- "//base",
+ "//gpu/command_buffer/common",
"//ipc",
]
}
« no previous file with comments | « content/common/BUILD.gn ('k') | ppapi/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698