OLD | NEW |
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 Loading... |
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 Loading... |
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: |
OLD | NEW |