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

Side by Side Diff: webkit/tools/test_shell/test_shell.gyp

Issue 100216: Copy web inspector files into the output dir. Should now work in (Closed)
Patch Set: deps Created 11 years, 7 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 | « DEPS ('k') | webkit/webkit.gyp » ('j') | 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 'chromium_code': 1, 7 'chromium_code': 1,
8 'test_shell_windows_resource_files': [ 8 'test_shell_windows_resource_files': [
9 'resources/test_shell.rc', 9 'resources/test_shell.rc',
10 'resources/pan_east.cur', 10 'resources/pan_east.cur',
(...skipping 19 matching lines...) Expand all
30 'type': '<(library)', 30 'type': '<(library)',
31 'dependencies': [ 31 'dependencies': [
32 '../../../base/base.gyp:base', 32 '../../../base/base.gyp:base',
33 '../../../base/base.gyp:base_gfx', 33 '../../../base/base.gyp:base_gfx',
34 '../../../net/net.gyp:net', 34 '../../../net/net.gyp:net',
35 '../../../skia/skia.gyp:skia', 35 '../../../skia/skia.gyp:skia',
36 '../../../testing/gtest.gyp:gtest', 36 '../../../testing/gtest.gyp:gtest',
37 '../../../third_party/npapi/npapi.gyp:npapi', 37 '../../../third_party/npapi/npapi.gyp:npapi',
38 '../../webkit.gyp:glue', 38 '../../webkit.gyp:glue',
39 '../../webkit.gyp:webkit', 39 '../../webkit.gyp:webkit',
40 '../../webkit.gyp:inspector_resources',
40 ], 41 ],
41 'sources': [ 42 'sources': [
42 'mac/DumpRenderTreePasteboard.h', 43 'mac/DumpRenderTreePasteboard.h',
43 'mac/DumpRenderTreePasteboard.m', 44 'mac/DumpRenderTreePasteboard.m',
44 'mac/test_shell_webview.h', 45 'mac/test_shell_webview.h',
45 'mac/test_shell_webview.mm', 46 'mac/test_shell_webview.mm',
46 'mac/test_webview_delegate.mm', 47 'mac/test_webview_delegate.mm',
47 'mac/webview_host.mm', 48 'mac/webview_host.mm',
48 'mac/webwidget_host.mm', 49 'mac/webwidget_host.mm',
49 'drag_delegate.cc', 50 'drag_delegate.cc',
(...skipping 468 matching lines...) Expand 10 before | Expand all | Expand 10 after
518 'conditions': [ 519 'conditions': [
519 ['OS!="win"', { 520 ['OS!="win"', {
520 'sources!' : ['test_worker/test_worker.def'], 521 'sources!' : ['test_worker/test_worker.def'],
521 }], 522 }],
522 ], 523 ],
523 }, 524 },
524 ], 525 ],
525 }], 526 }],
526 ], 527 ],
527 } 528 }
OLDNEW
« no previous file with comments | « DEPS ('k') | webkit/webkit.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698