| 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 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 225 'V8ProfilerAgentImpl.h', | 225 'V8ProfilerAgentImpl.h', |
| 226 'V8Regex.cpp', | 226 'V8Regex.cpp', |
| 227 'V8Regex.h', | 227 'V8Regex.h', |
| 228 'V8RuntimeAgentImpl.cpp', | 228 'V8RuntimeAgentImpl.cpp', |
| 229 'V8RuntimeAgentImpl.h', | 229 'V8RuntimeAgentImpl.h', |
| 230 'V8StackTraceImpl.cpp', | 230 'V8StackTraceImpl.cpp', |
| 231 'V8StackTraceImpl.h', | 231 'V8StackTraceImpl.h', |
| 232 'V8StringUtil.cpp', | 232 'V8StringUtil.cpp', |
| 233 'V8StringUtil.h', | 233 'V8StringUtil.h', |
| 234 'public/V8EventListenerInfo.h', | 234 'public/V8EventListenerInfo.h', |
| 235 'public/V8ContentSearchUtil.h', | |
| 236 'public/V8ContextInfo.h', | 235 'public/V8ContextInfo.h', |
| 237 'public/V8Debugger.h', | 236 'public/V8Debugger.h', |
| 238 'public/V8DebuggerClient.h', | 237 'public/V8DebuggerClient.h', |
| 239 'public/V8HeapProfilerAgent.h', | 238 'public/V8HeapProfilerAgent.h', |
| 240 'public/V8Inspector.cpp', | 239 'public/V8Inspector.cpp', |
| 241 'public/V8Inspector.h', | 240 'public/V8Inspector.h', |
| 242 'public/V8InspectorSession.h', | 241 'public/V8InspectorSession.h', |
| 243 'public/V8StackTrace.h', | 242 'public/V8StackTrace.h', |
| 244 | 243 |
| 245 '<(blink_platform_output_dir)/v8_inspector/DebuggerScript.h', | 244 '<(blink_platform_output_dir)/v8_inspector/DebuggerScript.h', |
| 246 '<(blink_platform_output_dir)/v8_inspector/InjectedScriptSource.h', | 245 '<(blink_platform_output_dir)/v8_inspector/InjectedScriptSource.h', |
| 247 ], | 246 ], |
| 248 }, | 247 }, |
| 249 ], # targets | 248 ], # targets |
| 250 } | 249 } |
| OLD | NEW |