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

Side by Side Diff: chrome/chrome.gyp

Issue 334038: Add dependency back on sync_proto from sync_unit_tests. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | 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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 'variables': { 9 'variables': {
10 'version_py_path': 'tools/build/version.py', 10 'version_py_path': 'tools/build/version.py',
(...skipping 6749 matching lines...) Expand 10 before | Expand all | Expand 10 after
6760 '_CRT_SECURE_NO_WARNINGS', 6760 '_CRT_SECURE_NO_WARNINGS',
6761 '_USE_32BIT_TIME_T', 6761 '_USE_32BIT_TIME_T',
6762 ], 6762 ],
6763 'dependencies': [ 6763 'dependencies': [
6764 'common', 6764 'common',
6765 'debugger', 6765 'debugger',
6766 '../skia/skia.gyp:skia', 6766 '../skia/skia.gyp:skia',
6767 '../testing/gtest.gyp:gtest', 6767 '../testing/gtest.gyp:gtest',
6768 '../third_party/libjingle/libjingle.gyp:libjingle', 6768 '../third_party/libjingle/libjingle.gyp:libjingle',
6769 'syncapi', 6769 'syncapi',
6770 'sync_proto',
6770 'test_support_unit', 6771 'test_support_unit',
6771 ], 6772 ],
6772 'conditions': [ 6773 'conditions': [
6773 ['OS=="win"', { 6774 ['OS=="win"', {
6774 'sources' : [ 6775 'sources' : [
6775 'browser/sync/util/data_encryption_unittest.cc', 6776 'browser/sync/util/data_encryption_unittest.cc',
6776 ], 6777 ],
6777 'dependencies': [ 6778 'dependencies': [
6778 '../third_party/tcmalloc/tcmalloc.gyp:tcmalloc', 6779 '../third_party/tcmalloc/tcmalloc.gyp:tcmalloc',
6779 ], 6780 ],
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
6970 ], # targets when browser_sync==1 6971 ], # targets when browser_sync==1
6971 }], 6972 }],
6972 ], # 'conditions' 6973 ], # 'conditions'
6973 } 6974 }
6974 6975
6975 # Local Variables: 6976 # Local Variables:
6976 # tab-width:2 6977 # tab-width:2
6977 # indent-tabs-mode:nil 6978 # indent-tabs-mode:nil
6978 # End: 6979 # End:
6979 # vim: set expandtab tabstop=2 shiftwidth=2: 6980 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698