| OLD | NEW |
| 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 4386 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4397 '<(INTERMEDIATE_DIR)', | 4397 '<(INTERMEDIATE_DIR)', |
| 4398 '<(SHARED_INTERMEDIATE_DIR)/webkit', | 4398 '<(SHARED_INTERMEDIATE_DIR)/webkit', |
| 4399 ], | 4399 ], |
| 4400 'sources': [ | 4400 'sources': [ |
| 4401 # This list contains all .h, .cc, and .mm files in glue except for | 4401 # This list contains all .h, .cc, and .mm files in glue except for |
| 4402 # those in the test subdirectory and those with unittest in in their | 4402 # those in the test subdirectory and those with unittest in in their |
| 4403 # names. | 4403 # names. |
| 4404 'glue/devtools/devtools_rpc.cc', | 4404 'glue/devtools/devtools_rpc.cc', |
| 4405 'glue/devtools/devtools_rpc.h', | 4405 'glue/devtools/devtools_rpc.h', |
| 4406 'glue/devtools/devtools_rpc_js.h', | 4406 'glue/devtools/devtools_rpc_js.h', |
| 4407 'glue/devtools/bound_object.cc', |
| 4408 'glue/devtools/bound_object.h', |
| 4407 'glue/devtools/debugger_agent.h', | 4409 'glue/devtools/debugger_agent.h', |
| 4408 'glue/devtools/debugger_agent_impl.cc', | 4410 'glue/devtools/debugger_agent_impl.cc', |
| 4409 'glue/devtools/debugger_agent_impl.h', | 4411 'glue/devtools/debugger_agent_impl.h', |
| 4410 'glue/devtools/debugger_agent_manager.cc', | 4412 'glue/devtools/debugger_agent_manager.cc', |
| 4411 'glue/devtools/debugger_agent_manager.h', | 4413 'glue/devtools/debugger_agent_manager.h', |
| 4412 'glue/devtools/dom_agent.h', | 4414 'glue/devtools/dom_agent.h', |
| 4413 'glue/devtools/dom_agent_impl.cc', | 4415 'glue/devtools/dom_agent_impl.cc', |
| 4414 'glue/devtools/dom_agent_impl.h', | 4416 'glue/devtools/dom_agent_impl.h', |
| 4415 'glue/devtools/net_agent.h', | |
| 4416 'glue/devtools/net_agent_impl.cc', | |
| 4417 'glue/devtools/net_agent_impl.h', | |
| 4418 'glue/devtools/tools_agent.h', | 4417 'glue/devtools/tools_agent.h', |
| 4419 'glue/plugins/mozilla_extensions.cc', | 4418 'glue/plugins/mozilla_extensions.cc', |
| 4420 'glue/plugins/mozilla_extensions.h', | 4419 'glue/plugins/mozilla_extensions.h', |
| 4421 'glue/plugins/nphostapi.h', | 4420 'glue/plugins/nphostapi.h', |
| 4422 'glue/plugins/plugin_constants_win.h', | 4421 'glue/plugins/plugin_constants_win.h', |
| 4423 'glue/plugins/plugin_host.cc', | 4422 'glue/plugins/plugin_host.cc', |
| 4424 'glue/plugins/plugin_host.h', | 4423 'glue/plugins/plugin_host.h', |
| 4425 'glue/plugins/plugin_instance.cc', | 4424 'glue/plugins/plugin_instance.cc', |
| 4426 'glue/plugins/plugin_instance.h', | 4425 'glue/plugins/plugin_instance.h', |
| 4427 'glue/plugins/plugin_lib.cc', | 4426 'glue/plugins/plugin_lib.cc', |
| (...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4668 'glue/devtools/js/debugger_agent.js', | 4667 'glue/devtools/js/debugger_agent.js', |
| 4669 'glue/devtools/js/devtools.html', | 4668 'glue/devtools/js/devtools.html', |
| 4670 'glue/devtools/js/devtools.js', | 4669 'glue/devtools/js/devtools.js', |
| 4671 'glue/devtools/js/devtools_callback.js', | 4670 'glue/devtools/js/devtools_callback.js', |
| 4672 'glue/devtools/js/devtools_host_stub.js', | 4671 'glue/devtools/js/devtools_host_stub.js', |
| 4673 'glue/devtools/js/dom_agent.js', | 4672 'glue/devtools/js/dom_agent.js', |
| 4674 'glue/devtools/js/inject.js', | 4673 'glue/devtools/js/inject.js', |
| 4675 'glue/devtools/js/inspector_controller.js', | 4674 'glue/devtools/js/inspector_controller.js', |
| 4676 'glue/devtools/js/inspector_controller_impl.js', | 4675 'glue/devtools/js/inspector_controller_impl.js', |
| 4677 'glue/devtools/js/json.js', | 4676 'glue/devtools/js/json.js', |
| 4678 'glue/devtools/js/net_agent.js', | |
| 4679 'glue/devtools/js/profiler_processor.js', | 4677 'glue/devtools/js/profiler_processor.js', |
| 4680 'inspector/debugger.css', | 4678 'inspector/debugger.css', |
| 4681 'inspector/debugger.html', | 4679 'inspector/debugger.html', |
| 4682 'inspector/DebuggerConsole.js', | 4680 'inspector/DebuggerConsole.js', |
| 4683 'inspector/DebuggerIPC.js', | 4681 'inspector/DebuggerIPC.js', |
| 4684 'inspector/DebuggerPanel.js', | 4682 'inspector/DebuggerPanel.js', |
| 4685 'inspector/DebuggerShell.js', | 4683 'inspector/DebuggerShell.js', |
| 4686 '../third_party/WebKit/WebCore/inspector/front-end/Breakpoint.js', | 4684 '../third_party/WebKit/WebCore/inspector/front-end/Breakpoint.js', |
| 4687 '../third_party/WebKit/WebCore/inspector/front-end/BreakpointsSideba
rPane.js', | 4685 '../third_party/WebKit/WebCore/inspector/front-end/BreakpointsSideba
rPane.js', |
| 4688 '../third_party/WebKit/WebCore/inspector/front-end/CallStackSidebarP
ane.js', | 4686 '../third_party/WebKit/WebCore/inspector/front-end/CallStackSidebarP
ane.js', |
| (...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4848 '../third_party/WebKit/WebCore/inspector/front-end/Images/userInputP
reviousIcon.png', | 4846 '../third_party/WebKit/WebCore/inspector/front-end/Images/userInputP
reviousIcon.png', |
| 4849 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningIco
n.png', | 4847 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningIco
n.png', |
| 4850 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningMed
iumIcon.png', | 4848 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningMed
iumIcon.png', |
| 4851 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningsEr
rors.png', | 4849 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningsEr
rors.png', |
| 4852 ], | 4850 ], |
| 4853 }, | 4851 }, |
| 4854 ], | 4852 ], |
| 4855 }, | 4853 }, |
| 4856 ], | 4854 ], |
| 4857 } | 4855 } |
| OLD | NEW |