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

Side by Side Diff: third_party/WebKit/Source/modules/BUILD.gn

Issue 2770693003: Add missing .h files to .gn files that have a .cc file next to it in the gn file already. (Closed)
Patch Set: rebase 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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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("//build/config/chromecast_build.gni") 6 import("//build/config/chromecast_build.gni")
7 import("//third_party/WebKit/Source/bindings/bindings.gni") 7 import("//third_party/WebKit/Source/bindings/bindings.gni")
8 import("//third_party/WebKit/Source/bindings/modules/v8/generated.gni") 8 import("//third_party/WebKit/Source/bindings/modules/v8/generated.gni")
9 import("//third_party/WebKit/Source/bindings/modules/v8/v8.gni") 9 import("//third_party/WebKit/Source/bindings/modules/v8/v8.gni")
10 import("//third_party/WebKit/Source/build/scripts/scripts.gni") 10 import("//third_party/WebKit/Source/build/scripts/scripts.gni")
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 "credentialmanager/PasswordCredentialTest.cpp", 244 "credentialmanager/PasswordCredentialTest.cpp",
245 "csspaint/PaintRenderingContext2DTest.cpp", 245 "csspaint/PaintRenderingContext2DTest.cpp",
246 "csspaint/PaintWorkletTest.cpp", 246 "csspaint/PaintWorkletTest.cpp",
247 "document_metadata/CopylessPasteExtractorTest.cpp", 247 "document_metadata/CopylessPasteExtractorTest.cpp",
248 "eventsource/EventSourceParserTest.cpp", 248 "eventsource/EventSourceParserTest.cpp",
249 "fetch/BlobBytesConsumerTest.cpp", 249 "fetch/BlobBytesConsumerTest.cpp",
250 "fetch/BodyStreamBufferTest.cpp", 250 "fetch/BodyStreamBufferTest.cpp",
251 "fetch/BytesConsumerForDataConsumerHandleTest.cpp", 251 "fetch/BytesConsumerForDataConsumerHandleTest.cpp",
252 "fetch/BytesConsumerTest.cpp", 252 "fetch/BytesConsumerTest.cpp",
253 "fetch/BytesConsumerTestUtil.cpp", 253 "fetch/BytesConsumerTestUtil.cpp",
254 "fetch/BytesConsumerTestUtil.h",
254 "fetch/DataConsumerHandleTestUtil.cpp", 255 "fetch/DataConsumerHandleTestUtil.cpp",
255 "fetch/DataConsumerHandleTestUtil.h", 256 "fetch/DataConsumerHandleTestUtil.h",
256 "fetch/FetchDataLoaderTest.cpp", 257 "fetch/FetchDataLoaderTest.cpp",
257 "fetch/FetchResponseDataTest.cpp", 258 "fetch/FetchResponseDataTest.cpp",
258 "fetch/FormDataBytesConsumerTest.cpp", 259 "fetch/FormDataBytesConsumerTest.cpp",
259 "fetch/ReadableStreamBytesConsumerTest.cpp", 260 "fetch/ReadableStreamBytesConsumerTest.cpp",
260 "fetch/RequestTest.cpp", 261 "fetch/RequestTest.cpp",
261 "fetch/ResponseTest.cpp", 262 "fetch/ResponseTest.cpp",
262 "filesystem/DOMFileSystemBaseTest.cpp", 263 "filesystem/DOMFileSystemBaseTest.cpp",
263 "indexeddb/IDBKeyPathTest.cpp", 264 "indexeddb/IDBKeyPathTest.cpp",
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
315 ":modules_testing", 316 ":modules_testing",
316 "//components/payments/content:payment_request_blink", 317 "//components/payments/content:payment_request_blink",
317 "//skia", 318 "//skia",
318 "//testing/gmock", 319 "//testing/gmock",
319 "//testing/gtest", 320 "//testing/gtest",
320 "//third_party/WebKit/Source/core", 321 "//third_party/WebKit/Source/core",
321 "//third_party/WebKit/Source/wtf", 322 "//third_party/WebKit/Source/wtf",
322 "//v8", 323 "//v8",
323 ] 324 ]
324 } 325 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/timing/BUILD.gn ('k') | third_party/WebKit/Source/modules/webdatabase/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698