Don't allow path traversal paths on the base file helpers
[chromium-blink-merge.git] / webkit / webkit.gyp
blobf8c302a75c92e603f1a12dd5da5290ef5af5e0d6
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
6   'includes': [
7     '../build/win_precompile.gypi',
8     '../third_party/WebKit/Source/WebKit/chromium/features.gypi',
9     'tools/test_shell/test_shell.gypi',
10   ],
11   'variables': {
12     'chromium_code': 1,
13   },
14   'targets': [
15     {
16       'target_name': 'pull_in_webkit_unit_tests',
17       'type': 'none',
18       'dependencies': [
19         '../third_party/WebKit/Source/WebKit/chromium/WebKitUnitTests.gyp:webkit_unit_tests'
20       ],
21     },
22     {
23       'target_name': 'pull_in_DumpRenderTree',
24       'type': 'none',
25       'dependencies': [
26         '../third_party/WebKit/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.gyp:DumpRenderTree'
27       ],
28     },
29   ], # targets