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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 11428130: Rename test_support_ash and test_support_aura. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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 | « ash/ash.gyp ('k') | chrome/chrome_tests_unit.gypi » ('j') | 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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'variables' : { 5 'variables' : {
6 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after
295 '../ui/views/views.gyp:views', 295 '../ui/views/views.gyp:views',
296 '../ui/views/views.gyp:views_test_support', 296 '../ui/views/views.gyp:views_test_support',
297 ], 297 ],
298 }, { # else: toolkit_views == 0 298 }, { # else: toolkit_views == 0
299 'sources/': [ 299 'sources/': [
300 ['exclude', '^browser/ui/views/'], 300 ['exclude', '^browser/ui/views/'],
301 ], 301 ],
302 }], 302 }],
303 ['use_ash==1', { 303 ['use_ash==1', {
304 'dependencies': [ 304 'dependencies': [
305 '../ash/ash.gyp:test_support_ash', 305 '../ash/ash.gyp:ash_test_support',
306 ], 306 ],
307 }], 307 }],
308 ['chromeos==1', { 308 ['chromeos==1', {
309 'sources': [ 309 'sources': [
310 'browser/chromeos/cros/cros_in_process_browser_test.cc', 310 'browser/chromeos/cros/cros_in_process_browser_test.cc',
311 'browser/chromeos/cros/cros_in_process_browser_test.h', 311 'browser/chromeos/cros/cros_in_process_browser_test.h',
312 'browser/chromeos/cros/cros_mock.cc', 312 'browser/chromeos/cros/cros_mock.cc',
313 'browser/chromeos/cros/cros_mock.h', 313 'browser/chromeos/cros/cros_mock.h',
314 'browser/chromeos/login/login_browsertest.cc', 314 'browser/chromeos/login/login_browsertest.cc',
315 'browser/chromeos/login/mock_authenticator.cc', 315 'browser/chromeos/login/mock_authenticator.cc',
(...skipping 1017 matching lines...) Expand 10 before | Expand all | Expand 10 after
1333 }], 1333 }],
1334 ['OS=="win"', { 1334 ['OS=="win"', {
1335 'dependencies': [ 1335 'dependencies': [
1336 'chrome.gyp:chrome_nacl_win64', 1336 'chrome.gyp:chrome_nacl_win64',
1337 ], 1337 ],
1338 }], 1338 }],
1339 ], 1339 ],
1340 }], 1340 }],
1341 ['use_ash==1', { 1341 ['use_ash==1', {
1342 'dependencies': [ 1342 'dependencies': [
1343 '../ash/ash.gyp:test_support_ash', 1343 '../ash/ash.gyp:ash_test_support',
1344 ], 1344 ],
1345 }], 1345 }],
1346 ['chromeos==0', { 1346 ['chromeos==0', {
1347 'sources/': [ 1347 'sources/': [
1348 ['exclude', '^browser/chromeos'], 1348 ['exclude', '^browser/chromeos'],
1349 ['exclude', '^browser/ui/webui/options/chromeos/'], 1349 ['exclude', '^browser/ui/webui/options/chromeos/'],
1350 ], 1350 ],
1351 'sources!': [ 1351 'sources!': [
1352 'browser/extensions/api/rtc_private/rtc_private_apitest.cc', 1352 'browser/extensions/api/rtc_private/rtc_private_apitest.cc',
1353 'browser/extensions/api/terminal/terminal_private_apitest.cc', 1353 'browser/extensions/api/terminal/terminal_private_apitest.cc',
(...skipping 1507 matching lines...) Expand 10 before | Expand all | Expand 10 after
2861 'sync_integration_tests.isolate', 2861 'sync_integration_tests.isolate',
2862 ], 2862 ],
2863 'sources': [ 2863 'sources': [
2864 'sync_integration_tests.isolate', 2864 'sync_integration_tests.isolate',
2865 ], 2865 ],
2866 }, 2866 },
2867 ], 2867 ],
2868 }], 2868 }],
2869 ], # 'conditions' 2869 ], # 'conditions'
2870 } 2870 }
OLDNEW
« no previous file with comments | « ash/ash.gyp ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698