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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 9235072: Adding Mouse Support for new GTK Autofill (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Responding to comments Created 8 years, 10 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
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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 '..', 76 '..',
77 ], 77 ],
78 'sources': [ 78 'sources': [
79 'app/breakpad_mac_stubs.mm', 79 'app/breakpad_mac_stubs.mm',
80 'app/chrome_main_delegate.cc', 80 'app/chrome_main_delegate.cc',
81 'app/chrome_main_delegate.h', 81 'app/chrome_main_delegate.h',
82 'browser/autofill/autofill_common_test.cc', 82 'browser/autofill/autofill_common_test.cc',
83 'browser/autofill/autofill_common_test.h', 83 'browser/autofill/autofill_common_test.h',
84 'browser/autofill/data_driven_test.cc', 84 'browser/autofill/data_driven_test.cc',
85 'browser/autofill/data_driven_test.h', 85 'browser/autofill/data_driven_test.h',
86 'browser/autofill/test_autofill_external_delegate.cc',
87 'browser/autofill/test_autofill_external_delegate.h',
86 'browser/automation/mock_tab_event_observer.cc', 88 'browser/automation/mock_tab_event_observer.cc',
87 'browser/automation/mock_tab_event_observer.h', 89 'browser/automation/mock_tab_event_observer.h',
88 'browser/chromeos/cros/mock_cryptohome_library.cc', 90 'browser/chromeos/cros/mock_cryptohome_library.cc',
89 'browser/chromeos/cros/mock_cryptohome_library.h', 91 'browser/chromeos/cros/mock_cryptohome_library.h',
90 'browser/chromeos/cros/mock_library_loader.cc', 92 'browser/chromeos/cros/mock_library_loader.cc',
91 'browser/chromeos/cros/mock_library_loader.h', 93 'browser/chromeos/cros/mock_library_loader.h',
92 'browser/chromeos/cros/mock_network_library.cc', 94 'browser/chromeos/cros/mock_network_library.cc',
93 'browser/chromeos/cros/mock_network_library.h', 95 'browser/chromeos/cros/mock_network_library.h',
94 'browser/chromeos/dbus/mock_bluetooth_adapter_client.cc', 96 'browser/chromeos/dbus/mock_bluetooth_adapter_client.cc',
95 'browser/chromeos/dbus/mock_bluetooth_adapter_client.h', 97 'browser/chromeos/dbus/mock_bluetooth_adapter_client.h',
(...skipping 4548 matching lines...) Expand 10 before | Expand all | Expand 10 after
4644 # Use outputs of this action as inputs for the main target build. 4646 # Use outputs of this action as inputs for the main target build.
4645 # Seems as a misnomer but makes this happy on Linux (scons). 4647 # Seems as a misnomer but makes this happy on Linux (scons).
4646 'process_outputs_as_sources': 1, 4648 'process_outputs_as_sources': 1,
4647 }, 4649 },
4648 ], # 'actions' 4650 ], # 'actions'
4649 }, 4651 },
4650 ] 4652 ]
4651 }], # 'coverage!=0' 4653 }], # 'coverage!=0'
4652 ], # 'conditions' 4654 ], # 'conditions'
4653 } 4655 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698