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

Side by Side Diff: chrome/chrome_jni.gypi

Issue 10702083: Add ContentViewDelegate (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: it builds (but other code in chrome/ doesn't...) Created 8 years, 5 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 {
6 # TODO(jrg): Update this action and other jni generators to only
7 # require specifying the java directory and generate the rest.
8 # TODO(jrg): when doing the above, make sure we support multiple
9 # output directories (e.g. browser/jni and common/jni if needed).
10 'variables': {
11 'java_sources': [
12 'android/java/src/org/chromium/chrome/browser/ContentViewDelegate.java'
13 ],
14 'jni_headers': [
15 '<(SHARED_INTERMEDIATE_DIR)/chrome/jni/content_view_delegate_jni.h',
16 ],
17 },
18 'includes': [ '../build/jni_generator.gypi' ],
19 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698