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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 11117009: views: Split test_support_views in two targets. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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
« no previous file with comments | « ash/ash.gyp ('k') | content/content_shell.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 575 matching lines...) Expand 10 before | Expand all | Expand 10 after
586 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']}, 586 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']},
587 }], # OS=="mac" 587 }], # OS=="mac"
588 ['notifications==0', { 588 ['notifications==0', {
589 'sources/': [ 589 'sources/': [
590 ['exclude', '^browser/notifications/'], 590 ['exclude', '^browser/notifications/'],
591 ], 591 ],
592 }], 592 }],
593 ['toolkit_views==1', { 593 ['toolkit_views==1', {
594 'dependencies': [ 594 'dependencies': [
595 '../ui/views/views.gyp:views', 595 '../ui/views/views.gyp:views',
596 '../ui/views/views.gyp:test_support_views', 596 '../ui/views/views.gyp:views_test_support',
597 ], 597 ],
598 }], 598 }],
599 ['chromeos==1', { 599 ['chromeos==1', {
600 'sources': [ 600 'sources': [
601 'browser/chromeos/cros/cros_in_process_browser_test.cc', 601 'browser/chromeos/cros/cros_in_process_browser_test.cc',
602 'browser/chromeos/cros/cros_in_process_browser_test.h', 602 'browser/chromeos/cros/cros_in_process_browser_test.h',
603 'browser/chromeos/cros/cros_mock.cc', 603 'browser/chromeos/cros/cros_mock.cc',
604 'browser/chromeos/cros/cros_mock.h', 604 'browser/chromeos/cros/cros_mock.h',
605 'browser/chromeos/login/mock_authenticator.cc', 605 'browser/chromeos/login/mock_authenticator.cc',
606 'browser/chromeos/login/mock_authenticator.h', 606 'browser/chromeos/login/mock_authenticator.h',
(...skipping 4281 matching lines...) Expand 10 before | Expand all | Expand 10 after
4888 '--result', '<@(_outputs)', 4888 '--result', '<@(_outputs)',
4889 '--isolate', 'browser_tests.isolate', 4889 '--isolate', 'browser_tests.isolate',
4890 ], 4890 ],
4891 }, 4891 },
4892 ], 4892 ],
4893 }, 4893 },
4894 ], 4894 ],
4895 }], 4895 }],
4896 ], # 'conditions' 4896 ], # 'conditions'
4897 } 4897 }
OLDNEW
« no previous file with comments | « ash/ash.gyp ('k') | content/content_shell.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698