| OLD | NEW |
| 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 'feature_defines': [ | 7 'feature_defines': [ |
| 8 'ENABLE_DATABASE=1', | 8 'ENABLE_DATABASE=1', |
| 9 'ENABLE_DASHBOARD_SUPPORT=0', | 9 'ENABLE_DASHBOARD_SUPPORT=0', |
| 10 'ENABLE_JAVASCRIPT_DEBUGGER=0', | 10 'ENABLE_JAVASCRIPT_DEBUGGER=0', |
| (...skipping 3189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3200 '../third_party/WebKit/WebCore/rendering/RenderVideo.cpp', | 3200 '../third_party/WebKit/WebCore/rendering/RenderVideo.cpp', |
| 3201 '../third_party/WebKit/WebCore/rendering/RenderVideo.h', | 3201 '../third_party/WebKit/WebCore/rendering/RenderVideo.h', |
| 3202 '../third_party/WebKit/WebCore/rendering/RenderView.cpp', | 3202 '../third_party/WebKit/WebCore/rendering/RenderView.cpp', |
| 3203 '../third_party/WebKit/WebCore/rendering/RenderView.h', | 3203 '../third_party/WebKit/WebCore/rendering/RenderView.h', |
| 3204 '../third_party/WebKit/WebCore/rendering/RenderWidget.cpp', | 3204 '../third_party/WebKit/WebCore/rendering/RenderWidget.cpp', |
| 3205 '../third_party/WebKit/WebCore/rendering/RenderWidget.h', | 3205 '../third_party/WebKit/WebCore/rendering/RenderWidget.h', |
| 3206 '../third_party/WebKit/WebCore/rendering/RenderWordBreak.cpp', | 3206 '../third_party/WebKit/WebCore/rendering/RenderWordBreak.cpp', |
| 3207 '../third_party/WebKit/WebCore/rendering/RenderWordBreak.h', | 3207 '../third_party/WebKit/WebCore/rendering/RenderWordBreak.h', |
| 3208 '../third_party/WebKit/WebCore/rendering/RootInlineBox.cpp', | 3208 '../third_party/WebKit/WebCore/rendering/RootInlineBox.cpp', |
| 3209 '../third_party/WebKit/WebCore/rendering/RootInlineBox.h', | 3209 '../third_party/WebKit/WebCore/rendering/RootInlineBox.h', |
| 3210 '../third_party/WebKit/WebCore/rendering/ScrollBehavior.cpp', |
| 3211 '../third_party/WebKit/WebCore/rendering/ScrollBehavior.h', |
| 3210 '../third_party/WebKit/WebCore/rendering/SVGCharacterLayoutInfo.cpp', | 3212 '../third_party/WebKit/WebCore/rendering/SVGCharacterLayoutInfo.cpp', |
| 3211 '../third_party/WebKit/WebCore/rendering/SVGCharacterLayoutInfo.h', | 3213 '../third_party/WebKit/WebCore/rendering/SVGCharacterLayoutInfo.h', |
| 3212 '../third_party/WebKit/WebCore/rendering/SVGInlineFlowBox.cpp', | 3214 '../third_party/WebKit/WebCore/rendering/SVGInlineFlowBox.cpp', |
| 3213 '../third_party/WebKit/WebCore/rendering/SVGInlineFlowBox.h', | 3215 '../third_party/WebKit/WebCore/rendering/SVGInlineFlowBox.h', |
| 3214 '../third_party/WebKit/WebCore/rendering/SVGInlineTextBox.cpp', | 3216 '../third_party/WebKit/WebCore/rendering/SVGInlineTextBox.cpp', |
| 3215 '../third_party/WebKit/WebCore/rendering/SVGInlineTextBox.h', | 3217 '../third_party/WebKit/WebCore/rendering/SVGInlineTextBox.h', |
| 3216 '../third_party/WebKit/WebCore/rendering/SVGRenderSupport.cpp', | 3218 '../third_party/WebKit/WebCore/rendering/SVGRenderSupport.cpp', |
| 3217 '../third_party/WebKit/WebCore/rendering/SVGRenderSupport.h', | 3219 '../third_party/WebKit/WebCore/rendering/SVGRenderSupport.h', |
| 3218 '../third_party/WebKit/WebCore/rendering/SVGRenderTreeAsText.cpp', | 3220 '../third_party/WebKit/WebCore/rendering/SVGRenderTreeAsText.cpp', |
| 3219 '../third_party/WebKit/WebCore/rendering/SVGRenderTreeAsText.h', | 3221 '../third_party/WebKit/WebCore/rendering/SVGRenderTreeAsText.h', |
| (...skipping 1171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4391 'default_plugin/default_plugin.gyp:default_plugin', | 4393 'default_plugin/default_plugin.gyp:default_plugin', |
| 4392 ], | 4394 ], |
| 4393 'sources!': [ | 4395 'sources!': [ |
| 4394 'glue/plugins/plugin_stubs.cc', | 4396 'glue/plugins/plugin_stubs.cc', |
| 4395 ], | 4397 ], |
| 4396 }], | 4398 }], |
| 4397 ], | 4399 ], |
| 4398 }, | 4400 }, |
| 4399 ], | 4401 ], |
| 4400 } | 4402 } |
| OLD | NEW |