OLD | NEW |
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 Loading... |
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', | |
6771 'test_support_unit', | 6770 'test_support_unit', |
6772 ], | 6771 ], |
6773 'conditions': [ | 6772 'conditions': [ |
6774 ['OS=="win"', { | 6773 ['OS=="win"', { |
6775 'sources' : [ | 6774 'sources' : [ |
6776 'browser/sync/util/data_encryption_unittest.cc', | 6775 'browser/sync/util/data_encryption_unittest.cc', |
6777 ], | 6776 ], |
6778 'dependencies': [ | 6777 'dependencies': [ |
6779 '../third_party/tcmalloc/tcmalloc.gyp:tcmalloc', | 6778 '../third_party/tcmalloc/tcmalloc.gyp:tcmalloc', |
6780 ], | 6779 ], |
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6971 ], # targets when browser_sync==1 | 6970 ], # targets when browser_sync==1 |
6972 }], | 6971 }], |
6973 ], # 'conditions' | 6972 ], # 'conditions' |
6974 } | 6973 } |
6975 | 6974 |
6976 # Local Variables: | 6975 # Local Variables: |
6977 # tab-width:2 | 6976 # tab-width:2 |
6978 # indent-tabs-mode:nil | 6977 # indent-tabs-mode:nil |
6979 # End: | 6978 # End: |
6980 # vim: set expandtab tabstop=2 shiftwidth=2: | 6979 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |