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

Unified Diff: ui/snapshot/BUILD.gn

Issue 294323002: Add generate_jar_jni template (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase (+fix specified output file) Created 6 years, 6 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 | « ui/gl/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/snapshot/BUILD.gn
diff --git a/ui/snapshot/BUILD.gn b/ui/snapshot/BUILD.gn
index 628812bde921b1131fdd977acb2d84c07db3445f..78a28237d0f6e79e7e6be2872cd5865cb81dd814 100644
--- a/ui/snapshot/BUILD.gn
+++ b/ui/snapshot/BUILD.gn
@@ -45,6 +45,10 @@ component("snapshot") {
#"//ui/aura", TODO(GYP)
"//ui/compositor",
]
+ } else {
+ sources -= [
cjhopman 2014/06/04 23:10:12 I don't know that this is how we actually want to
tfarina 2014/06/05 02:12:27 From what I understood from Brett's reply, that is
brettw 2014/06/05 02:38:15 Yeah, this is what I have been doing.
+ "snapshot_aura.cc"
+ ]
}
}
« no previous file with comments | « ui/gl/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698