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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 6602070: Port autocomplete_edit_view_browsertest.cc to Mac. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix PrimarySelection test. Created 9 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
« no previous file with comments | « chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_unittest_helper.h ('k') | no next file » | 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'pyautolib_sources': [ 7 'pyautolib_sources': [
8 'app/chrome_command_ids.h', 8 'app/chrome_command_ids.h',
9 'app/chrome_dll_resource.h', 9 'app/chrome_dll_resource.h',
10 'common/automation_constants.h', 10 'common/automation_constants.h',
(...skipping 413 matching lines...) Expand 10 before | Expand all | Expand 10 after
424 }], 424 }],
425 ['target_arch!="arm"', { 425 ['target_arch!="arm"', {
426 'dependencies': [ 426 'dependencies': [
427 # run time dependency 427 # run time dependency
428 '../webkit/webkit.gyp:npapi_test_plugin', 428 '../webkit/webkit.gyp:npapi_test_plugin',
429 ], 429 ],
430 }], # target_arch 430 }], # target_arch
431 ['OS=="mac"', { 431 ['OS=="mac"', {
432 'sources!': [ 432 'sources!': [
433 # TODO(port) 433 # TODO(port)
434 'browser/autocomplete/autocomplete_edit_view_browsertest.cc',
435 'browser/debugger/devtools_sanity_unittest.cc', 434 'browser/debugger/devtools_sanity_unittest.cc',
436 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc', 435 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc',
437 'browser/ui/views/find_bar_host_interactive_uitest.cc', 436 'browser/ui/views/find_bar_host_interactive_uitest.cc',
438 'browser/ui/views/tabs/tab_dragging_test.cc', 437 'browser/ui/views/tabs/tab_dragging_test.cc',
439 'browser/ui/views/tabs/tab_strip_interactive_uitest.cc', 438 'browser/ui/views/tabs/tab_strip_interactive_uitest.cc',
440 'test/interactive_ui/npapi_interactive_test.cc', 439 'test/interactive_ui/npapi_interactive_test.cc',
441 'test/interactive_ui/view_event_test_base.cc', 440 'test/interactive_ui/view_event_test_base.cc',
442 'test/interactive_ui/view_event_test_base.h', 441 'test/interactive_ui/view_event_test_base.h',
443 ], 442 ],
444 # See comment about the same line in chrome/chrome_tests.gypi. 443 # See comment about the same line in chrome/chrome_tests.gypi.
(...skipping 3343 matching lines...) Expand 10 before | Expand all | Expand 10 after
3788 ] 3787 ]
3789 }], # 'coverage!=0' 3788 }], # 'coverage!=0'
3790 ], # 'conditions' 3789 ], # 'conditions'
3791 } 3790 }
3792 3791
3793 # Local Variables: 3792 # Local Variables:
3794 # tab-width:2 3793 # tab-width:2
3795 # indent-tabs-mode:nil 3794 # indent-tabs-mode:nil
3796 # End: 3795 # End:
3797 # vim: set expandtab tabstop=2 shiftwidth=2: 3796 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_unittest_helper.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698