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

Side by Side Diff: trunk/src/components/web_contents_delegate_android.gypi

Issue 25161002: Revert 225857 "gfx: Create a separate gfx component out of ui." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 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 | Annotate | Revision Log
« no previous file with comments | « trunk/src/components/user_prefs.gypi ('k') | trunk/src/content/content_app.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
11 'target_name': 'web_contents_delegate_android', 11 'target_name': 'web_contents_delegate_android',
12 'type': 'static_library', 12 'type': 'static_library',
13 'dependencies': [ 13 'dependencies': [
14 '../base/base.gyp:base', 14 '../base/base.gyp:base',
15 '../content/content.gyp:content_browser', 15 '../content/content.gyp:content_browser',
16 '../content/content.gyp:content_common', 16 '../content/content.gyp:content_common',
17 '../net/net.gyp:net', 17 '../net/net.gyp:net',
18 '../skia/skia.gyp:skia', 18 '../skia/skia.gyp:skia',
19 '../ui/gfx/gfx.gyp:gfx',
20 '../ui/ui.gyp:ui', 19 '../ui/ui.gyp:ui',
21 '../webkit/glue/webkit_glue.gyp:glue', 20 '../webkit/glue/webkit_glue.gyp:glue',
22 'web_contents_delegate_android_jni_headers', 21 'web_contents_delegate_android_jni_headers',
23 ], 22 ],
24 'include_dirs': [ 23 'include_dirs': [
25 '..', 24 '..',
26 '../skia/config', 25 '../skia/config',
27 '<(SHARED_INTERMEDIATE_DIR)/web_contents_delegate_android', 26 '<(SHARED_INTERMEDIATE_DIR)/web_contents_delegate_android',
28 ], 27 ],
29 'sources': [ 28 'sources': [
(...skipping 26 matching lines...) Expand all
56 ], 55 ],
57 'variables': { 56 'variables': {
58 'jni_gen_package': 'web_contents_delegate_android', 57 'jni_gen_package': 'web_contents_delegate_android',
59 }, 58 },
60 'includes': [ '../build/jni_generator.gypi' ], 59 'includes': [ '../build/jni_generator.gypi' ],
61 }, 60 },
62 ], 61 ],
63 }], 62 }],
64 ], 63 ],
65 } 64 }
OLDNEW
« no previous file with comments | « trunk/src/components/user_prefs.gypi ('k') | trunk/src/content/content_app.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698