summaryrefslogtreecommitdiffstats
path: root/ui/snapshot
diff options
context:
space:
mode:
authorcjhopman@chromium.org <cjhopman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-05 19:47:30 +0000
committercjhopman@chromium.org <cjhopman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-05 19:47:30 +0000
commit65a7d064dfde9d8bc1535325b3ed847e27d14c6d (patch)
tree0af2cdbf52429c0925606f6e341adb4d1cefc93c /ui/snapshot
parent02f5146d29b4fea169f56ccda7a1958e1b9cddd0 (diff)
downloadchromium_src-65a7d064dfde9d8bc1535325b3ed847e27d14c6d.zip
chromium_src-65a7d064dfde9d8bc1535325b3ed847e27d14c6d.tar.gz
chromium_src-65a7d064dfde9d8bc1535325b3ed847e27d14c6d.tar.bz2
Add generate_jar_jni template
This implements jar_file_jni_generator.gypi for GN. Also, add the //ui/gl:surface_jni_headers and enable some targets that depend on it. BUG=359249 R=brettw@chromium.org,tfarina@chromium.org TBR=ben@chromium.org Review URL: https://codereview.chromium.org/294323002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275222 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/snapshot')
-rw-r--r--ui/snapshot/BUILD.gn4
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/snapshot/BUILD.gn b/ui/snapshot/BUILD.gn
index 628812b..78a2823 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 -= [
+ "snapshot_aura.cc"
+ ]
}
}