| OLD | NEW |
| 1 # Copyright 2016 The Chromium Authors. All rights reserved. | 1 # Copyright 2016 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 'blink_platform_output_dir': '<(SHARED_INTERMEDIATE_DIR)/blink/platform', | 7 'blink_platform_output_dir': '<(SHARED_INTERMEDIATE_DIR)/blink/platform', |
| 8 }, | 8 }, |
| 9 'conditions': [ | 9 'conditions': [ |
| 10 ['v8_inspector!="true"', | 10 ['v8_inspector!="true"', |
| (...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 286 'V8FunctionCall.cpp', | 286 'V8FunctionCall.cpp', |
| 287 'V8FunctionCall.h', | 287 'V8FunctionCall.h', |
| 288 'V8HeapProfilerAgentImpl.cpp', | 288 'V8HeapProfilerAgentImpl.cpp', |
| 289 'V8HeapProfilerAgentImpl.h', | 289 'V8HeapProfilerAgentImpl.h', |
| 290 'V8InjectedScriptHost.cpp', | 290 'V8InjectedScriptHost.cpp', |
| 291 'V8InjectedScriptHost.h', | 291 'V8InjectedScriptHost.h', |
| 292 'V8InspectorSessionImpl.cpp', | 292 'V8InspectorSessionImpl.cpp', |
| 293 'V8InspectorSessionImpl.h', | 293 'V8InspectorSessionImpl.h', |
| 294 'V8InternalValueType.cpp', | 294 'V8InternalValueType.cpp', |
| 295 'V8InternalValueType.h', | 295 'V8InternalValueType.h', |
| 296 'V8MetaAgentImpl.cpp', | |
| 297 'V8MetaAgentImpl.h', | |
| 298 'V8ProfilerAgentImpl.cpp', | 296 'V8ProfilerAgentImpl.cpp', |
| 299 'V8ProfilerAgentImpl.h', | 297 'V8ProfilerAgentImpl.h', |
| 300 'V8Regex.cpp', | 298 'V8Regex.cpp', |
| 301 'V8Regex.h', | 299 'V8Regex.h', |
| 302 'V8RuntimeAgentImpl.cpp', | 300 'V8RuntimeAgentImpl.cpp', |
| 303 'V8RuntimeAgentImpl.h', | 301 'V8RuntimeAgentImpl.h', |
| 302 'V8SchemaAgentImpl.cpp', |
| 303 'V8SchemaAgentImpl.h', |
| 304 'V8StackTraceImpl.cpp', | 304 'V8StackTraceImpl.cpp', |
| 305 'V8StackTraceImpl.h', | 305 'V8StackTraceImpl.h', |
| 306 'V8StringUtil.cpp', | 306 'V8StringUtil.cpp', |
| 307 'V8StringUtil.h', | 307 'V8StringUtil.h', |
| 308 'V8ValueCopier.cpp', | 308 'V8ValueCopier.cpp', |
| 309 'V8ValueCopier.h', | 309 'V8ValueCopier.h', |
| 310 'public/V8EventListenerInfo.h', | 310 'public/V8EventListenerInfo.h', |
| 311 'public/V8ContextInfo.h', | 311 'public/V8ContextInfo.h', |
| 312 'public/V8Inspector.h', | 312 'public/V8Inspector.h', |
| 313 'public/V8InspectorClient.h', | 313 'public/V8InspectorClient.h', |
| 314 'public/V8HeapProfilerAgent.h', | 314 'public/V8HeapProfilerAgent.h', |
| 315 'public/V8InspectorSession.h', | 315 'public/V8InspectorSession.h', |
| 316 'public/V8StackTrace.h', | 316 'public/V8StackTrace.h', |
| 317 | 317 |
| 318 '<(blink_platform_output_dir)/v8_inspector/DebuggerScript.h', | 318 '<(blink_platform_output_dir)/v8_inspector/DebuggerScript.h', |
| 319 '<(blink_platform_output_dir)/v8_inspector/InjectedScriptSource.h', | 319 '<(blink_platform_output_dir)/v8_inspector/InjectedScriptSource.h', |
| 320 ], | 320 ], |
| 321 }, | 321 }, |
| 322 ], # targets | 322 ], # targets |
| 323 } | 323 } |
| OLD | NEW |