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 4095 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4106 '../third_party/WebKit/WebKit/chromium/public/gtk/WebScreenInfoFactory.h
', | 4106 '../third_party/WebKit/WebKit/chromium/public/gtk/WebScreenInfoFactory.h
', |
4107 '../third_party/WebKit/WebKit/chromium/public/mac/WebInputEventFactory.h
', | 4107 '../third_party/WebKit/WebKit/chromium/public/mac/WebInputEventFactory.h
', |
4108 '../third_party/WebKit/WebKit/chromium/public/mac/WebScreenInfoFactory.h
', | 4108 '../third_party/WebKit/WebKit/chromium/public/mac/WebScreenInfoFactory.h
', |
4109 '../third_party/WebKit/WebKit/chromium/public/WebCache.h', | 4109 '../third_party/WebKit/WebKit/chromium/public/WebCache.h', |
4110 '../third_party/WebKit/WebKit/chromium/public/WebCanvas.h', | 4110 '../third_party/WebKit/WebKit/chromium/public/WebCanvas.h', |
4111 '../third_party/WebKit/WebKit/chromium/public/WebClipboard.h', | 4111 '../third_party/WebKit/WebKit/chromium/public/WebClipboard.h', |
4112 '../third_party/WebKit/WebKit/chromium/public/WebColor.h', | 4112 '../third_party/WebKit/WebKit/chromium/public/WebColor.h', |
4113 '../third_party/WebKit/WebKit/chromium/public/WebCommon.h', | 4113 '../third_party/WebKit/WebKit/chromium/public/WebCommon.h', |
4114 '../third_party/WebKit/WebKit/chromium/public/WebConsoleMessage.h', | 4114 '../third_party/WebKit/WebKit/chromium/public/WebConsoleMessage.h', |
4115 '../third_party/WebKit/WebKit/chromium/public/WebCString.h', | 4115 '../third_party/WebKit/WebKit/chromium/public/WebCString.h', |
4116 '../third_party/WebKit/WebKit/chromium/public/WebFindInPageRequest.h', | 4116 '../third_party/WebKit/WebKit/chromium/public/WebFindOptions.h', |
4117 '../third_party/WebKit/WebKit/chromium/public/WebImage.h', | 4117 '../third_party/WebKit/WebKit/chromium/public/WebImage.h', |
4118 '../third_party/WebKit/WebKit/chromium/public/WebInputEvent.h', | 4118 '../third_party/WebKit/WebKit/chromium/public/WebInputEvent.h', |
4119 '../third_party/WebKit/WebKit/chromium/public/WebKit.h', | 4119 '../third_party/WebKit/WebKit/chromium/public/WebKit.h', |
4120 '../third_party/WebKit/WebKit/chromium/public/WebKitClient.h', | 4120 '../third_party/WebKit/WebKit/chromium/public/WebKitClient.h', |
4121 '../third_party/WebKit/WebKit/chromium/public/WebMimeRegistry.h', | 4121 '../third_party/WebKit/WebKit/chromium/public/WebMimeRegistry.h', |
4122 '../third_party/WebKit/WebKit/chromium/public/WebPoint.h', | 4122 '../third_party/WebKit/WebKit/chromium/public/WebPoint.h', |
4123 '../third_party/WebKit/WebKit/chromium/public/WebRect.h', | 4123 '../third_party/WebKit/WebKit/chromium/public/WebRect.h', |
4124 '../third_party/WebKit/WebKit/chromium/public/WebScreenInfo.h', | 4124 '../third_party/WebKit/WebKit/chromium/public/WebScreenInfo.h', |
4125 '../third_party/WebKit/WebKit/chromium/public/WebScriptSource.h', | 4125 '../third_party/WebKit/WebKit/chromium/public/WebScriptSource.h', |
4126 '../third_party/WebKit/WebKit/chromium/public/WebSize.h', | 4126 '../third_party/WebKit/WebKit/chromium/public/WebSize.h', |
(...skipping 358 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4485 'default_plugin/default_plugin.gyp:default_plugin', | 4485 'default_plugin/default_plugin.gyp:default_plugin', |
4486 ], | 4486 ], |
4487 'sources!': [ | 4487 'sources!': [ |
4488 'glue/plugins/plugin_stubs.cc', | 4488 'glue/plugins/plugin_stubs.cc', |
4489 ], | 4489 ], |
4490 }], | 4490 }], |
4491 ], | 4491 ], |
4492 }, | 4492 }, |
4493 ], | 4493 ], |
4494 } | 4494 } |
OLD | NEW |