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

Side by Side Diff: chrome/chrome.gyp

Issue 7550059: Move sqlite_utils.* to sync/util/ directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/sync/util/user_settings_win.cc ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 { 4 {
5 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 7
8 'variables': { 8 'variables': {
9 'version_py_path': 'tools/build/version.py', 9 'version_py_path': 'tools/build/version.py',
10 'version_path': 'VERSION', 10 'version_path': 'VERSION',
(...skipping 685 matching lines...) Expand 10 before | Expand all | Expand 10 after
696 'browser/sync/syncable/transaction_observer.h', 696 'browser/sync/syncable/transaction_observer.h',
697 'browser/sync/util/cryptographer.cc', 697 'browser/sync/util/cryptographer.cc',
698 'browser/sync/util/cryptographer.h', 698 'browser/sync/util/cryptographer.h',
699 'browser/sync/util/dbgq.h', 699 'browser/sync/util/dbgq.h',
700 'browser/sync/util/extensions_activity_monitor.cc', 700 'browser/sync/util/extensions_activity_monitor.cc',
701 'browser/sync/util/extensions_activity_monitor.h', 701 'browser/sync/util/extensions_activity_monitor.h',
702 'browser/sync/util/logging.cc', 702 'browser/sync/util/logging.cc',
703 'browser/sync/util/logging.h', 703 'browser/sync/util/logging.h',
704 'browser/sync/util/nigori.cc', 704 'browser/sync/util/nigori.cc',
705 'browser/sync/util/nigori.h', 705 'browser/sync/util/nigori.h',
706 'browser/sync/util/sqlite_utils.cc',
707 'browser/sync/util/sqlite_utils.h',
706 'browser/sync/util/user_settings.cc', 708 'browser/sync/util/user_settings.cc',
707 'browser/sync/util/user_settings.h', 709 'browser/sync/util/user_settings.h',
708 'browser/sync/util/user_settings_posix.cc', 710 'browser/sync/util/user_settings_posix.cc',
709 'browser/sync/util/user_settings_win.cc', 711 'browser/sync/util/user_settings_win.cc',
710 'browser/sync/weak_handle.cc', 712 'browser/sync/weak_handle.cc',
711 'browser/sync/weak_handle.h', 713 'browser/sync/weak_handle.h',
712 ], 714 ],
713 'include_dirs': [ 715 'include_dirs': [
714 '..', 716 '..',
715 ], 717 ],
(...skipping 987 matching lines...) Expand 10 before | Expand all | Expand 10 after
1703 'destination': '<(PRODUCT_DIR)', 1705 'destination': '<(PRODUCT_DIR)',
1704 'files': [ 1706 'files': [
1705 '<(INTERMEDIATE_DIR)/repack/chrome.pak' 1707 '<(INTERMEDIATE_DIR)/repack/chrome.pak'
1706 ], 1708 ],
1707 }, 1709 },
1708 ], 1710 ],
1709 }], # targets 1711 }], # targets
1710 }], # os_posix == 1 and OS != "mac" 1712 }], # os_posix == 1 and OS != "mac"
1711 ], # 'conditions' 1713 ], # 'conditions'
1712 } 1714 }
OLDNEW
« no previous file with comments | « chrome/browser/sync/util/user_settings_win.cc ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698