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

Side by Side Diff: webkit/webkit.gyp

Issue 1995013: Make it possible to build DRT in a chromium checkout. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: fix comments Created 10 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 | « 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/WebKit/chromium/features.gypi', 7 '../third_party/WebKit/WebKit/chromium/features.gypi',
8 '../third_party/WebKit/WebKit/chromium/WebKit.gypi', 8 '../third_party/WebKit/WebKit/chromium/WebKit.gypi',
9 '../third_party/WebKit/WebCore/WebCore.gypi', 9 '../third_party/WebKit/WebCore/WebCore.gypi',
10 'appcache/webkit_appcache.gypi',
11 'database/webkit_database.gypi',
12 'glue/webkit_glue.gypi',
13 'support/webkit_support.gypi',
14 'tools/test_shell/test_shell.gypi', 10 'tools/test_shell/test_shell.gypi',
15 ], 11 ],
16 'variables': { 12 'variables': {
17 'chromium_code': 1, 13 'chromium_code': 1,
18 14
19 # List of DevTools source files, ordered by dependencies. It is used both 15 # List of DevTools source files, ordered by dependencies. It is used both
20 # for copying them to resource dir, and for generating 'devtools.html' file. 16 # for copying them to resource dir, and for generating 'devtools.html' file.
21 'devtools_files': [ 17 'devtools_files': [
22 '<@(devtools_css_files)', 18 '<@(devtools_css_files)',
23 '../v8/tools/codemap.js', 19 '../v8/tools/codemap.js',
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 ], 122 ],
127 }, 123 },
128 ], # targets 124 ], # targets
129 } 125 }
130 126
131 # Local Variables: 127 # Local Variables:
132 # tab-width:2 128 # tab-width:2
133 # indent-tabs-mode:nil 129 # indent-tabs-mode:nil
134 # End: 130 # End:
135 # vim: set expandtab tabstop=2 shiftwidth=2: 131 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « 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