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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 1338003: Add test for power_menu_button. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 9 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
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_unittest.cc', 9 'browser/views/browser_actions_container_unittest.cc',
10 ], 10 ],
(...skipping 1312 matching lines...) Expand 10 before | Expand all | Expand 10 after
1323 'dependencies': [ 1323 'dependencies': [
1324 '../views/views.gyp:views', 1324 '../views/views.gyp:views',
1325 ], 1325 ],
1326 'sources': [ 1326 'sources': [
1327 '<@(browser_tests_sources_views_specific)', 1327 '<@(browser_tests_sources_views_specific)',
1328 ], 1328 ],
1329 }], 1329 }],
1330 ['OS=="linux" and chromeos==1', { 1330 ['OS=="linux" and chromeos==1', {
1331 'sources': [ 1331 'sources': [
1332 'browser/chromeos/status/clock_menu_button_browsertest.cc', 1332 'browser/chromeos/status/clock_menu_button_browsertest.cc',
1333 'browser/chromeos/status/power_menu_button_browsertest.cc',
1333 ], 1334 ],
1334 }], 1335 }],
1335 ['OS=="linux" and toolkit_views==0 and chromeos==0', { 1336 ['OS=="linux" and toolkit_views==0 and chromeos==0', {
1336 'sources': [ 1337 'sources': [
1337 'browser/extensions/browser_action_test_util_gtk.cc', 1338 'browser/extensions/browser_action_test_util_gtk.cc',
1338 'browser/gtk/view_id_util_browsertest.cc', 1339 'browser/gtk/view_id_util_browsertest.cc',
1339 ], 1340 ],
1340 }], 1341 }],
1341 ['OS=="mac"', { 1342 ['OS=="mac"', {
1342 'sources': [ 1343 'sources': [
(...skipping 821 matching lines...) Expand 10 before | Expand all | Expand 10 after
2164 ] 2165 ]
2165 }], # 'coverage!=0' 2166 }], # 'coverage!=0'
2166 ], # 'conditions' 2167 ], # 'conditions'
2167 } 2168 }
2168 2169
2169 # Local Variables: 2170 # Local Variables:
2170 # tab-width:2 2171 # tab-width:2
2171 # indent-tabs-mode:nil 2172 # indent-tabs-mode:nil
2172 # End: 2173 # End:
2173 # vim: set expandtab tabstop=2 shiftwidth=2: 2174 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698