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

Side by Side Diff: third_party/WebKit/Source/core/html/BUILD.gn

Issue 2537133005: New interface and function for form association (Closed)
Patch Set: Added to BUILD.gn Created 4 years 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 | « no previous file | third_party/WebKit/Source/core/html/FormAssociated.h » ('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 import("//build/split_static_library.gni") 5 import("//build/split_static_library.gni")
6 import("//third_party/WebKit/Source/core/core.gni") 6 import("//third_party/WebKit/Source/core/core.gni")
7 7
8 blink_core_sources("html") { 8 blink_core_sources("html") {
9 split_count = 5 9 split_count = 5
10 10
11 sources = [ 11 sources = [
12 "AutoplayUmaHelper.cpp", 12 "AutoplayUmaHelper.cpp",
13 "AutoplayUmaHelper.h", 13 "AutoplayUmaHelper.h",
14 "ClassList.cpp", 14 "ClassList.cpp",
15 "ClassList.h", 15 "ClassList.h",
16 "CrossOriginAttribute.cpp", 16 "CrossOriginAttribute.cpp",
17 "CrossOriginAttribute.h", 17 "CrossOriginAttribute.h",
18 "DocumentNameCollection.cpp", 18 "DocumentNameCollection.cpp",
19 "DocumentNameCollection.h", 19 "DocumentNameCollection.h",
20 "FormAssociated.h",
20 "FormData.cpp", 21 "FormData.cpp",
21 "FormData.h", 22 "FormData.h",
22 "HTMLAllCollection.cpp", 23 "HTMLAllCollection.cpp",
23 "HTMLAllCollection.h", 24 "HTMLAllCollection.h",
24 "HTMLAnchorElement.cpp", 25 "HTMLAnchorElement.cpp",
25 "HTMLAnchorElement.h", 26 "HTMLAnchorElement.h",
26 "HTMLAreaElement.cpp", 27 "HTMLAreaElement.cpp",
27 "HTMLAreaElement.h", 28 "HTMLAreaElement.h",
28 "HTMLAudioElement.cpp", 29 "HTMLAudioElement.cpp",
29 "HTMLAudioElement.h", 30 "HTMLAudioElement.h",
(...skipping 478 matching lines...) Expand 10 before | Expand all | Expand 10 after
508 "track/vtt/VTTToken.h", 509 "track/vtt/VTTToken.h",
509 "track/vtt/VTTTokenizer.cpp", 510 "track/vtt/VTTTokenizer.cpp",
510 "track/vtt/VTTTokenizer.h", 511 "track/vtt/VTTTokenizer.h",
511 ] 512 ]
512 513
513 configs += [ 514 configs += [
514 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 515 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
515 "//build/config/compiler:no_size_t_to_int_warning", 516 "//build/config/compiler:no_size_t_to_int_warning",
516 ] 517 ]
517 } 518 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/html/FormAssociated.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698