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

Side by Side Diff: chrome/browser/component/components.gyp

Issue 11293017: Move navigation interception component to content/components (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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
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 'includes': [ 7 'includes': [
8 'navigation_interception/navigation_interception.gypi',
9 'web_contents_delegate_android/web_contents_delegate_android.gypi', 8 'web_contents_delegate_android/web_contents_delegate_android.gypi',
10 ], 9 ],
11 10
12 'conditions': [ 11 'conditions': [
13 ['OS=="android"', { 12 ['OS=="android"', {
14 'targets': [ 13 'targets': [
15 { 14 {
16 'target_name': 'browser_component_jni_headers', 15 'target_name': 'browser_component_jni_headers',
17 'type': 'none', 16 'type': 'none',
18 'sources': [ 17 'sources': [
19 'web_contents_delegate_android/java/src/org/chromium/chrome/browser/ component/web_contents_delegate_android/WebContentsDelegateAndroid.java', 18 'web_contents_delegate_android/java/src/org/chromium/chrome/browser/ component/web_contents_delegate_android/WebContentsDelegateAndroid.java',
20 'navigation_interception/java/src/org/chromium/chrome/browser/compon ent/navigation_interception/InterceptNavigationDelegate.java',
21 ], 19 ],
22 'variables': { 20 'variables': {
23 'jni_gen_dir': 'chrome/browser_component', 21 'jni_gen_dir': 'chrome/browser_component',
24 }, 22 },
25 'includes': [ '../../../build/jni_generator.gypi' ], 23 'includes': [ '../../../build/jni_generator.gypi' ],
26 }, 24 },
27 ], 25 ],
28 }], 26 }],
29 ], 27 ],
30 } 28 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698