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

Side by Side Diff: chrome/browser/component/web_contents_delegate_android/web_contents_delegate_android.gypi

Issue 11187032: Handle resubmission of HTTP Posts. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: final nits Created 8 years, 2 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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'conditions': [ 7 'conditions': [
8 ['OS=="android"', { 8 ['OS=="android"', {
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 19 matching lines...) Expand all
30 'component_jni_registrar.h', 30 'component_jni_registrar.h',
31 'web_contents_delegate_android.cc', 31 'web_contents_delegate_android.cc',
32 'web_contents_delegate_android.h', 32 'web_contents_delegate_android.h',
33 ], 33 ],
34 }, 34 },
35 { 35 {
36 'target_name': 'web_contents_delegate_android_java', 36 'target_name': 'web_contents_delegate_android_java',
37 'type': 'none', 37 'type': 'none',
38 'dependencies': [ 38 'dependencies': [
39 '<(DEPTH)/base/base.gyp:base', 39 '<(DEPTH)/base/base.gyp:base',
40 '<(DEPTH)/content/content.gyp:content_java',
40 ], 41 ],
41 'variables': { 42 'variables': {
42 'package_name': 'web_contents_delegate_android', 43 'package_name': 'web_contents_delegate_android',
43 'java_in_dir': 'java', 44 'java_in_dir': 'java',
44 }, 45 },
45 'includes': [ '../../../../build/java.gypi' ], 46 'includes': [ '../../../../build/java.gypi' ],
46 }, 47 },
47 ], 48 ],
48 }], 49 }],
49 ], 50 ],
50 } 51 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698