OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'conditions': [ | 9 'conditions': [ |
10 ['OS=="android"', | 10 ['OS=="android"', |
(...skipping 27 matching lines...) Expand all Loading... |
38 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d
ynamic_annotations', | 38 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d
ynamic_annotations', |
39 '<(DEPTH)/net/net.gyp:net', | 39 '<(DEPTH)/net/net.gyp:net', |
40 '<(DEPTH)/skia/skia.gyp:skia', | 40 '<(DEPTH)/skia/skia.gyp:skia', |
41 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink', | 41 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink', |
42 '<(DEPTH)/ui/gfx/gfx.gyp:gfx', | 42 '<(DEPTH)/ui/gfx/gfx.gyp:gfx', |
43 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry', | 43 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry', |
44 '<(DEPTH)/ui/native_theme/native_theme.gyp:native_theme', | 44 '<(DEPTH)/ui/native_theme/native_theme.gyp:native_theme', |
45 '<(DEPTH)/ui/ui.gyp:ui', | 45 '<(DEPTH)/ui/ui.gyp:ui', |
46 '<(DEPTH)/url/url.gyp:url_lib', | 46 '<(DEPTH)/url/url.gyp:url_lib', |
47 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 47 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
48 '<(DEPTH)/webkit/common/user_agent/webkit_user_agent.gyp:user_agent', | |
49 '<(DEPTH)/webkit/common/webkit_common.gyp:webkit_common', | 48 '<(DEPTH)/webkit/common/webkit_common.gyp:webkit_common', |
50 ], | 49 ], |
51 'include_dirs': [ | 50 'include_dirs': [ |
52 # For JNI generated header. | 51 # For JNI generated header. |
53 '<(SHARED_INTERMEDIATE_DIR)/webkit', | 52 '<(SHARED_INTERMEDIATE_DIR)/webkit', |
54 ], | 53 ], |
55 # This target exports a hard dependency because dependent targets may | 54 # This target exports a hard dependency because dependent targets may |
56 # include the header generated above. | 55 # include the header generated above. |
57 'hard_dependency': 1, | 56 'hard_dependency': 1, |
58 'sources': [ | 57 'sources': [ |
(...skipping 29 matching lines...) Expand all Loading... |
88 { | 87 { |
89 'dependencies': [ | 88 'dependencies': [ |
90 'overscroller_jni_headers', | 89 'overscroller_jni_headers', |
91 ], | 90 ], |
92 } | 91 } |
93 ], | 92 ], |
94 ], | 93 ], |
95 }, | 94 }, |
96 ], | 95 ], |
97 } | 96 } |
OLD | NEW |