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

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

Issue 2971683003: Change code to make jumbo exceptions unnecessary in core/html (Closed)
Patch Set: Removed the undef instead. Created 3 years, 5 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 | « no previous file | third_party/WebKit/Source/core/html/HTMLIFrameElementSandbox.cpp » ('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
(...skipping 601 matching lines...) Expand 10 before | Expand all | Expand 10 after
612 "track/vtt/VTTParser.h", 612 "track/vtt/VTTParser.h",
613 "track/vtt/VTTRegion.cpp", 613 "track/vtt/VTTRegion.cpp",
614 "track/vtt/VTTRegion.h", 614 "track/vtt/VTTRegion.h",
615 "track/vtt/VTTScanner.cpp", 615 "track/vtt/VTTScanner.cpp",
616 "track/vtt/VTTScanner.h", 616 "track/vtt/VTTScanner.h",
617 "track/vtt/VTTToken.h", 617 "track/vtt/VTTToken.h",
618 "track/vtt/VTTTokenizer.cpp", 618 "track/vtt/VTTTokenizer.cpp",
619 "track/vtt/VTTTokenizer.h", 619 "track/vtt/VTTTokenizer.h",
620 ] 620 ]
621 621
622 jumbo_excluded_sources = [ 622 jumbo_excluded_sources = [ "canvas/CanvasRenderingContext.cpp" ] # https://cr bug.com/716395
623 "canvas/CanvasRenderingContext.cpp", # https://crbug.com/716395
624
625 # Does ugly things with undef (patch incoming)
626 "parser/HTMLTokenizer.cpp",
627
628 # kSupportedTokens in both HTMLMediaElementControlsList.cpp
629 # and HTMLIFrameElementSandbox.cpp
630 "HTMLIFrameElementSandbox.cpp",
631 ]
632 623
633 configs += [ 624 configs += [
634 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 625 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
635 "//build/config/compiler:no_size_t_to_int_warning", 626 "//build/config/compiler:no_size_t_to_int_warning",
636 ] 627 ]
637 } 628 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/html/HTMLIFrameElementSandbox.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698