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

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

Issue 2510353004: Deprecating AutoplayExperimentHelper (Closed)
Patch Set: rebased 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
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("//third_party/WebKit/Source/core/core.gni") 5 import("//third_party/WebKit/Source/core/core.gni")
6 6
7 blink_core_sources("layout") { 7 blink_core_sources("layout") {
8 split_count = 5 8 split_count = 5
9 9
10 sources = [ 10 sources = [
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 "api/HitTestAction.h", 210 "api/HitTestAction.h",
211 "api/LayoutAPIShim.h", 211 "api/LayoutAPIShim.h",
212 "api/LayoutBlockItem.h", 212 "api/LayoutBlockItem.h",
213 "api/LayoutBoxItem.h", 213 "api/LayoutBoxItem.h",
214 "api/LayoutBoxModel.h", 214 "api/LayoutBoxModel.h",
215 "api/LayoutEmbeddedItem.h", 215 "api/LayoutEmbeddedItem.h",
216 "api/LayoutFullScreenItem.h", 216 "api/LayoutFullScreenItem.h",
217 "api/LayoutImageItem.h", 217 "api/LayoutImageItem.h",
218 "api/LayoutItem.h", 218 "api/LayoutItem.h",
219 "api/LayoutLIItem.h", 219 "api/LayoutLIItem.h",
220 "api/LayoutMediaItem.h",
221 "api/LayoutMenuListItem.h", 220 "api/LayoutMenuListItem.h",
222 "api/LayoutPartItem.h", 221 "api/LayoutPartItem.h",
223 "api/LayoutProgressItem.h", 222 "api/LayoutProgressItem.h",
224 "api/LayoutSliderItem.h", 223 "api/LayoutSliderItem.h",
225 "api/LayoutTextControlItem.h", 224 "api/LayoutTextControlItem.h",
226 "api/LayoutTextFragmentItem.h", 225 "api/LayoutTextFragmentItem.h",
227 "api/LayoutTextItem.h", 226 "api/LayoutTextItem.h",
228 "api/LayoutViewItem.h", 227 "api/LayoutViewItem.h",
229 "api/LineLayoutAPIShim.h", 228 "api/LineLayoutAPIShim.h",
230 "api/LineLayoutBR.h", 229 "api/LineLayoutBR.h",
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
375 "LayoutThemeAndroid.cpp", 374 "LayoutThemeAndroid.cpp",
376 "LayoutThemeAndroid.h", 375 "LayoutThemeAndroid.h",
377 ] 376 ]
378 } 377 }
379 378
380 configs += [ 379 configs += [
381 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 380 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
382 "//build/config/compiler:no_size_t_to_int_warning", 381 "//build/config/compiler:no_size_t_to_int_warning",
383 ] 382 ]
384 } 383 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLMediaElement.cpp ('k') | third_party/WebKit/Source/core/layout/LayoutMedia.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698