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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 11088073: HTTP server for testing Google Drive. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Added the forgotten file. Created 8 years, 2 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 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 'browser/autofill/test_autofill_external_delegate.h', 90 'browser/autofill/test_autofill_external_delegate.h',
91 'browser/autofill/test_autofill_external_delegate_android.cc', 91 'browser/autofill/test_autofill_external_delegate_android.cc',
92 'browser/automation/mock_tab_event_observer.cc', 92 'browser/automation/mock_tab_event_observer.cc',
93 'browser/automation/mock_tab_event_observer.h', 93 'browser/automation/mock_tab_event_observer.h',
94 'browser/chromeos/cros/mock_cert_library.cc', 94 'browser/chromeos/cros/mock_cert_library.cc',
95 'browser/chromeos/cros/mock_cert_library.h', 95 'browser/chromeos/cros/mock_cert_library.h',
96 'browser/chromeos/cros/mock_cryptohome_library.cc', 96 'browser/chromeos/cros/mock_cryptohome_library.cc',
97 'browser/chromeos/cros/mock_cryptohome_library.h', 97 'browser/chromeos/cros/mock_cryptohome_library.h',
98 'browser/chromeos/cros/mock_network_library.cc', 98 'browser/chromeos/cros/mock_network_library.cc',
99 'browser/chromeos/cros/mock_network_library.h', 99 'browser/chromeos/cros/mock_network_library.h',
100 'browser/chromeos/gdata/test_servers/http_connection.h',
101 'browser/chromeos/gdata/test_servers/http_connection.cc',
102 'browser/chromeos/gdata/test_servers/http_request.h',
103 'browser/chromeos/gdata/test_servers/http_request.cc',
104 'browser/chromeos/gdata/test_servers/http_response.h',
105 'browser/chromeos/gdata/test_servers/http_server.cc',
106 'browser/chromeos/gdata/test_servers/http_server.h',
107 'browser/chromeos/gdata/test_servers/http_test_server.cc',
108 'browser/chromeos/gdata/test_servers/http_test_server.h',
100 'browser/chromeos/input_method/mock_candidate_window.cc', 109 'browser/chromeos/input_method/mock_candidate_window.cc',
101 'browser/chromeos/input_method/mock_candidate_window.h', 110 'browser/chromeos/input_method/mock_candidate_window.h',
102 'browser/chromeos/input_method/mock_input_method_manager.cc', 111 'browser/chromeos/input_method/mock_input_method_manager.cc',
103 'browser/chromeos/input_method/mock_input_method_manager.h', 112 'browser/chromeos/input_method/mock_input_method_manager.h',
104 'browser/chromeos/input_method/mock_xkeyboard.cc', 113 'browser/chromeos/input_method/mock_xkeyboard.cc',
105 'browser/chromeos/input_method/mock_xkeyboard.h', 114 'browser/chromeos/input_method/mock_xkeyboard.h',
106 'browser/chromeos/login/mock_login_status_consumer.cc', 115 'browser/chromeos/login/mock_login_status_consumer.cc',
107 'browser/chromeos/login/mock_login_status_consumer.h', 116 'browser/chromeos/login/mock_login_status_consumer.h',
108 'browser/chromeos/login/mock_login_utils.cc', 117 'browser/chromeos/login/mock_login_utils.cc',
109 'browser/chromeos/login/mock_login_utils.h', 118 'browser/chromeos/login/mock_login_utils.h',
(...skipping 4753 matching lines...) Expand 10 before | Expand all | Expand 10 after
4863 '--result', '<@(_outputs)', 4872 '--result', '<@(_outputs)',
4864 '--isolate', 'browser_tests.isolate', 4873 '--isolate', 'browser_tests.isolate',
4865 ], 4874 ],
4866 }, 4875 },
4867 ], 4876 ],
4868 }, 4877 },
4869 ], 4878 ],
4870 }], 4879 }],
4871 ], # 'conditions' 4880 ], # 'conditions'
4872 } 4881 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698