| 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_unittest.cc', | 9 'browser/views/browser_actions_container_unittest.cc', |
| 10 ], | 10 ], |
| (...skipping 1961 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1972 'theme_resources', | 1972 'theme_resources', |
| 1973 '../skia/skia.gyp:skia', | 1973 '../skia/skia.gyp:skia', |
| 1974 '../testing/gtest.gyp:gtest', | 1974 '../testing/gtest.gyp:gtest', |
| 1975 ], | 1975 ], |
| 1976 'export_dependent_settings': [ | 1976 'export_dependent_settings': [ |
| 1977 'test_support_common', | 1977 'test_support_common', |
| 1978 ], | 1978 ], |
| 1979 'include_dirs': [ | 1979 'include_dirs': [ |
| 1980 '..', | 1980 '..', |
| 1981 ], | 1981 ], |
| 1982 'cflags': [ |
| 1983 '-Wno-uninitialized', |
| 1984 ], |
| 1982 'sources': [ | 1985 'sources': [ |
| 1983 'test/pyautolib/pyautolib.cc', | 1986 'test/pyautolib/pyautolib.cc', |
| 1984 'test/pyautolib/pyautolib.h', | 1987 'test/pyautolib/pyautolib.h', |
| 1985 '<(INTERMEDIATE_DIR)/pyautolib_wrap.cc', | 1988 '<(INTERMEDIATE_DIR)/pyautolib_wrap.cc', |
| 1986 'test/ui/ui_test.cc', | 1989 'test/ui/ui_test.cc', |
| 1987 'test/ui/ui_test.h', | 1990 'test/ui/ui_test.h', |
| 1988 'test/ui/ui_test_suite.cc', | 1991 'test/ui/ui_test_suite.cc', |
| 1989 'test/ui/ui_test_suite.h', | 1992 'test/ui/ui_test_suite.h', |
| 1990 ], | 1993 ], |
| 1991 'xcode_settings': { | 1994 'xcode_settings': { |
| (...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2142 ] | 2145 ] |
| 2143 }], # 'coverage!=0' | 2146 }], # 'coverage!=0' |
| 2144 ], # 'conditions' | 2147 ], # 'conditions' |
| 2145 } | 2148 } |
| 2146 | 2149 |
| 2147 # Local Variables: | 2150 # Local Variables: |
| 2148 # tab-width:2 | 2151 # tab-width:2 |
| 2149 # indent-tabs-mode:nil | 2152 # indent-tabs-mode:nil |
| 2150 # End: | 2153 # End: |
| 2151 # vim: set expandtab tabstop=2 shiftwidth=2: | 2154 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |