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 1305 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1316 ['OS=="linux" and toolkit_views==0 and chromeos==0', { | 1316 ['OS=="linux" and toolkit_views==0 and chromeos==0', { |
1317 'sources': [ | 1317 'sources': [ |
1318 'browser/extensions/browser_action_test_util_gtk.cc', | 1318 'browser/extensions/browser_action_test_util_gtk.cc', |
1319 'browser/gtk/view_id_util_browsertest.cc', | 1319 'browser/gtk/view_id_util_browsertest.cc', |
1320 ], | 1320 ], |
1321 }], | 1321 }], |
1322 ['OS=="mac"', { | 1322 ['OS=="mac"', { |
1323 'sources': [ | 1323 'sources': [ |
1324 'browser/extensions/browser_action_test_util_mac.mm', | 1324 'browser/extensions/browser_action_test_util_mac.mm', |
1325 ], | 1325 ], |
1326 'sources!': [ | |
1327 # TODO(estade): need to port. http://crbug.com/37808 | |
1328 'browser/find_bar_host_browsertest.cc', | |
1329 ], | |
1330 'include_dirs': [ | 1326 'include_dirs': [ |
1331 '../third_party/GTM', | 1327 '../third_party/GTM', |
1332 ], | 1328 ], |
1333 # TODO(mark): We really want this for all non-static library | 1329 # TODO(mark): We really want this for all non-static library |
1334 # targets, but when we tried to pull it up to the common.gypi | 1330 # targets, but when we tried to pull it up to the common.gypi |
1335 # level, it broke other things like the ui, startup, and | 1331 # level, it broke other things like the ui, startup, and |
1336 # page_cycler tests. *shrug* | 1332 # page_cycler tests. *shrug* |
1337 'xcode_settings': { | 1333 'xcode_settings': { |
1338 'OTHER_LDFLAGS': [ | 1334 'OTHER_LDFLAGS': [ |
1339 '-Wl,-ObjC', | 1335 '-Wl,-ObjC', |
(...skipping 806 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2146 ] | 2142 ] |
2147 }], # 'coverage!=0' | 2143 }], # 'coverage!=0' |
2148 ], # 'conditions' | 2144 ], # 'conditions' |
2149 } | 2145 } |
2150 | 2146 |
2151 # Local Variables: | 2147 # Local Variables: |
2152 # tab-width:2 | 2148 # tab-width:2 |
2153 # indent-tabs-mode:nil | 2149 # indent-tabs-mode:nil |
2154 # End: | 2150 # End: |
2155 # vim: set expandtab tabstop=2 shiftwidth=2: | 2151 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |