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

Unified Diff: bin/bin.gypi

Issue 8549009: Refactor the library tag handler to share code between standalone dart and the snapshot generator. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/runtime/
Patch Set: '' Created 9 years, 1 month 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 | « no previous file | bin/dartutils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bin/bin.gypi
===================================================================
--- bin/bin.gypi (revision 1664)
+++ bin/bin.gypi (working copy)
@@ -135,8 +135,6 @@
],
'sources': [
'main.cc',
- 'process_script.cc',
- 'process_script.h',
'snapshot_empty.cc',
],
'conditions': [
@@ -162,8 +160,6 @@
],
'sources': [
'main.cc',
- 'process_script.cc',
- 'process_script.h',
'snapshot_empty.cc',
],
'conditions': [
@@ -189,8 +185,6 @@
],
'sources': [
'gen_snapshot.cc',
- 'process_script.cc',
- 'process_script.h',
],
'conditions': [
['OS=="win"', {
@@ -249,8 +243,6 @@
],
'sources': [
'main.cc',
- 'process_script.cc',
- 'process_script.h',
'<(snapshot_cc_file)',
],
'conditions': [
@@ -278,8 +270,6 @@
],
'sources': [
'main.cc',
- 'process_script.cc',
- 'process_script.h',
'<(snapshot_cc_file)',
],
'conditions': [
« no previous file with comments | « no previous file | bin/dartutils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698