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

Unified Diff: runtime/bin/net/os_Linux.S

Issue 10909189: Add gyp files to build NSS in Dart (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix typos Created 8 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
Index: runtime/bin/net/os_Linux.S
diff --git a/lib/html/templates/callback.darttemplate b/runtime/bin/net/os_Linux.S
similarity index 50%
copy from lib/html/templates/callback.darttemplate
copy to runtime/bin/net/os_Linux.S
index 9ffc66926aa95bba29fead2701dce093ebce8fa2..640b750cca16dce3d52a6910bfa868071e22c0bb 100644
--- a/lib/html/templates/callback.darttemplate
+++ b/runtime/bin/net/os_Linux.S
@@ -2,8 +2,10 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-// WARNING: Do not edit - generated code.
+#ifdef NSS_X86
+#include "../../../third_party/nss/mozilla/nsprpub/pr/src/md/unix/os_Linux_x86.s"
+#elif defined(NSS_X64)
+#include "../../../third_party/nss/mozilla/nsprpub/pr/src/md/unix/os_Linux_x86_64.s"
+#endif
-part of html;
-//$ Keep previous blank line when editor removes trailing empty lines.

Powered by Google App Engine
This is Rietveld 408576698