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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 8759009: Add "Instant:" prefix to Instant preview tabs in the Task manager. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Cache is_instant_preview 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/browser/task_manager/task_manager_resource_providers.cc ('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 524 matching lines...) Expand 10 before | Expand all | Expand 10 after
535 'browser/browser_focus_uitest.cc', 535 'browser/browser_focus_uitest.cc',
536 'browser/browser_keyevents_browsertest.cc', 536 'browser/browser_keyevents_browsertest.cc',
537 'browser/collected_cookies_uitest.cc', 537 'browser/collected_cookies_uitest.cc',
538 'browser/debugger/devtools_sanity_unittest.cc', 538 'browser/debugger/devtools_sanity_unittest.cc',
539 'browser/infobars/infobars_uitest.cc', 539 'browser/infobars/infobars_uitest.cc',
540 'browser/instant/instant_browsertest.cc', 540 'browser/instant/instant_browsertest.cc',
541 'browser/keyboard_access_uitest.cc', 541 'browser/keyboard_access_uitest.cc',
542 'browser/mouseleave_interactive_uitest.cc', 542 'browser/mouseleave_interactive_uitest.cc',
543 'browser/notifications/notifications_interactive_uitest.cc', 543 'browser/notifications/notifications_interactive_uitest.cc',
544 'browser/npapi_interactive_test.cc', 544 'browser/npapi_interactive_test.cc',
545 'browser/task_manager/task_manager_browsertest_util.cc',
545 'browser/ui/gtk/bookmarks/bookmark_bar_gtk_interactive_uitest.cc', 546 'browser/ui/gtk/bookmarks/bookmark_bar_gtk_interactive_uitest.cc',
546 'browser/ui/omnibox/omnibox_view_browsertest.cc', 547 'browser/ui/omnibox/omnibox_view_browsertest.cc',
547 'browser/ui/panels/panel_browsertest.cc', 548 'browser/ui/panels/panel_browsertest.cc',
548 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc', 549 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc',
549 'browser/ui/views/button_dropdown_test.cc', 550 'browser/ui/views/button_dropdown_test.cc',
550 'browser/ui/views/constrained_window_views_browsertest.cc', 551 'browser/ui/views/constrained_window_views_browsertest.cc',
551 'browser/ui/views/find_bar_host_interactive_uitest.cc', 552 'browser/ui/views/find_bar_host_interactive_uitest.cc',
552 'browser/ui/views/menu_item_view_test.cc', 553 'browser/ui/views/menu_item_view_test.cc',
553 'browser/ui/views/menu_model_adapter_test.cc', 554 'browser/ui/views/menu_model_adapter_test.cc',
554 'browser/ui/views/ssl_client_certificate_selector_browsertest.cc', 555 'browser/ui/views/ssl_client_certificate_selector_browsertest.cc',
(...skipping 3739 matching lines...) Expand 10 before | Expand all | Expand 10 after
4294 # Use outputs of this action as inputs for the main target build. 4295 # Use outputs of this action as inputs for the main target build.
4295 # Seems as a misnomer but makes this happy on Linux (scons). 4296 # Seems as a misnomer but makes this happy on Linux (scons).
4296 'process_outputs_as_sources': 1, 4297 'process_outputs_as_sources': 1,
4297 }, 4298 },
4298 ], # 'actions' 4299 ], # 'actions'
4299 }, 4300 },
4300 ] 4301 ]
4301 }], # 'coverage!=0' 4302 }], # 'coverage!=0'
4302 ], # 'conditions' 4303 ], # 'conditions'
4303 } 4304 }
OLDNEW
« no previous file with comments | « chrome/browser/task_manager/task_manager_resource_providers.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698