| OLD | NEW | 
|    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  Loading... | 
|  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 } | 
| OLD | NEW |