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 '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 Loading... |
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 Loading... |
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 } |
OLD | NEW |