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

Unified Diff: sql/sql.gyp

Issue 7353026: Move app/sql/* files to sql/ directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 9 years, 5 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 | « sql/run_all_unittests.cc ('k') | sql/sqlite_features_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sql/sql.gyp
diff --git a/sql/sql.gyp b/sql/sql.gyp
index e5681cedb7e7e87270c3e1ca5742f37041159ecd..ac8744444b799b7589f687213ae21d76c23ca8e8 100644
--- a/sql/sql.gyp
+++ b/sql/sql.gyp
@@ -15,16 +15,16 @@
'../third_party/sqlite/sqlite.gyp:sqlite',
],
'sources': [
- '../app/sql/connection.cc',
- '../app/sql/connection.h',
- '../app/sql/diagnostic_error_delegate.h',
- '../app/sql/init_status.h',
- '../app/sql/meta_table.cc',
- '../app/sql/meta_table.h',
- '../app/sql/statement.cc',
- '../app/sql/statement.h',
- '../app/sql/transaction.cc',
- '../app/sql/transaction.h',
+ 'connection.cc',
+ 'connection.h',
+ 'diagnostic_error_delegate.h',
+ 'init_status.h',
+ 'meta_table.cc',
+ 'meta_table.h',
+ 'statement.cc',
+ 'statement.h',
+ 'transaction.cc',
+ 'transaction.h',
],
},
{
@@ -36,11 +36,11 @@
'../testing/gtest.gyp:gtest',
],
'sources': [
- '../app/run_all_unittests.cc',
- '../app/sql/connection_unittest.cc',
- '../app/sql/sqlite_features_unittest.cc',
- '../app/sql/statement_unittest.cc',
- '../app/sql/transaction_unittest.cc',
+ 'run_all_unittests.cc',
+ 'connection_unittest.cc',
+ 'sqlite_features_unittest.cc',
+ 'statement_unittest.cc',
+ 'transaction_unittest.cc',
],
'include_dirs': [
'..',
« no previous file with comments | « sql/run_all_unittests.cc ('k') | sql/sqlite_features_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698