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

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: Review 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
« no previous file with comments | « chrome/chrome_resources.gyp ('k') | chrome/common/url_constants.h » ('j') | 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) 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 564 matching lines...) Expand 10 before | Expand all | Expand 10 after
575 'browser/ui/panels/panel_overflow_browsertest.cc', 575 'browser/ui/panels/panel_overflow_browsertest.cc',
576 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc', 576 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc',
577 'browser/ui/views/button_dropdown_test.cc', 577 'browser/ui/views/button_dropdown_test.cc',
578 'browser/ui/views/constrained_window_views_browsertest.cc', 578 'browser/ui/views/constrained_window_views_browsertest.cc',
579 'browser/ui/views/find_bar_host_interactive_uitest.cc', 579 'browser/ui/views/find_bar_host_interactive_uitest.cc',
580 'browser/ui/views/menu_item_view_test.cc', 580 'browser/ui/views/menu_item_view_test.cc',
581 'browser/ui/views/menu_model_adapter_test.cc', 581 'browser/ui/views/menu_model_adapter_test.cc',
582 'browser/ui/views/ssl_client_certificate_selector_browsertest.cc', 582 'browser/ui/views/ssl_client_certificate_selector_browsertest.cc',
583 'browser/ui/views/tabs/tab_dragging_test.cc', 583 'browser/ui/views/tabs/tab_dragging_test.cc',
584 'browser/ui/views/tabs/tab_drag_controller2_interactive_uitest.cc', 584 'browser/ui/views/tabs/tab_drag_controller2_interactive_uitest.cc',
585 'browser/ui/webui/workers_ui_browsertest.cc', 585 'browser/ui/webui/inspect_ui_browsertest.cc',
586 'test/base/chrome_test_launcher.cc', 586 'test/base/chrome_test_launcher.cc',
587 'test/base/view_event_test_base.cc', 587 'test/base/view_event_test_base.cc',
588 'test/base/view_event_test_base.h', 588 'test/base/view_event_test_base.h',
589 '../content/app/startup_helper_win.cc', 589 '../content/app/startup_helper_win.cc',
590 '../content/test/test_launcher.cc', 590 '../content/test/test_launcher.cc',
591 '../content/test/test_launcher.h', 591 '../content/test/test_launcher.h',
592 ], 592 ],
593 'conditions': [ 593 'conditions': [
594 ['toolkit_uses_gtk == 1', { 594 ['toolkit_uses_gtk == 1', {
595 'dependencies': [ 595 'dependencies': [
(...skipping 4006 matching lines...) Expand 10 before | Expand all | Expand 10 after
4602 # Use outputs of this action as inputs for the main target build. 4602 # Use outputs of this action as inputs for the main target build.
4603 # Seems as a misnomer but makes this happy on Linux (scons). 4603 # Seems as a misnomer but makes this happy on Linux (scons).
4604 'process_outputs_as_sources': 1, 4604 'process_outputs_as_sources': 1,
4605 }, 4605 },
4606 ], # 'actions' 4606 ], # 'actions'
4607 }, 4607 },
4608 ] 4608 ]
4609 }], # 'coverage!=0' 4609 }], # 'coverage!=0'
4610 ], # 'conditions' 4610 ], # 'conditions'
4611 } 4611 }
OLDNEW
« no previous file with comments | « chrome/chrome_resources.gyp ('k') | chrome/common/url_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698