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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10384023: Determine the element location and click synchronously on the renderer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 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 | « chrome/chrome_common.gypi ('k') | chrome/common/automation_events.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 2547 matching lines...) Expand 10 before | Expand all | Expand 10 after
2558 'app/chrome_command_ids.h', 2558 'app/chrome_command_ids.h',
2559 'app/chrome_dll.rc', 2559 'app/chrome_dll.rc',
2560 'app/chrome_dll_resource.h', 2560 'app/chrome_dll_resource.h',
2561 'app/chrome_version.rc.version', 2561 'app/chrome_version.rc.version',
2562 'browser/accessibility/accessibility_extension_apitest.cc', 2562 'browser/accessibility/accessibility_extension_apitest.cc',
2563 'browser/app_controller_mac_browsertest.mm', 2563 'browser/app_controller_mac_browsertest.mm',
2564 'browser/autocomplete/autocomplete_browsertest.cc', 2564 'browser/autocomplete/autocomplete_browsertest.cc',
2565 'browser/autofill/autofill_browsertest.cc', 2565 'browser/autofill/autofill_browsertest.cc',
2566 'browser/autofill/form_structure_browsertest.cc', 2566 'browser/autofill/form_structure_browsertest.cc',
2567 'browser/autofill/autofill_popup_view_browsertest.cc', 2567 'browser/autofill/autofill_popup_view_browsertest.cc',
2568 'browser/automation/automation_misc_browsertest.cc',
2568 'browser/automation/automation_tab_helper_browsertest.cc', 2569 'browser/automation/automation_tab_helper_browsertest.cc',
2569 'browser/bookmarks/bookmark_extension_apitest.cc', 2570 'browser/bookmarks/bookmark_extension_apitest.cc',
2570 'browser/bookmarks/bookmark_manager_extension_apitest.cc', 2571 'browser/bookmarks/bookmark_manager_extension_apitest.cc',
2571 'browser/browser_encoding_browsertest.cc', 2572 'browser/browser_encoding_browsertest.cc',
2572 'browser/browsing_data_database_helper_browsertest.cc', 2573 'browser/browsing_data_database_helper_browsertest.cc',
2573 'browser/browsing_data_helper_browsertest.h', 2574 'browser/browsing_data_helper_browsertest.h',
2574 'browser/browsing_data_indexed_db_helper_browsertest.cc', 2575 'browser/browsing_data_indexed_db_helper_browsertest.cc',
2575 'browser/browsing_data_local_storage_helper_browsertest.cc', 2576 'browser/browsing_data_local_storage_helper_browsertest.cc',
2576 'browser/chrome_main_browsertest.cc', 2577 'browser/chrome_main_browsertest.cc',
2577 'browser/chrome_switches_browsertest.cc', 2578 'browser/chrome_switches_browsertest.cc',
(...skipping 2019 matching lines...) Expand 10 before | Expand all | Expand 10 after
4597 # Use outputs of this action as inputs for the main target build. 4598 # Use outputs of this action as inputs for the main target build.
4598 # Seems as a misnomer but makes this happy on Linux (scons). 4599 # Seems as a misnomer but makes this happy on Linux (scons).
4599 'process_outputs_as_sources': 1, 4600 'process_outputs_as_sources': 1,
4600 }, 4601 },
4601 ], # 'actions' 4602 ], # 'actions'
4602 }, 4603 },
4603 ] 4604 ]
4604 }], # 'coverage!=0' 4605 }], # 'coverage!=0'
4605 ], # 'conditions' 4606 ], # 'conditions'
4606 } 4607 }
OLDNEW
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/automation_events.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698