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

Unified Diff: webkit/glue/webkit_glue.gypi

Issue 10117022: Cleanup of v8 extension stuff. Playback extension is only used in chrome, so move it to chrome\rend… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/extensions/webkit_extensions_export.h ('k') | webkit/support/gc_extension.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webkit_glue.gypi
===================================================================
--- webkit/glue/webkit_glue.gypi (revision 132793)
+++ webkit/glue/webkit_glue.gypi (working copy)
@@ -455,19 +455,6 @@
'window_open_disposition.cc',
'worker_task_runner.cc',
'worker_task_runner.h',
-
- # These files used to be built in the webcore target, but moved here
- # since part of glue.
- '../extensions/v8/gc_extension.cc',
- '../extensions/v8/gc_extension.h',
- '../extensions/v8/heap_profiler_extension.cc',
- '../extensions/v8/heap_profiler_extension.h',
- '../extensions/v8/playback_extension.cc',
- '../extensions/v8/playback_extension.h',
- '../extensions/v8/profiler_extension.cc',
- '../extensions/v8/profiler_extension.h',
- '../extensions/webkit_extensions_export.h',
-
],
# When glue is a dependency, it needs to be a hard dependency.
# Dependents may rely on files generated by this target or one of its
« no previous file with comments | « webkit/extensions/webkit_extensions_export.h ('k') | webkit/support/gc_extension.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698