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

Side by Side Diff: webkit/webkit.gyp

Issue 173570: DevTools l10n: inhibit until agreeded that it is needed. (Closed)
Patch Set: Created 11 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/glue/devtools/js/inspector_controller_impl.js ('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) 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 'feature_defines': [ 7 'feature_defines': [
8 'ENABLE_CHANNEL_MESSAGING=1', 8 'ENABLE_CHANNEL_MESSAGING=1',
9 'ENABLE_DATABASE=1', 9 'ENABLE_DATABASE=1',
10 'ENABLE_DATAGRID=0', 10 'ENABLE_DATAGRID=0',
(...skipping 1245 matching lines...) Expand 10 before | Expand all | Expand 10 after
1256 'appcache/web_application_cache_host_impl.cc', 1256 'appcache/web_application_cache_host_impl.cc',
1257 'appcache/web_application_cache_host_impl.h', 1257 'appcache/web_application_cache_host_impl.h',
1258 ], 1258 ],
1259 }, 1259 },
1260 { 1260 {
1261 'target_name': 'glue', 1261 'target_name': 'glue',
1262 'type': '<(library)', 1262 'type': '<(library)',
1263 'msvs_guid': 'C66B126D-0ECE-4CA2-B6DC-FA780AFBBF09', 1263 'msvs_guid': 'C66B126D-0ECE-4CA2-B6DC-FA780AFBBF09',
1264 'dependencies': [ 1264 'dependencies': [
1265 '../net/net.gyp:net', 1265 '../net/net.gyp:net',
1266 'devtools_strings',
1267 'inspector_resources', 1266 'inspector_resources',
1268 'inspector_strings',
1269 'webcore', 1267 'webcore',
1270 'webkit', 1268 'webkit',
1271 'webkit_resources', 1269 'webkit_resources',
1272 'webkit_strings', 1270 'webkit_strings',
1273 ], 1271 ],
1274 'actions': [ 1272 'actions': [
1275 { 1273 {
1276 'action_name': 'webkit_version', 1274 'action_name': 'webkit_version',
1277 'inputs': [ 1275 'inputs': [
1278 'build/webkit_version.py', 1276 'build/webkit_version.py',
(...skipping 366 matching lines...) Expand 10 before | Expand all | Expand 10 after
1645 }, 1643 },
1646 ], 1644 ],
1647 'conditions': [ 1645 'conditions': [
1648 ['OS=="win"', { 1646 ['OS=="win"', {
1649 'dependencies': ['../build/win/system.gyp:cygwin'], 1647 'dependencies': ['../build/win/system.gyp:cygwin'],
1650 }], 1648 }],
1651 ], 1649 ],
1652 }, 1650 },
1653 ], 1651 ],
1654 } 1652 }
OLDNEW
« no previous file with comments | « webkit/glue/devtools/js/inspector_controller_impl.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698