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

Side by Side Diff: components/quirks.gypi

Issue 2016883003: Remove Quirks flag, limit server retries (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/about_flags.cc ('k') | components/quirks/BUILD.gn » ('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 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 # GN version: //components/quirks 8 # GN version: //components/quirks
9 'target_name': 'quirks', 9 'target_name': 'quirks',
10 'type': '<(component)', 10 'type': '<(component)',
(...skipping 12 matching lines...) Expand all
23 ], 23 ],
24 'sources': [ 24 'sources': [
25 # Note: sources list duplicated in GN build. 25 # Note: sources list duplicated in GN build.
26 'quirks/pref_names.cc', 26 'quirks/pref_names.cc',
27 'quirks/pref_names.h', 27 'quirks/pref_names.h',
28 'quirks/quirks_client.cc', 28 'quirks/quirks_client.cc',
29 'quirks/quirks_client.h', 29 'quirks/quirks_client.h',
30 'quirks/quirks_export.h', 30 'quirks/quirks_export.h',
31 'quirks/quirks_manager.cc', 31 'quirks/quirks_manager.cc',
32 'quirks/quirks_manager.h', 32 'quirks/quirks_manager.h',
33 'quirks/switches.cc',
34 'quirks/switches.h',
35 ], 33 ],
36 }, 34 },
37 ], 35 ],
38 } 36 }
OLDNEW
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | components/quirks/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698