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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 6931039: Add MenuItemView API to add and remove items at a particular index. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase to trunk. Created 9 years, 7 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 | « no previous file | chrome/test/menu_item_view_test.cc » ('j') | chrome/test/menu_item_view_test.cc » ('J')
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 433 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 1511 matching lines...) Expand 10 before | Expand all | Expand 10 after
2022 '../third_party/GTM', 2025 '../third_party/GTM',
2023 '../third_party/GTM/AppKit', 2026 '../third_party/GTM/AppKit',
2024 ], 2027 ],
2025 'sources!': [ 2028 'sources!': [
2026 # Blocked on bookmark manager. 2029 # Blocked on bookmark manager.
2027 'browser/bookmarks/bookmark_context_menu_controller_unittest.cc', 2030 'browser/bookmarks/bookmark_context_menu_controller_unittest.cc',
2028 'browser/ui/tabs/dock_info_unittest.cc', 2031 'browser/ui/tabs/dock_info_unittest.cc',
2029 'browser/ui/tests/ui_gfx_image_unittest.cc', 2032 'browser/ui/tests/ui_gfx_image_unittest.cc',
2030 'browser/ui/gtk/reload_button_gtk_unittest.cc', 2033 'browser/ui/gtk/reload_button_gtk_unittest.cc',
2031 'browser/password_manager/password_store_default_unittest.cc', 2034 'browser/password_manager/password_store_default_unittest.cc',
2035 'test/menu_item_view_test.cc',
2032 'tools/convert_dict/convert_dict_unittest.cc', 2036 'tools/convert_dict/convert_dict_unittest.cc',
2033 '../third_party/hunspell/google/hunspell_tests.cc', 2037 '../third_party/hunspell/google/hunspell_tests.cc',
2034 ], 2038 ],
2035 # TODO(mark): We really want this for all non-static library targets, 2039 # TODO(mark): We really want this for all non-static library targets,
2036 # but when we tried to pull it up to the common.gypi level, it broke 2040 # but when we tried to pull it up to the common.gypi level, it broke
2037 # other things like the ui, startup, and page_cycler tests. *shrug* 2041 # other things like the ui, startup, and page_cycler tests. *shrug*
2038 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']}, 2042 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']},
2039 2043
2040 # libwebcore.a is so large that ld may not have a sufficiently large 2044 # libwebcore.a is so large that ld may not have a sufficiently large
2041 # "hole" in its address space into which it can be mmaped by the 2045 # "hole" in its address space into which it can be mmaped by the
(...skipping 1874 matching lines...) Expand 10 before | Expand all | Expand 10 after
3916 ] 3920 ]
3917 }], # 'coverage!=0' 3921 }], # 'coverage!=0'
3918 ], # 'conditions' 3922 ], # 'conditions'
3919 } 3923 }
3920 3924
3921 # Local Variables: 3925 # Local Variables:
3922 # tab-width:2 3926 # tab-width:2
3923 # indent-tabs-mode:nil 3927 # indent-tabs-mode:nil
3924 # End: 3928 # End:
3925 # vim: set expandtab tabstop=2 shiftwidth=2: 3929 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | chrome/test/menu_item_view_test.cc » ('j') | chrome/test/menu_item_view_test.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698