OLD | NEW |
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 Loading... |
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 Loading... |
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: |
OLD | NEW |