Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1099)

Side by Side Diff: webkit/webkit.gyp

Issue 88058: Build on Linux with shared libraries (significant chunks courtesy craigsch):... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « third_party/libxml/libxml.gyp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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_CHANNEL_MESSAGING=1', 8 'ENABLE_CHANNEL_MESSAGING=1',
9 'ENABLE_DATABASE=1', 9 'ENABLE_DATABASE=1',
10 'ENABLE_DASHBOARD_SUPPORT=0', 10 'ENABLE_DASHBOARD_SUPPORT=0',
(...skipping 1962 matching lines...) Expand 10 before | Expand all | Expand 10 after
1973 '../third_party/WebKit/WebCore/page/BarInfo.cpp', 1973 '../third_party/WebKit/WebCore/page/BarInfo.cpp',
1974 '../third_party/WebKit/WebCore/page/BarInfo.h', 1974 '../third_party/WebKit/WebCore/page/BarInfo.h',
1975 '../third_party/WebKit/WebCore/page/Chrome.cpp', 1975 '../third_party/WebKit/WebCore/page/Chrome.cpp',
1976 '../third_party/WebKit/WebCore/page/Chrome.h', 1976 '../third_party/WebKit/WebCore/page/Chrome.h',
1977 '../third_party/WebKit/WebCore/page/ChromeClient.h', 1977 '../third_party/WebKit/WebCore/page/ChromeClient.h',
1978 '../third_party/WebKit/WebCore/page/Console.cpp', 1978 '../third_party/WebKit/WebCore/page/Console.cpp',
1979 '../third_party/WebKit/WebCore/page/Console.h', 1979 '../third_party/WebKit/WebCore/page/Console.h',
1980 '../third_party/WebKit/WebCore/page/ContextMenuClient.h', 1980 '../third_party/WebKit/WebCore/page/ContextMenuClient.h',
1981 '../third_party/WebKit/WebCore/page/ContextMenuController.cpp', 1981 '../third_party/WebKit/WebCore/page/ContextMenuController.cpp',
1982 '../third_party/WebKit/WebCore/page/ContextMenuController.h', 1982 '../third_party/WebKit/WebCore/page/ContextMenuController.h',
1983 '../third_party/WebKit/WebCore/page/Coordinates.cpp',
1983 '../third_party/WebKit/WebCore/page/DOMSelection.cpp', 1984 '../third_party/WebKit/WebCore/page/DOMSelection.cpp',
1984 '../third_party/WebKit/WebCore/page/DOMSelection.h', 1985 '../third_party/WebKit/WebCore/page/DOMSelection.h',
1985 '../third_party/WebKit/WebCore/page/DOMTimer.cpp', 1986 '../third_party/WebKit/WebCore/page/DOMTimer.cpp',
1986 '../third_party/WebKit/WebCore/page/DOMTimer.h', 1987 '../third_party/WebKit/WebCore/page/DOMTimer.h',
1987 '../third_party/WebKit/WebCore/page/DOMWindow.cpp', 1988 '../third_party/WebKit/WebCore/page/DOMWindow.cpp',
1988 '../third_party/WebKit/WebCore/page/DOMWindow.h', 1989 '../third_party/WebKit/WebCore/page/DOMWindow.h',
1989 '../third_party/WebKit/WebCore/page/DragActions.h', 1990 '../third_party/WebKit/WebCore/page/DragActions.h',
1990 '../third_party/WebKit/WebCore/page/DragClient.h', 1991 '../third_party/WebKit/WebCore/page/DragClient.h',
1991 '../third_party/WebKit/WebCore/page/DragController.cpp', 1992 '../third_party/WebKit/WebCore/page/DragController.cpp',
1992 '../third_party/WebKit/WebCore/page/DragController.h', 1993 '../third_party/WebKit/WebCore/page/DragController.h',
(...skipping 1915 matching lines...) Expand 10 before | Expand all | Expand 10 after
3908 3909
3909 # Use LinkHashChromium.cpp instead 3910 # Use LinkHashChromium.cpp instead
3910 '../third_party/WebKit/WebCore/platform/LinkHash.cpp', 3911 '../third_party/WebKit/WebCore/platform/LinkHash.cpp',
3911 3912
3912 # Don't build these. 3913 # Don't build these.
3913 # TODO(mark): I don't know exactly why these are excluded. It would 3914 # TODO(mark): I don't know exactly why these are excluded. It would
3914 # be nice to provide more explicit comments. Some of these do actually 3915 # be nice to provide more explicit comments. Some of these do actually
3915 # compile. 3916 # compile.
3916 '../third_party/WebKit/WebCore/dom/StaticStringList.cpp', 3917 '../third_party/WebKit/WebCore/dom/StaticStringList.cpp',
3917 '../third_party/WebKit/WebCore/loader/icon/IconFetcher.cpp', 3918 '../third_party/WebKit/WebCore/loader/icon/IconFetcher.cpp',
3918 '../third_party/WebKit/WebCore/loader/icon/IconRecord.cpp',
3919 '../third_party/WebKit/WebCore/loader/UserStyleSheetLoader.cpp', 3919 '../third_party/WebKit/WebCore/loader/UserStyleSheetLoader.cpp',
3920 '../third_party/WebKit/WebCore/platform/graphics/GraphicsLayer.cpp', 3920 '../third_party/WebKit/WebCore/platform/graphics/GraphicsLayer.cpp',
3921 '../third_party/WebKit/WebCore/platform/graphics/RenderLayerBacking.cpp' , 3921 '../third_party/WebKit/WebCore/platform/graphics/RenderLayerBacking.cpp' ,
3922 '../third_party/WebKit/WebCore/platform/graphics/RenderLayerCompositor.c pp', 3922 '../third_party/WebKit/WebCore/platform/graphics/RenderLayerCompositor.c pp',
3923 ], 3923 ],
3924 'direct_dependent_settings': { 3924 'direct_dependent_settings': {
3925 'include_dirs': [ 3925 'include_dirs': [
3926 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings', 3926 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings',
3927 'port/bindings/v8', 3927 'port/bindings/v8',
3928 '<@(webcore_include_dirs)', 3928 '<@(webcore_include_dirs)',
(...skipping 351 matching lines...) Expand 10 before | Expand all | Expand 10 after
4280 'outputs': [ 4280 'outputs': [
4281 '<(INTERMEDIATE_DIR)/webkit_version.h', 4281 '<(INTERMEDIATE_DIR)/webkit_version.h',
4282 ], 4282 ],
4283 'action': ['python', '<@(_inputs)', '<(INTERMEDIATE_DIR)'], 4283 'action': ['python', '<@(_inputs)', '<(INTERMEDIATE_DIR)'],
4284 }, 4284 },
4285 ], 4285 ],
4286 'include_dirs': [ 4286 'include_dirs': [
4287 '<(INTERMEDIATE_DIR)', 4287 '<(INTERMEDIATE_DIR)',
4288 ], 4288 ],
4289 'sources': [ 4289 'sources': [
4290 # webkit_version rule
4291 '../third_party/WebKit/WebCore/Configurations/Version.xcconfig',
4292
4293 # This list contains all .h, .cc, and .mm files in glue except for 4290 # This list contains all .h, .cc, and .mm files in glue except for
4294 # those in the test subdirectory and those with unittest in in their 4291 # those in the test subdirectory and those with unittest in in their
4295 # names. 4292 # names.
4296 'glue/devtools/devtools_rpc.cc', 4293 'glue/devtools/devtools_rpc.cc',
4297 'glue/devtools/devtools_rpc.h', 4294 'glue/devtools/devtools_rpc.h',
4298 'glue/devtools/devtools_rpc_js.h', 4295 'glue/devtools/devtools_rpc_js.h',
4299 'glue/devtools/debugger_agent.h', 4296 'glue/devtools/debugger_agent.h',
4300 'glue/devtools/debugger_agent_impl.cc', 4297 'glue/devtools/debugger_agent_impl.cc',
4301 'glue/devtools/debugger_agent_impl.h', 4298 'glue/devtools/debugger_agent_impl.h',
4302 'glue/devtools/debugger_agent_manager.cc', 4299 'glue/devtools/debugger_agent_manager.cc',
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
4554 'sources!': [ 4551 'sources!': [
4555 'glue/plugins/plugin_stubs.cc', 4552 'glue/plugins/plugin_stubs.cc',
4556 # Used directly in test_shell* so it can be replaced in chromium. 4553 # Used directly in test_shell* so it can be replaced in chromium.
4557 'glue/simple_clipboard_impl.cc', 4554 'glue/simple_clipboard_impl.cc',
4558 ], 4555 ],
4559 }], 4556 }],
4560 ], 4557 ],
4561 }, 4558 },
4562 ], 4559 ],
4563 } 4560 }
OLDNEW
« no previous file with comments | « third_party/libxml/libxml.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698