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 26 matching lines...) Expand all Loading... |
37 '<(DEPTH)/base/base.gyp:base_static', | 37 '<(DEPTH)/base/base.gyp:base_static', |
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)/url/url.gyp:url_lib', | 45 '<(DEPTH)/url/url.gyp:url_lib', |
46 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 46 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
47 '<(DEPTH)/webkit/common/webkit_common.gyp:webkit_common', | |
48 ], | 47 ], |
49 'include_dirs': [ | 48 'include_dirs': [ |
50 # For JNI generated header. | 49 # For JNI generated header. |
51 '<(SHARED_INTERMEDIATE_DIR)/webkit', | 50 '<(SHARED_INTERMEDIATE_DIR)/webkit', |
52 ], | 51 ], |
53 # This target exports a hard dependency because dependent targets may | 52 # This target exports a hard dependency because dependent targets may |
54 # include the header generated above. | 53 # include the header generated above. |
55 'hard_dependency': 1, | 54 'hard_dependency': 1, |
56 'sources': [ | 55 'sources': [ |
57 'multipart_response_delegate.cc', | 56 'multipart_response_delegate.cc', |
(...skipping 20 matching lines...) Expand all Loading... |
78 { | 77 { |
79 'dependencies': [ | 78 'dependencies': [ |
80 'overscroller_jni_headers', | 79 'overscroller_jni_headers', |
81 ], | 80 ], |
82 } | 81 } |
83 ], | 82 ], |
84 ], | 83 ], |
85 }, | 84 }, |
86 ], | 85 ], |
87 } | 86 } |
OLD | NEW |