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

Unified Diff: dart/runtime/bin/net/sqlite.gyp

Issue 11413141: Roll NSS to 169195. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/
Patch Set: 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: dart/runtime/bin/net/sqlite.gyp
===================================================================
--- dart/runtime/bin/net/sqlite.gyp (revision 15245)
+++ dart/runtime/bin/net/sqlite.gyp (working copy)
@@ -7,7 +7,7 @@
# BSD-style license that can be found in the LICENSE file.
# This file is a modified copy of Chromium's src/third_party/sqlite/sqlite.gyp.
-# Revision 165464 (this should agree with "nss_rev" in DEPS).
+# Revision 169195 (this should agree with "nss_rev" in DEPS).
{
# Added by Dart. All Dart comments refer to the following block or line.
'includes': [
@@ -38,7 +38,7 @@
'conditions': [[ 'dart_io_support==1', {
'targets': [
{
- 'target_name': 'sqlite_dart',
+ 'target_name': 'sqlite_dart', # Added by Dart (the _dart postfix)
'conditions': [
[ 'chromeos==1' , {
'defines': [
@@ -184,12 +184,12 @@
['os_posix == 1 and OS != "mac" and OS != "ios" and OS != "android" and not use_system_sqlite', {
'targets': [
{
- 'target_name': 'sqlite_shell_dart',
+ 'target_name': 'sqlite_shell_dart', # Added by Dart (the _dart postfix)
'type': 'executable',
'dependencies': [
# Disabled by Dart.
# '../icu/icu.gyp:icuuc',
- 'sqlite_dart',
+ 'sqlite_dart', # Added by Dart (the _dart postfix)
],
'sources': [
'<(sqlite_directory)/src/src/shell.c',

Powered by Google App Engine
This is Rietveld 408576698