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

Unified Diff: 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 | « no previous file | build/config/linux/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 da186f16e70298deedbbc57b4982fa6c1dcddff8..085b282f4619727da8c14230735800ef61215818 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -18,6 +18,7 @@ group("root") {
#"//base(//build/toolchain/nacl:x86_newlib)",
"//apps/common/api:apps_api",
+ "//cc",
#"//chrome",
"//components/favicon_base",
"//components/language_usage_metrics",
@@ -38,8 +39,7 @@ group("root") {
"//device/usb",
#"//extensions/common/api:extensions_api",
"//gin",
- "//gpu/command_buffer/client",
- "//gpu/command_buffer/service",
+ "//gpu",
"//google_apis",
"//ipc",
"//mojo",
@@ -98,6 +98,7 @@ group("root") {
if (is_android) {
deps -= [
+ "//cc",
"//content/public/common",
"//content/public/renderer",
"//ppapi:ppapi_c",
@@ -109,8 +110,7 @@ group("root") {
# This stuff all depends on ui/surface which requires some .class jni
# generators (ui/gl/gl.gyp:surface_jni_headers).
"//ui/gl",
- "//gpu/command_buffer/client",
- "//gpu/command_buffer/service",
+ "//gpu",
"//ui/surface",
]
}
« no previous file with comments | « no previous file | build/config/linux/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698