| 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 22 matching lines...) Expand all Loading... |
| 33 ], | 33 ], |
| 34 'dependencies': [ | 34 'dependencies': [ |
| 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/native_theme/native_theme.gyp:native_theme', | 44 '<(DEPTH)/ui/native_theme/native_theme.gyp:native_theme', |
| 44 '<(DEPTH)/ui/ui.gyp:ui', | 45 '<(DEPTH)/ui/ui.gyp:ui', |
| 45 '<(DEPTH)/url/url.gyp:url_lib', | 46 '<(DEPTH)/url/url.gyp:url_lib', |
| 46 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 47 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
| 47 '<(DEPTH)/webkit/common/user_agent/webkit_user_agent.gyp:user_agent', | 48 '<(DEPTH)/webkit/common/user_agent/webkit_user_agent.gyp:user_agent', |
| 48 '<(DEPTH)/webkit/common/webkit_common.gyp:webkit_common', | 49 '<(DEPTH)/webkit/common/webkit_common.gyp:webkit_common', |
| 49 ], | 50 ], |
| 50 'include_dirs': [ | 51 'include_dirs': [ |
| 51 # For JNI generated header. | 52 # For JNI generated header. |
| 52 '<(SHARED_INTERMEDIATE_DIR)/webkit', | 53 '<(SHARED_INTERMEDIATE_DIR)/webkit', |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 125 { | 126 { |
| 126 'dependencies': [ | 127 'dependencies': [ |
| 127 'overscroller_jni_headers', | 128 'overscroller_jni_headers', |
| 128 ], | 129 ], |
| 129 } | 130 } |
| 130 ], | 131 ], |
| 131 ], | 132 ], |
| 132 }, | 133 }, |
| 133 ], | 134 ], |
| 134 } | 135 } |
| OLD | NEW |