Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1774)

Side by Side Diff: third_party/WebKit/Source/platform/blink_platform.gyp

Issue 2035653006: [DevTools] Move Console to v8 inspector. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: improved api a bit Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # 1 #
2 # Copyright (C) 2013 Google Inc. All rights reserved. 2 # Copyright (C) 2013 Google Inc. All rights reserved.
3 # 3 #
4 # Redistribution and use in source and binary forms, with or without 4 # Redistribution and use in source and binary forms, with or without
5 # modification, are permitted provided that the following conditions are 5 # modification, are permitted provided that the following conditions are
6 # met: 6 # met:
7 # 7 #
8 # * Redistributions of source code must retain the above copyright 8 # * Redistributions of source code must retain the above copyright
9 # notice, this list of conditions and the following disclaimer. 9 # notice, this list of conditions and the following disclaimer.
10 # * Redistributions in binary form must reproduce the above 10 # * Redistributions in binary form must reproduce the above
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 199
200 # Additional .cpp files from platform_generated.gyp:make_platform_generate d actions. 200 # Additional .cpp files from platform_generated.gyp:make_platform_generate d actions.
201 '<(blink_platform_output_dir)/CharacterPropertyData.cpp', 201 '<(blink_platform_output_dir)/CharacterPropertyData.cpp',
202 '<(blink_platform_output_dir)/ColorData.cpp', 202 '<(blink_platform_output_dir)/ColorData.cpp',
203 '<(blink_platform_output_dir)/FontFamilyNames.cpp', 203 '<(blink_platform_output_dir)/FontFamilyNames.cpp',
204 '<(blink_platform_output_dir)/HTTPNames.cpp', 204 '<(blink_platform_output_dir)/HTTPNames.cpp',
205 '<(blink_platform_output_dir)/RuntimeEnabledFeatures.cpp', 205 '<(blink_platform_output_dir)/RuntimeEnabledFeatures.cpp',
206 '<(blink_platform_output_dir)/RuntimeEnabledFeatures.h', 206 '<(blink_platform_output_dir)/RuntimeEnabledFeatures.h',
207 207
208 # Additional .cpp files from the protocol_sources list. 208 # Additional .cpp files from the protocol_sources list.
209 '<(blink_platform_output_dir)/v8_inspector/protocol/Console.cpp',
209 '<(blink_platform_output_dir)/v8_inspector/protocol/Debugger.cpp', 210 '<(blink_platform_output_dir)/v8_inspector/protocol/Debugger.cpp',
210 '<(blink_platform_output_dir)/v8_inspector/protocol/HeapProfiler.cpp', 211 '<(blink_platform_output_dir)/v8_inspector/protocol/HeapProfiler.cpp',
211 '<(blink_platform_output_dir)/v8_inspector/protocol/Profiler.cpp', 212 '<(blink_platform_output_dir)/v8_inspector/protocol/Profiler.cpp',
212 '<(blink_platform_output_dir)/v8_inspector/protocol/Runtime.cpp', 213 '<(blink_platform_output_dir)/v8_inspector/protocol/Runtime.cpp',
213 214
214 # Additional .cpp files from the v8_inspector. 215 # Additional .cpp files from the v8_inspector.
215 '<(blink_platform_output_dir)/v8_inspector/DebuggerScript.h', 216 '<(blink_platform_output_dir)/v8_inspector/DebuggerScript.h',
216 '<(blink_platform_output_dir)/v8_inspector/InjectedScriptSource.h', 217 '<(blink_platform_output_dir)/v8_inspector/InjectedScriptSource.h',
217 ], 218 ],
218 'sources/': [ 219 'sources/': [
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
419 ['OS=="android"', { 420 ['OS=="android"', {
420 'cflags!': ['-mthumb'], 421 'cflags!': ['-mthumb'],
421 }], 422 }],
422 ], 423 ],
423 },{ # target_arch!="arm" 424 },{ # target_arch!="arm"
424 'type': 'none', 425 'type': 'none',
425 }], 426 }],
426 ], 427 ],
427 }], 428 }],
428 } 429 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/platform/BUILD.gn ('k') | third_party/WebKit/Source/platform/blink_platform.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698