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

Unified Diff: BUILD.gn

Issue 288033016: GN build: GPU work, Windows compile, "check" errors (Closed) Base URL: https://chromium.googlesource.com/chromium/src
Patch Set: missing files 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 | « no previous file | gpu/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index e5e8dd3ed7b13402daef242cbff0e025f38c9229..05ecd0c18648d0a455d624f283444e2ff10ab559 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -32,7 +32,7 @@ group("root") {
"//crypto",
"//device/usb",
#"//extensions/common/api:extensions_api",
- "//gpu:gles2_c_lib",
+ "//gpu/command_buffer/client",
"//ipc",
"//mojo",
"//net",
@@ -74,7 +74,7 @@ group("root") {
deps -= [
"//components/os_crypt",
"//crypto",
- "//gpu:gles2_c_lib", # Needs Skia.
+ "//gpu/command_buffer/client", # Needs Skia.
"//net",
"//skia", # Needs some ARM stuff
"//third_party/libusb",
« no previous file with comments | « no previous file | gpu/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698