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

Side by Side Diff: chrome/chrome_browser_components.gyp

Issue 10831060: Refactor the Android port to allow access to the chrome layer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: gyp fixes Created 8 years, 4 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 #
3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file.
5
6 {
Jói 2012/08/21 12:17:08 I think this file should live at chrome/browser/co
Leandro Graciá Gil 2012/08/21 16:17:42 I'll be moving it then. Any requirements for JNI h
7 'includes': [
8 'browser/component/web_contents_delegate_android/web_contents_delegate_andro id.gypi'
9 ],
10
11 'conditions': [
12 ['OS=="android"', {
13 'targets': [
14 {
15 'target_name': 'browser_component_jni_headers',
16 'type': 'none',
17 'sources': [
18 'android/java/src/org/chromium/chrome/browser/component/web_contents _delegate_android/WebContentsDelegateAndroid.java',
19 ],
20 'variables': {
21 'jni_gen_dir': 'chrome/browser_component',
22 },
23 'includes': [ '../build/jni_generator.gypi' ],
24 },
25 ],
26 }],
27 ],
28 }
29
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698