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

Unified Diff: app/app.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 | « app/PRESUBMIT.py ('k') | app/app_base.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/app.gyp
diff --git a/app/app.gyp b/app/app.gyp
index 0f37bd7a7691da70989c283eef4f6d8fb683bd0a..514c28c1c52329146e188b4194687b2950ca4736 100644
--- a/app/app.gyp
+++ b/app/app.gyp
@@ -19,11 +19,11 @@
'../testing/gtest.gyp:gtest',
],
'sources': [
- 'run_all_unittests.cc',
- 'sql/connection_unittest.cc',
- 'sql/sqlite_features_unittest.cc',
- 'sql/statement_unittest.cc',
- 'sql/transaction_unittest.cc',
+ '../sql/run_all_unittests.cc',
+ '../sql/connection_unittest.cc',
+ '../sql/sqlite_features_unittest.cc',
+ '../sql/statement_unittest.cc',
+ '../sql/transaction_unittest.cc',
],
'include_dirs': [
'..',
« no previous file with comments | « app/PRESUBMIT.py ('k') | app/app_base.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698