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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 1004843002: [chromedriver] Add Network Presets to Network Throttling feature (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleaning up Network Names; adding integration tests Created 5 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
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'chrome_browser_extensions_test_support_sources': [ 6 'chrome_browser_extensions_test_support_sources': [
7 # A list of sources which is shared between different browser tests. 7 # A list of sources which is shared between different browser tests.
8 'browser/apps/app_browsertest_util.cc', 8 'browser/apps/app_browsertest_util.cc',
9 'browser/apps/app_browsertest_util.h', 9 'browser/apps/app_browsertest_util.h',
10 'browser/extensions/browsertest_util.cc', 10 'browser/extensions/browsertest_util.cc',
(...skipping 1126 matching lines...) Expand 10 before | Expand all | Expand 10 after
1137 'test/chromedriver/chrome/log.cc', 1137 'test/chromedriver/chrome/log.cc',
1138 'test/chromedriver/chrome/log.h', 1138 'test/chromedriver/chrome/log.h',
1139 'test/chromedriver/chrome/mobile_device.cc', 1139 'test/chromedriver/chrome/mobile_device.cc',
1140 'test/chromedriver/chrome/mobile_device.h', 1140 'test/chromedriver/chrome/mobile_device.h',
1141 'test/chromedriver/chrome/mobile_device_list.cc', 1141 'test/chromedriver/chrome/mobile_device_list.cc',
1142 'test/chromedriver/chrome/mobile_device_list.h', 1142 'test/chromedriver/chrome/mobile_device_list.h',
1143 'test/chromedriver/chrome/mobile_emulation_override_manager.cc', 1143 'test/chromedriver/chrome/mobile_emulation_override_manager.cc',
1144 'test/chromedriver/chrome/mobile_emulation_override_manager.h', 1144 'test/chromedriver/chrome/mobile_emulation_override_manager.h',
1145 'test/chromedriver/chrome/navigation_tracker.cc', 1145 'test/chromedriver/chrome/navigation_tracker.cc',
1146 'test/chromedriver/chrome/navigation_tracker.h', 1146 'test/chromedriver/chrome/navigation_tracker.h',
1147 'test/chromedriver/chrome/network_conditions.cc',
1148 'test/chromedriver/chrome/network_conditions.h',
1147 'test/chromedriver/chrome/network_conditions_override_manager.cc', 1149 'test/chromedriver/chrome/network_conditions_override_manager.cc',
1148 'test/chromedriver/chrome/network_conditions_override_manager.h', 1150 'test/chromedriver/chrome/network_conditions_override_manager.h',
1151 'test/chromedriver/chrome/network_list.cc',
1152 'test/chromedriver/chrome/network_list.h',
1149 'test/chromedriver/chrome/status.cc', 1153 'test/chromedriver/chrome/status.cc',
1150 'test/chromedriver/chrome/status.h', 1154 'test/chromedriver/chrome/status.h',
1151 'test/chromedriver/chrome/ui_events.cc', 1155 'test/chromedriver/chrome/ui_events.cc',
1152 'test/chromedriver/chrome/ui_events.h', 1156 'test/chromedriver/chrome/ui_events.h',
1153 'test/chromedriver/chrome/util.cc', 1157 'test/chromedriver/chrome/util.cc',
1154 'test/chromedriver/chrome/util.h', 1158 'test/chromedriver/chrome/util.h',
1155 'test/chromedriver/chrome/version.cc', 1159 'test/chromedriver/chrome/version.cc',
1156 'test/chromedriver/chrome/version.h', 1160 'test/chromedriver/chrome/version.h',
1157 'test/chromedriver/chrome/web_view.h', 1161 'test/chromedriver/chrome/web_view.h',
1158 'test/chromedriver/chrome/web_view_impl.cc', 1162 'test/chromedriver/chrome/web_view_impl.cc',
(...skipping 2014 matching lines...) Expand 10 before | Expand all | Expand 10 after
3173 ['enable_webrtc==1', { 3177 ['enable_webrtc==1', {
3174 'dependencies': [ 3178 'dependencies': [
3175 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' 3179 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc'
3176 ] 3180 ]
3177 }], 3181 }],
3178 ], 3182 ],
3179 }] 3183 }]
3180 }], 3184 }],
3181 ], # 'conditions' 3185 ], # 'conditions'
3182 } 3186 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698