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

Side by Side Diff: content/content_jni.gypi

Issue 10377059: Android content shell bringup. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix deps so builds on clean machine Created 8 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « content/content_browser.gypi ('k') | content/content_shell.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 'public/android/java/org/chromium/content/browser/CommandLine.java',
13 'public/android/java/org/chromium/content/browser/JNIHelper.java',
14 'public/android/java/org/chromium/content/browser/LibraryLoader.java',
15 'public/android/java/org/chromium/content/browser/LocationProvider.java',
16 'public/android/java/org/chromium/content/browser/TraceEvent.java',
17 ],
18 'jni_headers': [
19 '<(SHARED_INTERMEDIATE_DIR)/content/jni/command_line_jni.h',
20 '<(SHARED_INTERMEDIATE_DIR)/content/jni/jni_helper_jni.h',
21 '<(SHARED_INTERMEDIATE_DIR)/content/jni/library_loader_jni.h',
22 '<(SHARED_INTERMEDIATE_DIR)/content/jni/location_provider_jni.h',
23 '<(SHARED_INTERMEDIATE_DIR)/content/jni/trace_event_jni.h',
24 ],
25 },
26 'includes': [ '../build/jni_generator.gypi' ],
27 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | content/content_shell.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698