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

Side by Side Diff: components/autofill/content/common/autofill_types.typemap

Issue 2626093004: EnumTraits for base::i18n::TextDirection. (Closed)
Patch Set: Addressed feedback. Created 3 years, 11 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 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 mojom = "//components/autofill/content/common/autofill_types.mojom" 5 mojom = "//components/autofill/content/common/autofill_types.mojom"
6 public_headers = [ 6 public_headers = [
7 "//components/autofill/core/common/form_data.h", 7 "//components/autofill/core/common/form_data.h",
8 "//components/autofill/core/common/form_data_predictions.h", 8 "//components/autofill/core/common/form_data_predictions.h",
9 "//components/autofill/core/common/form_field_data.h", 9 "//components/autofill/core/common/form_field_data.h",
10 "//components/autofill/core/common/form_field_data_predictions.h", 10 "//components/autofill/core/common/form_field_data_predictions.h",
(...skipping 24 matching lines...) Expand all
35 "autofill.mojom.PasswordAndRealm=autofill::PasswordAndRealm", 35 "autofill.mojom.PasswordAndRealm=autofill::PasswordAndRealm",
36 "autofill.mojom.PasswordForm=autofill::PasswordForm", 36 "autofill.mojom.PasswordForm=autofill::PasswordForm",
37 "autofill.mojom.PasswordFormFieldPredictionMap=autofill::PasswordFormFieldPred ictionMap", 37 "autofill.mojom.PasswordFormFieldPredictionMap=autofill::PasswordFormFieldPred ictionMap",
38 "autofill.mojom.PasswordFormFieldPredictionType=autofill::PasswordFormFieldPre dictionType", 38 "autofill.mojom.PasswordFormFieldPredictionType=autofill::PasswordFormFieldPre dictionType",
39 "autofill.mojom.PasswordFormFillData=autofill::PasswordFormFillData", 39 "autofill.mojom.PasswordFormFillData=autofill::PasswordFormFillData",
40 "autofill.mojom.PasswordFormGenerationData=autofill::PasswordFormGenerationDat a", 40 "autofill.mojom.PasswordFormGenerationData=autofill::PasswordFormGenerationDat a",
41 "autofill.mojom.PasswordFormLayout=autofill::PasswordForm::Layout", 41 "autofill.mojom.PasswordFormLayout=autofill::PasswordForm::Layout",
42 "autofill.mojom.PasswordFormScheme=autofill::PasswordForm::Scheme", 42 "autofill.mojom.PasswordFormScheme=autofill::PasswordForm::Scheme",
43 "autofill.mojom.PasswordFormType=autofill::PasswordForm::Type", 43 "autofill.mojom.PasswordFormType=autofill::PasswordForm::Type",
44 "autofill.mojom.RoleAttribute=autofill::FormFieldData::RoleAttribute", 44 "autofill.mojom.RoleAttribute=autofill::FormFieldData::RoleAttribute",
45 "autofill.mojom.TextDirection=base::i18n::TextDirection",
46 "autofill.mojom.UsernamesCollectionKey=autofill::UsernamesCollectionKey", 45 "autofill.mojom.UsernamesCollectionKey=autofill::UsernamesCollectionKey",
47 ] 46 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698