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

Unified Diff: 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
« no previous file with comments | « no previous file | build/config/linux/BUILD.gn » ('j') | ui/ozone/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 38648cd5be69f04f2c96ffbf769184c23ec9b695..e5e8dd3ed7b13402daef242cbff0e025f38c9229 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -32,6 +32,7 @@ group("root") {
"//crypto",
"//device/usb",
#"//extensions/common/api:extensions_api",
+ "//gpu:gles2_c_lib",
"//ipc",
"//mojo",
"//net",
@@ -73,8 +74,9 @@ group("root") {
deps -= [
"//components/os_crypt",
"//crypto",
+ "//gpu:gles2_c_lib", # Needs Skia.
"//net",
- "//skia",
+ "//skia", # Needs some ARM stuff
"//third_party/libusb",
"//third_party/WebKit/Source/wtf", # TODO(brettw) re-enable for Android.
"//tools/gn",
« no previous file with comments | « no previous file | build/config/linux/BUILD.gn » ('j') | ui/ozone/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698