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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10913237: Allow the Views Delegate to provide the native widget. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 3 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 | « chrome/chrome_browser_ui.gypi ('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 563 matching lines...) Expand 10 before | Expand all | Expand 10 after
574 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']}, 574 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']},
575 }], # OS=="mac" 575 }], # OS=="mac"
576 ['notifications==0', { 576 ['notifications==0', {
577 'sources/': [ 577 'sources/': [
578 ['exclude', '^browser/notifications/'], 578 ['exclude', '^browser/notifications/'],
579 ], 579 ],
580 }], 580 }],
581 ['toolkit_views==1', { 581 ['toolkit_views==1', {
582 'dependencies': [ 582 'dependencies': [
583 '../ui/views/views.gyp:views', 583 '../ui/views/views.gyp:views',
584 '../ui/views/views.gyp:test_support_views',
584 ], 585 ],
585 }], 586 }],
586 ['chromeos==1', { 587 ['chromeos==1', {
587 'sources': [ 588 'sources': [
588 'browser/chromeos/cros/cros_in_process_browser_test.cc', 589 'browser/chromeos/cros/cros_in_process_browser_test.cc',
589 'browser/chromeos/cros/cros_in_process_browser_test.h', 590 'browser/chromeos/cros/cros_in_process_browser_test.h',
590 'browser/chromeos/cros/cros_mock.cc', 591 'browser/chromeos/cros/cros_mock.cc',
591 'browser/chromeos/cros/cros_mock.h', 592 'browser/chromeos/cros/cros_mock.h',
592 'browser/chromeos/login/mock_authenticator.cc', 593 'browser/chromeos/login/mock_authenticator.cc',
593 'browser/chromeos/login/mock_authenticator.h', 594 'browser/chromeos/login/mock_authenticator.h',
(...skipping 4171 matching lines...) Expand 10 before | Expand all | Expand 10 after
4765 '--result', '<@(_outputs)', 4766 '--result', '<@(_outputs)',
4766 '--isolate', 'browser_tests.isolate', 4767 '--isolate', 'browser_tests.isolate',
4767 ], 4768 ],
4768 }, 4769 },
4769 ], 4770 ],
4770 }, 4771 },
4771 ], 4772 ],
4772 }], 4773 }],
4773 ], # 'conditions' 4774 ], # 'conditions'
4774 } 4775 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | content/content_shell.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698