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

Side by Side Diff: webkit/webkit.gyp

Issue 115681: switch to using native JSON object (Closed)
Patch Set: all in one Created 11 years, 6 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/webkit_resources.grd ('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_DASHBOARD_SUPPORT=0', 10 'ENABLE_DASHBOARD_SUPPORT=0',
(...skipping 4655 matching lines...) Expand 10 before | Expand all | Expand 10 after
4666 'glue/devtools/js/base.js', 4666 'glue/devtools/js/base.js',
4667 'glue/devtools/js/debugger_agent.js', 4667 'glue/devtools/js/debugger_agent.js',
4668 'glue/devtools/js/devtools.html', 4668 'glue/devtools/js/devtools.html',
4669 'glue/devtools/js/devtools.js', 4669 'glue/devtools/js/devtools.js',
4670 'glue/devtools/js/devtools_callback.js', 4670 'glue/devtools/js/devtools_callback.js',
4671 'glue/devtools/js/devtools_host_stub.js', 4671 'glue/devtools/js/devtools_host_stub.js',
4672 'glue/devtools/js/dom_agent.js', 4672 'glue/devtools/js/dom_agent.js',
4673 'glue/devtools/js/inject.js', 4673 'glue/devtools/js/inject.js',
4674 'glue/devtools/js/inspector_controller.js', 4674 'glue/devtools/js/inspector_controller.js',
4675 'glue/devtools/js/inspector_controller_impl.js', 4675 'glue/devtools/js/inspector_controller_impl.js',
4676 'glue/devtools/js/json.js',
4677 'glue/devtools/js/profiler_processor.js', 4676 'glue/devtools/js/profiler_processor.js',
4678 'inspector/debugger.css', 4677 'inspector/debugger.css',
4679 'inspector/debugger.html', 4678 'inspector/debugger.html',
4680 'inspector/DebuggerConsole.js', 4679 'inspector/DebuggerConsole.js',
4681 'inspector/DebuggerIPC.js', 4680 'inspector/DebuggerIPC.js',
4682 'inspector/DebuggerPanel.js', 4681 'inspector/DebuggerPanel.js',
4683 'inspector/DebuggerShell.js', 4682 'inspector/DebuggerShell.js',
4684 '../third_party/WebKit/WebCore/inspector/front-end/Breakpoint.js', 4683 '../third_party/WebKit/WebCore/inspector/front-end/Breakpoint.js',
4685 '../third_party/WebKit/WebCore/inspector/front-end/BreakpointsSideba rPane.js', 4684 '../third_party/WebKit/WebCore/inspector/front-end/BreakpointsSideba rPane.js',
4686 '../third_party/WebKit/WebCore/inspector/front-end/CallStackSidebarP ane.js', 4685 '../third_party/WebKit/WebCore/inspector/front-end/CallStackSidebarP ane.js',
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
4846 '../third_party/WebKit/WebCore/inspector/front-end/Images/userInputP reviousIcon.png', 4845 '../third_party/WebKit/WebCore/inspector/front-end/Images/userInputP reviousIcon.png',
4847 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningIco n.png', 4846 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningIco n.png',
4848 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningMed iumIcon.png', 4847 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningMed iumIcon.png',
4849 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningsEr rors.png', 4848 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningsEr rors.png',
4850 ], 4849 ],
4851 }, 4850 },
4852 ], 4851 ],
4853 }, 4852 },
4854 ], 4853 ],
4855 } 4854 }
OLDNEW
« no previous file with comments | « webkit/glue/webkit_resources.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698