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

Unified Diff: app/app_base.gypi

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 | « app/app.gyp ('k') | app/run_all_unittests.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/app_base.gypi
diff --git a/app/app_base.gypi b/app/app_base.gypi
index 7dfe4772ddef1c82650c60da2498214ca6220ced..18b5efeab47f31700267f22d912543457999406c 100644
--- a/app/app_base.gypi
+++ b/app/app_base.gypi
@@ -15,16 +15,16 @@
'../third_party/sqlite/sqlite.gyp:sqlite',
],
'sources': [
- 'sql/connection.cc',
- 'sql/connection.h',
- 'sql/diagnostic_error_delegate.h',
- 'sql/init_status.h',
- 'sql/meta_table.cc',
- 'sql/meta_table.h',
- 'sql/statement.cc',
- 'sql/statement.h',
- 'sql/transaction.cc',
- 'sql/transaction.h',
+ '../sql/connection.cc',
+ '../sql/connection.h',
+ '../sql/diagnostic_error_delegate.h',
+ '../sql/init_status.h',
+ '../sql/meta_table.cc',
+ '../sql/meta_table.h',
+ '../sql/statement.cc',
+ '../sql/statement.h',
+ '../sql/transaction.cc',
+ '../sql/transaction.h',
],
},
],
« no previous file with comments | « app/app.gyp ('k') | app/run_all_unittests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698