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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 8763011: Remove dangling files and clean up gyp. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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.gypi ('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 '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 566 matching lines...) Expand 10 before | Expand all | Expand 10 after
577 'sources!': [ 577 'sources!': [
578 # TODO(port) 578 # TODO(port)
579 'browser/npapi_interactive_test.cc', 579 'browser/npapi_interactive_test.cc',
580 'browser/ui/views/crypto_module_password_dialog_view_unittest.cc', 580 'browser/ui/views/crypto_module_password_dialog_view_unittest.cc',
581 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc', 581 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc',
582 'browser/ui/views/button_dropdown_test.cc', 582 'browser/ui/views/button_dropdown_test.cc',
583 'browser/ui/views/find_bar_host_interactive_uitest.cc', 583 'browser/ui/views/find_bar_host_interactive_uitest.cc',
584 'browser/ui/views/menu_item_view_test.cc', 584 'browser/ui/views/menu_item_view_test.cc',
585 'browser/ui/views/menu_model_adapter_test.cc', 585 'browser/ui/views/menu_model_adapter_test.cc',
586 'browser/ui/views/tabs/tab_dragging_test.cc', 586 'browser/ui/views/tabs/tab_dragging_test.cc',
587 'browser/ui/views/tabs/tab_strip_interactive_uitest.cc',
588 'test/base/view_event_test_base.cc', 587 'test/base/view_event_test_base.cc',
589 'test/base/view_event_test_base.h', 588 'test/base/view_event_test_base.h',
590 ], 589 ],
591 }], 590 }],
592 ['OS=="linux" and toolkit_views==1', { 591 ['OS=="linux" and toolkit_views==1', {
593 'sources!': [ 592 'sources!': [
594 # TODO(port) 593 # TODO(port)
595 'browser/npapi_interactive_test.cc', 594 'browser/npapi_interactive_test.cc',
596 595
597 'browser/ui/gtk/bookmarks/bookmark_bar_gtk_interactive_uitest.cc', 596 'browser/ui/gtk/bookmarks/bookmark_bar_gtk_interactive_uitest.cc',
598 ], 597 ],
599 }], 598 }],
600 ['target_arch!="arm"', { 599 ['target_arch!="arm"', {
601 'dependencies': [ 600 'dependencies': [
602 # run time dependency 601 # run time dependency
603 '../webkit/webkit.gyp:npapi_test_plugin', 602 '../webkit/webkit.gyp:npapi_test_plugin',
604 ], 603 ],
605 }], # target_arch 604 }], # target_arch
606 ['OS=="mac"', { 605 ['OS=="mac"', {
607 'sources!': [ 606 'sources!': [
608 # TODO(port) 607 # TODO(port)
609 'browser/npapi_interactive_test.cc', 608 'browser/npapi_interactive_test.cc',
610 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc', 609 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc',
611 'browser/ui/views/button_dropdown_test.cc', 610 'browser/ui/views/button_dropdown_test.cc',
612 'browser/ui/views/find_bar_host_interactive_uitest.cc', 611 'browser/ui/views/find_bar_host_interactive_uitest.cc',
613 'browser/ui/views/menu_item_view_test.cc', 612 'browser/ui/views/menu_item_view_test.cc',
614 'browser/ui/views/menu_model_adapter_test.cc', 613 'browser/ui/views/menu_model_adapter_test.cc',
615 'browser/ui/views/tabs/tab_dragging_test.cc', 614 'browser/ui/views/tabs/tab_dragging_test.cc',
616 'browser/ui/views/tabs/tab_strip_interactive_uitest.cc',
617 'test/base/view_event_test_base.cc', 615 'test/base/view_event_test_base.cc',
618 'test/base/view_event_test_base.h', 616 'test/base/view_event_test_base.h',
619 ], 617 ],
620 # See comment about the same line in chrome/chrome_tests.gypi. 618 # See comment about the same line in chrome/chrome_tests.gypi.
621 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']}, 619 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']},
622 }], # OS=="mac" 620 }], # OS=="mac"
623 ['notifications==0', { 621 ['notifications==0', {
624 'sources/': [ 622 'sources/': [
625 ['exclude', '^browser/notifications/'], 623 ['exclude', '^browser/notifications/'],
626 ], 624 ],
(...skipping 3655 matching lines...) Expand 10 before | Expand all | Expand 10 after
4282 # Use outputs of this action as inputs for the main target build. 4280 # Use outputs of this action as inputs for the main target build.
4283 # Seems as a misnomer but makes this happy on Linux (scons). 4281 # Seems as a misnomer but makes this happy on Linux (scons).
4284 'process_outputs_as_sources': 1, 4282 'process_outputs_as_sources': 1,
4285 }, 4283 },
4286 ], # 'actions' 4284 ], # 'actions'
4287 }, 4285 },
4288 ] 4286 ]
4289 }], # 'coverage!=0' 4287 }], # 'coverage!=0'
4290 ], # 'conditions' 4288 ], # 'conditions'
4291 } 4289 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698