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

Side by Side Diff: webkit/webkit.gyp

Issue 7706011: Use precompiled headers for most large projects. (Closed) Base URL: ssh://joi@192.168.1.201/home/joi/c/chrome/src@master
Patch Set: Merge to lkgr. Created 9 years, 3 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/support/webkit_support.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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'includes': [ 6 'includes': [
7 '../build/win_precompile.gypi',
7 '../third_party/WebKit/Source/WebKit/chromium/features.gypi', 8 '../third_party/WebKit/Source/WebKit/chromium/features.gypi',
8 'tools/test_shell/test_shell.gypi', 9 'tools/test_shell/test_shell.gypi',
9 ], 10 ],
10 'variables': { 11 'variables': {
11 'chromium_code': 1, 12 'chromium_code': 1,
12 }, 13 },
13 'targets': [ 14 'targets': [
14 { 15 {
15 'target_name': 'pull_in_webkit_unit_tests', 16 'target_name': 'pull_in_webkit_unit_tests',
16 'type': 'none', 17 'type': 'none',
17 'dependencies': [ 18 'dependencies': [
18 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit_unit_tes ts' 19 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit_unit_tes ts'
19 ], 20 ],
20 }, 21 },
21 { 22 {
22 'target_name': 'pull_in_DumpRenderTree', 23 'target_name': 'pull_in_DumpRenderTree',
23 'type': 'none', 24 'type': 'none',
24 'dependencies': [ 25 'dependencies': [
25 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:DumpRenderTree' 26 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:DumpRenderTree'
26 ], 27 ],
27 }, 28 },
28 ], # targets 29 ], # targets
29 } 30 }
OLDNEW
« no previous file with comments | « webkit/support/webkit_support.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698