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

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

Issue 2338173005: [Blink, RemotePlayback] Dismissing the dialog rejects with NotAllowedError. (Closed)
Patch Set: Fixed base class exports for WIN build Created 4 years, 2 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 250 matching lines...) Expand 10 before | Expand all | Expand 10 after
261 "payments/PaymentRequestUpdateEventTest.cpp", 261 "payments/PaymentRequestUpdateEventTest.cpp",
262 "payments/PaymentResponseTest.cpp", 262 "payments/PaymentResponseTest.cpp",
263 "payments/PaymentTestHelper.cpp", 263 "payments/PaymentTestHelper.cpp",
264 "payments/PaymentTestHelper.h", 264 "payments/PaymentTestHelper.h",
265 "payments/PaymentsValidatorsTest.cpp", 265 "payments/PaymentsValidatorsTest.cpp",
266 "peerconnection/RTCDataChannelTest.cpp", 266 "peerconnection/RTCDataChannelTest.cpp",
267 "presentation/PresentationAvailabilityTest.cpp", 267 "presentation/PresentationAvailabilityTest.cpp",
268 "presentation/PresentationReceiverTest.cpp", 268 "presentation/PresentationReceiverTest.cpp",
269 "push_messaging/PushManagerTest.cpp", 269 "push_messaging/PushManagerTest.cpp",
270 "push_messaging/PushMessageDataTest.cpp", 270 "push_messaging/PushMessageDataTest.cpp",
271 "remoteplayback/RemotePlaybackTest.cpp",
271 "serviceworkers/ServiceWorkerContainerTest.cpp", 272 "serviceworkers/ServiceWorkerContainerTest.cpp",
272 "webaudio/AudioBasicProcessorHandlerTest.cpp", 273 "webaudio/AudioBasicProcessorHandlerTest.cpp",
273 "webaudio/ConvolverNodeTest.cpp", 274 "webaudio/ConvolverNodeTest.cpp",
274 "webaudio/DynamicsCompressorNodeTest.cpp", 275 "webaudio/DynamicsCompressorNodeTest.cpp",
275 "webaudio/ScriptProcessorNodeTest.cpp", 276 "webaudio/ScriptProcessorNodeTest.cpp",
276 "webaudio/StereoPannerNodeTest.cpp", 277 "webaudio/StereoPannerNodeTest.cpp",
277 "webdatabase/QuotaTrackerTest.cpp", 278 "webdatabase/QuotaTrackerTest.cpp",
278 "websockets/DOMWebSocketTest.cpp", 279 "websockets/DOMWebSocketTest.cpp",
279 "websockets/DocumentWebSocketChannelTest.cpp", 280 "websockets/DocumentWebSocketChannelTest.cpp",
280 ] 281 ]
281 282
282 configs += [ 283 configs += [
283 "//third_party/WebKit/Source:config", 284 "//third_party/WebKit/Source:config",
284 "//third_party/WebKit/Source:inside_blink", 285 "//third_party/WebKit/Source:inside_blink",
285 ] 286 ]
286 287
287 deps = [ 288 deps = [
288 ":modules", 289 ":modules",
289 ":modules_testing", 290 ":modules_testing",
290 "//skia", 291 "//skia",
291 "//testing/gmock", 292 "//testing/gmock",
292 "//testing/gtest", 293 "//testing/gtest",
293 "//third_party/WebKit/Source/core", 294 "//third_party/WebKit/Source/core",
294 "//third_party/WebKit/Source/wtf", 295 "//third_party/WebKit/Source/wtf",
295 "//v8", 296 "//v8",
296 ] 297 ]
297 } 298 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698