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

Side by Side Diff: webkit/webkit.gyp

Issue 100146: Changes in preparation for webkit switch to gyp.... (Closed) Base URL: svn://chrome-svn.corp.google.com/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
« no previous file with comments | « webkit/tools/test_shell/test_shell.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 4551 matching lines...) Expand 10 before | Expand all | Expand 10 after
4562 }, { # else: OS=="win" 4562 }, { # else: OS=="win"
4563 'sources/': [['exclude', '_posix\\.cc$']], 4563 'sources/': [['exclude', '_posix\\.cc$']],
4564 'dependencies': [ 4564 'dependencies': [
4565 'activex_shim/activex_shim.gyp:activex_shim', 4565 'activex_shim/activex_shim.gyp:activex_shim',
4566 'default_plugin/default_plugin.gyp:default_plugin', 4566 'default_plugin/default_plugin.gyp:default_plugin',
4567 ], 4567 ],
4568 'sources!': [ 4568 'sources!': [
4569 'glue/plugins/plugin_stubs.cc', 4569 'glue/plugins/plugin_stubs.cc',
4570 # Used directly in test_shell* so it can be replaced in chromium. 4570 # Used directly in test_shell* so it can be replaced in chromium.
4571 'glue/simple_clipboard_impl.cc', 4571 'glue/simple_clipboard_impl.cc',
4572
4573 'pending/AccessibleBase.cpp',
4574 'pending/AccessibleDocument.cpp',
sgk 2009/04/29 03:36:47 These went away in a previous CL. Remove these li
4572 ], 4575 ],
4573 }], 4576 }],
4574 ], 4577 ],
4575 }, 4578 },
4576 ], 4579 ],
4577 } 4580 }
OLDNEW
« no previous file with comments | « webkit/tools/test_shell/test_shell.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698