| 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 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 171 '../inspector_protocol/Array.h', | 171 '../inspector_protocol/Array.h', |
| 172 '../inspector_protocol/Collections.h', | 172 '../inspector_protocol/Collections.h', |
| 173 '../inspector_protocol/DispatcherBase.cpp', | 173 '../inspector_protocol/DispatcherBase.cpp', |
| 174 '../inspector_protocol/DispatcherBase.h', | 174 '../inspector_protocol/DispatcherBase.h', |
| 175 '../inspector_protocol/ErrorSupport.cpp', | 175 '../inspector_protocol/ErrorSupport.cpp', |
| 176 '../inspector_protocol/ErrorSupport.h', | 176 '../inspector_protocol/ErrorSupport.h', |
| 177 '../inspector_protocol/Maybe.h', | 177 '../inspector_protocol/Maybe.h', |
| 178 '../inspector_protocol/Parser.cpp', | 178 '../inspector_protocol/Parser.cpp', |
| 179 '../inspector_protocol/Parser.h', | 179 '../inspector_protocol/Parser.h', |
| 180 '../inspector_protocol/FrontendChannel.h', | 180 '../inspector_protocol/FrontendChannel.h', |
| 181 '../inspector_protocol/String16.cpp', |
| 181 '../inspector_protocol/String16.h', | 182 '../inspector_protocol/String16.h', |
| 182 '../inspector_protocol/String16STL.cpp', | 183 '../inspector_protocol/String16STL.cpp', |
| 183 '../inspector_protocol/String16STL.h', | 184 '../inspector_protocol/String16STL.h', |
| 184 '../inspector_protocol/Values.cpp', | 185 '../inspector_protocol/Values.cpp', |
| 185 '../inspector_protocol/Values.h', | 186 '../inspector_protocol/Values.h', |
| 186 '../inspector_protocol/ValueConversions.h', | 187 '../inspector_protocol/ValueConversions.h', |
| 187 | 188 |
| 188 'Atomics.h', | 189 'Atomics.h', |
| 189 'InjectedScript.cpp', | 190 'InjectedScript.cpp', |
| 190 'InjectedScript.h', | 191 'InjectedScript.h', |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 239 'public/V8HeapProfilerAgent.h', | 240 'public/V8HeapProfilerAgent.h', |
| 240 'public/V8InspectorSession.h', | 241 'public/V8InspectorSession.h', |
| 241 'public/V8StackTrace.h', | 242 'public/V8StackTrace.h', |
| 242 | 243 |
| 243 '<(blink_platform_output_dir)/v8_inspector/DebuggerScript.h', | 244 '<(blink_platform_output_dir)/v8_inspector/DebuggerScript.h', |
| 244 '<(blink_platform_output_dir)/v8_inspector/InjectedScriptSource.h', | 245 '<(blink_platform_output_dir)/v8_inspector/InjectedScriptSource.h', |
| 245 ], | 246 ], |
| 246 }, | 247 }, |
| 247 ], # targets | 248 ], # targets |
| 248 } | 249 } |
| OLD | NEW |