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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 9724038: DevTools: convert about:workers into about:inspect (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Test fixed, comments addressed. Created 8 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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 559 matching lines...) Expand 10 before | Expand all | Expand 10 after
570 'browser/ui/panels/panel_overflow_browsertest.cc', 570 'browser/ui/panels/panel_overflow_browsertest.cc',
571 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc', 571 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc',
572 'browser/ui/views/button_dropdown_test.cc', 572 'browser/ui/views/button_dropdown_test.cc',
573 'browser/ui/views/constrained_window_views_browsertest.cc', 573 'browser/ui/views/constrained_window_views_browsertest.cc',
574 'browser/ui/views/find_bar_host_interactive_uitest.cc', 574 'browser/ui/views/find_bar_host_interactive_uitest.cc',
575 'browser/ui/views/menu_item_view_test.cc', 575 'browser/ui/views/menu_item_view_test.cc',
576 'browser/ui/views/menu_model_adapter_test.cc', 576 'browser/ui/views/menu_model_adapter_test.cc',
577 'browser/ui/views/ssl_client_certificate_selector_browsertest.cc', 577 'browser/ui/views/ssl_client_certificate_selector_browsertest.cc',
578 'browser/ui/views/tabs/tab_dragging_test.cc', 578 'browser/ui/views/tabs/tab_dragging_test.cc',
579 'browser/ui/views/tabs/tab_drag_controller2_interactive_uitest.cc', 579 'browser/ui/views/tabs/tab_drag_controller2_interactive_uitest.cc',
580 'browser/ui/webui/workers_ui_browsertest.cc', 580 'browser/ui/webui/inspect_ui_browsertest.cc',
581 'test/base/chrome_test_launcher.cc', 581 'test/base/chrome_test_launcher.cc',
582 'test/base/view_event_test_base.cc', 582 'test/base/view_event_test_base.cc',
583 'test/base/view_event_test_base.h', 583 'test/base/view_event_test_base.h',
584 '../content/app/startup_helper_win.cc', 584 '../content/app/startup_helper_win.cc',
585 '../content/test/test_launcher.cc', 585 '../content/test/test_launcher.cc',
586 '../content/test/test_launcher.h', 586 '../content/test/test_launcher.h',
587 ], 587 ],
588 'conditions': [ 588 'conditions': [
589 ['toolkit_uses_gtk == 1', { 589 ['toolkit_uses_gtk == 1', {
590 'dependencies': [ 590 'dependencies': [
(...skipping 3993 matching lines...) Expand 10 before | Expand all | Expand 10 after
4584 # Use outputs of this action as inputs for the main target build. 4584 # Use outputs of this action as inputs for the main target build.
4585 # Seems as a misnomer but makes this happy on Linux (scons). 4585 # Seems as a misnomer but makes this happy on Linux (scons).
4586 'process_outputs_as_sources': 1, 4586 'process_outputs_as_sources': 1,
4587 }, 4587 },
4588 ], # 'actions' 4588 ], # 'actions'
4589 }, 4589 },
4590 ] 4590 ]
4591 }], # 'coverage!=0' 4591 }], # 'coverage!=0'
4592 ], # 'conditions' 4592 ], # 'conditions'
4593 } 4593 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698