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

Unified Diff: lib/compiler/implementation/js_backend/js_backend.dart

Issue 11188004: Add a content-security-policy (CSP) flag. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Split CSP code into separate class. Created 8 years, 2 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
Index: lib/compiler/implementation/js_backend/js_backend.dart
diff --git a/lib/compiler/implementation/js_backend/js_backend.dart b/lib/compiler/implementation/js_backend/js_backend.dart
index 844a60741b790fdc309cfe57ef4f9fb380c9104b..3a1fc4f58a0c4a3f19b584d980d11d0cf4c39b81 100644
--- a/lib/compiler/implementation/js_backend/js_backend.dart
+++ b/lib/compiler/implementation/js_backend/js_backend.dart
@@ -22,5 +22,6 @@
#source('constant_emitter.dart');
#source('constant_system_javascript.dart');
#source('emitter.dart');
+#source('emitter_no_eval.dart');
#source('namer.dart');
#source('native_emitter.dart');

Powered by Google App Engine
This is Rietveld 408576698