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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 2770010: Add bzip2 to the list of libs linked to for unit_tests. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 6 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 | « 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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'browser_tests_sources_views_specific': [ 7 'browser_tests_sources_views_specific': [
8 'browser/extensions/browser_action_test_util_views.cc', 8 'browser/extensions/browser_action_test_util_views.cc',
9 'browser/views/browser_actions_container_browsertest.cc', 9 'browser/views/browser_actions_container_browsertest.cc',
10 ], 10 ],
(...skipping 1860 matching lines...) Expand 10 before | Expand all | Expand 10 after
1871 '_USE_32BIT_TIME_T', 1871 '_USE_32BIT_TIME_T',
1872 ], 1872 ],
1873 'dependencies': [ 1873 'dependencies': [
1874 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', 1874 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp',
1875 'common', 1875 'common',
1876 'common_net_test_support', 1876 'common_net_test_support',
1877 'debugger', 1877 'debugger',
1878 '../skia/skia.gyp:skia', 1878 '../skia/skia.gyp:skia',
1879 '../testing/gmock.gyp:gmock', 1879 '../testing/gmock.gyp:gmock',
1880 '../testing/gtest.gyp:gtest', 1880 '../testing/gtest.gyp:gtest',
1881 '../third_party/bzip2/bzip2.gyp:bzip2',
1881 '../third_party/libjingle/libjingle.gyp:libjingle', 1882 '../third_party/libjingle/libjingle.gyp:libjingle',
1882 'profile_import', 1883 'profile_import',
1883 'syncapi', 1884 'syncapi',
1884 'test_support_unit', 1885 'test_support_unit',
1885 ], 1886 ],
1886 'conditions': [ 1887 'conditions': [
1887 ['OS=="win"', { 1888 ['OS=="win"', {
1888 'sources' : [ 1889 'sources' : [
1889 'browser/sync/util/data_encryption_unittest.cc', 1890 'browser/sync/util/data_encryption_unittest.cc',
1890 ], 1891 ],
(...skipping 607 matching lines...) Expand 10 before | Expand all | Expand 10 after
2498 ] 2499 ]
2499 }], # 'coverage!=0' 2500 }], # 'coverage!=0'
2500 ], # 'conditions' 2501 ], # 'conditions'
2501 } 2502 }
2502 2503
2503 # Local Variables: 2504 # Local Variables:
2504 # tab-width:2 2505 # tab-width:2
2505 # indent-tabs-mode:nil 2506 # indent-tabs-mode:nil
2506 # End: 2507 # End:
2507 # vim: set expandtab tabstop=2 shiftwidth=2: 2508 # 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