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

Side by Side Diff: webkit/webkit.gyp

Issue 7310019: Remove the comments setting emands and vim tab width and expansion variables. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 5 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 | Annotate | Revision Log
« base/base.gyp ('K') | « webkit/tools/test_shell/test_shell.gypi ('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 '../third_party/WebKit/Source/WebKit/chromium/features.gypi', 7 '../third_party/WebKit/Source/WebKit/chromium/features.gypi',
8 'tools/test_shell/test_shell.gypi', 8 'tools/test_shell/test_shell.gypi',
9 ], 9 ],
10 'variables': { 10 'variables': {
(...skipping 10 matching lines...) Expand all
21 { 21 {
22 'target_name': 'pull_in_DumpRenderTree', 22 'target_name': 'pull_in_DumpRenderTree',
23 'type': 'none', 23 'type': 'none',
24 'dependencies': [ 24 'dependencies': [
25 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:DumpRenderTree' 25 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:DumpRenderTree'
26 ], 26 ],
27 }, 27 },
28 ], # targets 28 ], # targets
29 } 29 }
30 30
31 # Local Variables:
32 # tab-width:2
33 # indent-tabs-mode:nil
34 # End:
35 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« base/base.gyp ('K') | « webkit/tools/test_shell/test_shell.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698