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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 1624543002: [Autofill] Remove GZIP compression since requests are now in proto (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 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
« no previous file with comments | « chrome/browser/autofill/autofill_server_browsertest.cc ('k') | components/autofill.gypi » ('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 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 2145 matching lines...) Expand 10 before | Expand all | Expand 10 after
2156 '../testing/gtest.gyp:gtest', 2156 '../testing/gtest.gyp:gtest',
2157 '../testing/perf/perf_test.gyp:*', 2157 '../testing/perf/perf_test.gyp:*',
2158 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n', 2158 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n',
2159 '../third_party/icu/icu.gyp:icui18n', 2159 '../third_party/icu/icu.gyp:icui18n',
2160 '../third_party/icu/icu.gyp:icuuc', 2160 '../third_party/icu/icu.gyp:icuuc',
2161 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 2161 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
2162 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput', 2162 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput',
2163 '../third_party/safe_browsing/safe_browsing.gyp:safe_browsing', 2163 '../third_party/safe_browsing/safe_browsing.gyp:safe_browsing',
2164 '../third_party/webrtc/modules/modules.gyp:desktop_capture', 2164 '../third_party/webrtc/modules/modules.gyp:desktop_capture',
2165 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', 2165 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h',
2166 '../third_party/zlib/google/zip.gyp:compression_utils',
2167 '../ui/accessibility/accessibility.gyp:accessibility_test_support', 2166 '../ui/accessibility/accessibility.gyp:accessibility_test_support',
2168 '../ui/compositor/compositor.gyp:compositor_test_support', 2167 '../ui/compositor/compositor.gyp:compositor_test_support',
2169 '../ui/resources/ui_resources.gyp:ui_resources', 2168 '../ui/resources/ui_resources.gyp:ui_resources',
2170 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support', 2169 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support',
2171 '../v8/tools/gyp/v8.gyp:v8', 2170 '../v8/tools/gyp/v8.gyp:v8',
2172 # Runtime dependencies 2171 # Runtime dependencies
2173 '../ppapi/ppapi_internal.gyp:power_saver_test_plugin', 2172 '../ppapi/ppapi_internal.gyp:power_saver_test_plugin',
2174 '../ppapi/ppapi_internal.gyp:ppapi_tests', 2173 '../ppapi/ppapi_internal.gyp:ppapi_tests',
2175 '../remoting/remoting.gyp:remoting_browser_test_resources', 2174 '../remoting/remoting.gyp:remoting_browser_test_resources',
2176 '../remoting/remoting.gyp:remoting_webapp_unittests', 2175 '../remoting/remoting.gyp:remoting_webapp_unittests',
(...skipping 1372 matching lines...) Expand 10 before | Expand all | Expand 10 after
3549 'browser', 3548 'browser',
3550 ], 3549 ],
3551 'sources': [ 3550 'sources': [
3552 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3551 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3553 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3552 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3554 ], 3553 ],
3555 }] 3554 }]
3556 }], 3555 }],
3557 ], # 'conditions' 3556 ], # 'conditions'
3558 } 3557 }
OLDNEW
« no previous file with comments | « chrome/browser/autofill/autofill_server_browsertest.cc ('k') | components/autofill.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698