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 433 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
444 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc', | 444 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc', |
445 'browser/ui/views/find_bar_host_interactive_uitest.cc', | 445 'browser/ui/views/find_bar_host_interactive_uitest.cc', |
446 'browser/ui/views/tabs/tab_dragging_test.cc', | 446 'browser/ui/views/tabs/tab_dragging_test.cc', |
447 'test/interactive_ui/fast_shutdown_interactive_uitest.cc', | 447 'test/interactive_ui/fast_shutdown_interactive_uitest.cc', |
448 'test/interactive_ui/infobars_uitest.cc', | 448 'test/interactive_ui/infobars_uitest.cc', |
449 'test/interactive_ui/keyboard_access_uitest.cc', | 449 'test/interactive_ui/keyboard_access_uitest.cc', |
450 'test/interactive_ui/mouseleave_interactive_uitest.cc', | 450 'test/interactive_ui/mouseleave_interactive_uitest.cc', |
451 'test/interactive_ui/npapi_interactive_test.cc', | 451 'test/interactive_ui/npapi_interactive_test.cc', |
452 'test/interactive_ui/view_event_test_base.cc', | 452 'test/interactive_ui/view_event_test_base.cc', |
453 'test/interactive_ui/view_event_test_base.h', | 453 'test/interactive_ui/view_event_test_base.h', |
| 454 'test/menu_item_view_test.cc', |
454 'test/out_of_proc_test_runner.cc', | 455 'test/out_of_proc_test_runner.cc', |
455 'test/unit/chrome_test_suite.h', | 456 'test/unit/chrome_test_suite.h', |
456 ], | 457 ], |
457 'conditions': [ | 458 'conditions': [ |
458 ['OS=="linux"', { | 459 ['OS=="linux"', { |
459 'dependencies': [ | 460 'dependencies': [ |
460 '../build/linux/system.gyp:gtk', | 461 '../build/linux/system.gyp:gtk', |
461 '../build/linux/system.gyp:nss', | 462 '../build/linux/system.gyp:nss', |
462 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 463 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
463 ], | 464 ], |
464 }], | 465 }], |
465 ['OS=="linux" and toolkit_views==0', { | 466 ['OS=="linux" and toolkit_views==0', { |
466 'sources!': [ | 467 'sources!': [ |
467 # TODO(port) | 468 # TODO(port) |
468 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc', | 469 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc', |
469 'browser/ui/views/find_bar_host_interactive_uitest.cc', | 470 'browser/ui/views/find_bar_host_interactive_uitest.cc', |
470 'browser/ui/views/tabs/tab_dragging_test.cc', | 471 'browser/ui/views/tabs/tab_dragging_test.cc', |
471 'browser/ui/views/tabs/tab_strip_interactive_uitest.cc', | 472 'browser/ui/views/tabs/tab_strip_interactive_uitest.cc', |
472 'test/interactive_ui/npapi_interactive_test.cc', | 473 'test/interactive_ui/npapi_interactive_test.cc', |
473 'test/interactive_ui/view_event_test_base.cc', | 474 'test/interactive_ui/view_event_test_base.cc', |
474 'test/interactive_ui/view_event_test_base.h', | 475 'test/interactive_ui/view_event_test_base.h', |
| 476 'test/menu_item_view_test.cc', |
475 ], | 477 ], |
476 }], | 478 }], |
477 ['OS=="linux" and toolkit_views==1', { | 479 ['OS=="linux" and toolkit_views==1', { |
478 'sources!': [ | 480 'sources!': [ |
479 'browser/ui/gtk/bookmarks/bookmark_bar_gtk_interactive_uitest.cc', | 481 'browser/ui/gtk/bookmarks/bookmark_bar_gtk_interactive_uitest.cc', |
480 # TODO(port) | 482 # TODO(port) |
481 'test/interactive_ui/npapi_interactive_test.cc', | 483 'test/interactive_ui/npapi_interactive_test.cc', |
482 ], | 484 ], |
483 }], | 485 }], |
484 ['target_arch!="arm"', { | 486 ['target_arch!="arm"', { |
485 'dependencies': [ | 487 'dependencies': [ |
486 # run time dependency | 488 # run time dependency |
487 '../webkit/webkit.gyp:npapi_test_plugin', | 489 '../webkit/webkit.gyp:npapi_test_plugin', |
488 ], | 490 ], |
489 }], # target_arch | 491 }], # target_arch |
490 ['OS=="mac"', { | 492 ['OS=="mac"', { |
491 'sources!': [ | 493 'sources!': [ |
492 # TODO(port) | 494 # TODO(port) |
493 'browser/debugger/devtools_sanity_unittest.cc', | 495 'browser/debugger/devtools_sanity_unittest.cc', |
494 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc', | 496 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc', |
495 'browser/ui/views/find_bar_host_interactive_uitest.cc', | 497 'browser/ui/views/find_bar_host_interactive_uitest.cc', |
496 'browser/ui/views/tabs/tab_dragging_test.cc', | 498 'browser/ui/views/tabs/tab_dragging_test.cc', |
497 'browser/ui/views/tabs/tab_strip_interactive_uitest.cc', | 499 'browser/ui/views/tabs/tab_strip_interactive_uitest.cc', |
498 'test/interactive_ui/npapi_interactive_test.cc', | 500 'test/interactive_ui/npapi_interactive_test.cc', |
499 'test/interactive_ui/view_event_test_base.cc', | 501 'test/interactive_ui/view_event_test_base.cc', |
500 'test/interactive_ui/view_event_test_base.h', | 502 'test/interactive_ui/view_event_test_base.h', |
| 503 'test/menu_item_view_test.cc', |
501 ], | 504 ], |
502 # See comment about the same line in chrome/chrome_tests.gypi. | 505 # See comment about the same line in chrome/chrome_tests.gypi. |
503 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']}, | 506 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']}, |
504 }], # OS=="mac" | 507 }], # OS=="mac" |
505 ['toolkit_views==1', { | 508 ['toolkit_views==1', { |
506 'dependencies': [ | 509 'dependencies': [ |
507 '../views/views.gyp:views', | 510 '../views/views.gyp:views', |
508 ], | 511 ], |
509 }], | 512 }], |
510 ['OS=="win"', { | 513 ['OS=="win"', { |
(...skipping 1504 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2015 '../third_party/GTM', | 2018 '../third_party/GTM', |
2016 '../third_party/GTM/AppKit', | 2019 '../third_party/GTM/AppKit', |
2017 ], | 2020 ], |
2018 'sources!': [ | 2021 'sources!': [ |
2019 # Blocked on bookmark manager. | 2022 # Blocked on bookmark manager. |
2020 'browser/bookmarks/bookmark_context_menu_controller_unittest.cc', | 2023 'browser/bookmarks/bookmark_context_menu_controller_unittest.cc', |
2021 'browser/ui/tabs/dock_info_unittest.cc', | 2024 'browser/ui/tabs/dock_info_unittest.cc', |
2022 'browser/ui/tests/ui_gfx_image_unittest.cc', | 2025 'browser/ui/tests/ui_gfx_image_unittest.cc', |
2023 'browser/ui/gtk/reload_button_gtk_unittest.cc', | 2026 'browser/ui/gtk/reload_button_gtk_unittest.cc', |
2024 'browser/password_manager/password_store_default_unittest.cc', | 2027 'browser/password_manager/password_store_default_unittest.cc', |
| 2028 'test/menu_item_view_test.cc', |
2025 'tools/convert_dict/convert_dict_unittest.cc', | 2029 'tools/convert_dict/convert_dict_unittest.cc', |
2026 '../third_party/hunspell/google/hunspell_tests.cc', | 2030 '../third_party/hunspell/google/hunspell_tests.cc', |
2027 ], | 2031 ], |
2028 # TODO(mark): We really want this for all non-static library targets, | 2032 # TODO(mark): We really want this for all non-static library targets, |
2029 # but when we tried to pull it up to the common.gypi level, it broke | 2033 # but when we tried to pull it up to the common.gypi level, it broke |
2030 # other things like the ui, startup, and page_cycler tests. *shrug* | 2034 # other things like the ui, startup, and page_cycler tests. *shrug* |
2031 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']}, | 2035 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']}, |
2032 | 2036 |
2033 # libwebcore.a is so large that ld may not have a sufficiently large | 2037 # libwebcore.a is so large that ld may not have a sufficiently large |
2034 # "hole" in its address space into which it can be mmaped by the | 2038 # "hole" in its address space into which it can be mmaped by the |
(...skipping 1866 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3901 ] | 3905 ] |
3902 }], # 'coverage!=0' | 3906 }], # 'coverage!=0' |
3903 ], # 'conditions' | 3907 ], # 'conditions' |
3904 } | 3908 } |
3905 | 3909 |
3906 # Local Variables: | 3910 # Local Variables: |
3907 # tab-width:2 | 3911 # tab-width:2 |
3908 # indent-tabs-mode:nil | 3912 # indent-tabs-mode:nil |
3909 # End: | 3913 # End: |
3910 # vim: set expandtab tabstop=2 shiftwidth=2: | 3914 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |