| 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 24 matching lines...) Expand all Loading... |
| 35 '<(DEPTH)/base/base.gyp:base', | 35 '<(DEPTH)/base/base.gyp:base', |
| 36 '<(DEPTH)/base/base.gyp:base_i18n', | 36 '<(DEPTH)/base/base.gyp:base_i18n', |
| 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)/ui/ui.gyp:ui', | |
| 46 '<(DEPTH)/url/url.gyp:url_lib', | 45 '<(DEPTH)/url/url.gyp:url_lib', |
| 47 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 46 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
| 48 '<(DEPTH)/webkit/common/webkit_common.gyp:webkit_common', | 47 '<(DEPTH)/webkit/common/webkit_common.gyp:webkit_common', |
| 49 ], | 48 ], |
| 50 'include_dirs': [ | 49 'include_dirs': [ |
| 51 # For JNI generated header. | 50 # For JNI generated header. |
| 52 '<(SHARED_INTERMEDIATE_DIR)/webkit', | 51 '<(SHARED_INTERMEDIATE_DIR)/webkit', |
| 53 ], | 52 ], |
| 54 # This target exports a hard dependency because dependent targets may | 53 # This target exports a hard dependency because dependent targets may |
| 55 # include the header generated above. | 54 # include the header generated above. |
| (...skipping 29 matching lines...) Expand all Loading... |
| 85 { | 84 { |
| 86 'dependencies': [ | 85 'dependencies': [ |
| 87 'overscroller_jni_headers', | 86 'overscroller_jni_headers', |
| 88 ], | 87 ], |
| 89 } | 88 } |
| 90 ], | 89 ], |
| 91 ], | 90 ], |
| 92 }, | 91 }, |
| 93 ], | 92 ], |
| 94 } | 93 } |
| OLD | NEW |