| 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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 68 'resource_loader_bridge.h', | 68 'resource_loader_bridge.h', |
| 69 'touch_fling_gesture_curve.cc', | 69 'touch_fling_gesture_curve.cc', |
| 70 'touch_fling_gesture_curve.h', | 70 'touch_fling_gesture_curve.h', |
| 71 'web_discardable_memory_impl.cc', | 71 'web_discardable_memory_impl.cc', |
| 72 'web_discardable_memory_impl.h', | 72 'web_discardable_memory_impl.h', |
| 73 'webfallbackthemeengine_impl.cc', | 73 'webfallbackthemeengine_impl.cc', |
| 74 'webfallbackthemeengine_impl.h', | 74 'webfallbackthemeengine_impl.h', |
| 75 'webkit_child_export.h', | 75 'webkit_child_export.h', |
| 76 'webkit_child_helpers.cc', | 76 'webkit_child_helpers.cc', |
| 77 'webkit_child_helpers.h', | 77 'webkit_child_helpers.h', |
| 78 'webkitplatformsupport_child_impl.cc', | |
| 79 'webkitplatformsupport_child_impl.h', | |
| 80 'webkitplatformsupport_impl.cc', | 78 'webkitplatformsupport_impl.cc', |
| 81 'webkitplatformsupport_impl.h', | 79 'webkitplatformsupport_impl.h', |
| 82 'websocketstreamhandle_bridge.h', | 80 'websocketstreamhandle_bridge.h', |
| 83 'websocketstreamhandle_delegate.h', | 81 'websocketstreamhandle_delegate.h', |
| 84 'websocketstreamhandle_impl.cc', | 82 'websocketstreamhandle_impl.cc', |
| 85 'websocketstreamhandle_impl.h', | 83 'websocketstreamhandle_impl.h', |
| 86 'webthemeengine_impl_android.cc', | 84 'webthemeengine_impl_android.cc', |
| 87 'webthemeengine_impl_android.h', | 85 'webthemeengine_impl_android.h', |
| 88 'webthemeengine_impl_default.cc', | 86 'webthemeengine_impl_default.cc', |
| 89 'webthemeengine_impl_default.h', | 87 'webthemeengine_impl_default.h', |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 126 { | 124 { |
| 127 'dependencies': [ | 125 'dependencies': [ |
| 128 'overscroller_jni_headers', | 126 'overscroller_jni_headers', |
| 129 ], | 127 ], |
| 130 } | 128 } |
| 131 ], | 129 ], |
| 132 ], | 130 ], |
| 133 }, | 131 }, |
| 134 ], | 132 ], |
| 135 } | 133 } |
| OLD | NEW |