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

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

Issue 2709393004: Media Controls: Fix time updates when dragging from track not scrubber (Closed)
Patch Set: Created 3 years, 9 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 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 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 "api/LayoutBoxItem.h", 215 "api/LayoutBoxItem.h",
216 "api/LayoutBoxModel.h", 216 "api/LayoutBoxModel.h",
217 "api/LayoutEmbeddedItem.h", 217 "api/LayoutEmbeddedItem.h",
218 "api/LayoutFullScreenItem.h", 218 "api/LayoutFullScreenItem.h",
219 "api/LayoutImageItem.h", 219 "api/LayoutImageItem.h",
220 "api/LayoutItem.h", 220 "api/LayoutItem.h",
221 "api/LayoutLIItem.h", 221 "api/LayoutLIItem.h",
222 "api/LayoutMenuListItem.h", 222 "api/LayoutMenuListItem.h",
223 "api/LayoutPartItem.h", 223 "api/LayoutPartItem.h",
224 "api/LayoutProgressItem.h", 224 "api/LayoutProgressItem.h",
225 "api/LayoutSliderItem.h",
226 "api/LayoutTextControlItem.h", 225 "api/LayoutTextControlItem.h",
227 "api/LayoutTextFragmentItem.h", 226 "api/LayoutTextFragmentItem.h",
228 "api/LayoutTextItem.h", 227 "api/LayoutTextItem.h",
229 "api/LayoutViewItem.h", 228 "api/LayoutViewItem.h",
230 "api/LineLayoutAPIShim.h", 229 "api/LineLayoutAPIShim.h",
231 "api/LineLayoutBR.h", 230 "api/LineLayoutBR.h",
232 "api/LineLayoutBlockFlow.h", 231 "api/LineLayoutBlockFlow.h",
233 "api/LineLayoutBox.h", 232 "api/LineLayoutBox.h",
234 "api/LineLayoutBoxModel.h", 233 "api/LineLayoutBoxModel.h",
235 "api/LineLayoutInline.h", 234 "api/LineLayoutInline.h",
(...skipping 139 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

Powered by Google App Engine
This is Rietveld 408576698