| 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 276 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 287 'V8ProfilerAgentImpl.cpp', | 287 'V8ProfilerAgentImpl.cpp', |
| 288 'V8ProfilerAgentImpl.h', | 288 'V8ProfilerAgentImpl.h', |
| 289 'V8Regex.cpp', | 289 'V8Regex.cpp', |
| 290 'V8Regex.h', | 290 'V8Regex.h', |
| 291 'V8RuntimeAgentImpl.cpp', | 291 'V8RuntimeAgentImpl.cpp', |
| 292 'V8RuntimeAgentImpl.h', | 292 'V8RuntimeAgentImpl.h', |
| 293 'V8StackTraceImpl.cpp', | 293 'V8StackTraceImpl.cpp', |
| 294 'V8StackTraceImpl.h', | 294 'V8StackTraceImpl.h', |
| 295 'V8StringUtil.cpp', | 295 'V8StringUtil.cpp', |
| 296 'V8StringUtil.h', | 296 'V8StringUtil.h', |
| 297 'V8ValueCopier.cpp', |
| 298 'V8ValueCopier.h', |
| 297 'public/V8EventListenerInfo.h', | 299 'public/V8EventListenerInfo.h', |
| 298 'public/V8ContextInfo.h', | 300 'public/V8ContextInfo.h', |
| 299 'public/V8Inspector.h', | 301 'public/V8Inspector.h', |
| 300 'public/V8InspectorClient.h', | 302 'public/V8InspectorClient.h', |
| 301 'public/V8HeapProfilerAgent.h', | 303 'public/V8HeapProfilerAgent.h', |
| 302 'public/V8InspectorSession.h', | 304 'public/V8InspectorSession.h', |
| 303 'public/V8StackTrace.h', | 305 'public/V8StackTrace.h', |
| 304 | 306 |
| 305 '<(blink_platform_output_dir)/v8_inspector/DebuggerScript.h', | 307 '<(blink_platform_output_dir)/v8_inspector/DebuggerScript.h', |
| 306 '<(blink_platform_output_dir)/v8_inspector/InjectedScriptSource.h', | 308 '<(blink_platform_output_dir)/v8_inspector/InjectedScriptSource.h', |
| 307 ], | 309 ], |
| 308 }, | 310 }, |
| 309 ], # targets | 311 ], # targets |
| 310 } | 312 } |
| OLD | NEW |