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

Side by Side Diff: public/BUILD.gn

Issue 1259643002: NOT FOR LANDING Introduce and use WebMediaSession (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: hack until something works Created 5 years, 4 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 | Annotate | Revision Log
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("//tools/grit/grit_rule.gni") 5 import("//tools/grit/grit_rule.gni")
6 6
7 if (is_android) { 7 if (is_android) {
8 import("//build/config/android/rules.gni") 8 import("//build/config/android/rules.gni")
9 } 9 }
10 10
(...skipping 385 matching lines...) Expand 10 before | Expand all | Expand 10 after
396 "platform/WebDataConsumerHandle.h", 396 "platform/WebDataConsumerHandle.h",
397 "platform/WebPrivatePtr.h", 397 "platform/WebPrivatePtr.h",
398 "platform/WebServiceWorker.h", 398 "platform/WebServiceWorker.h",
399 "platform/WebRTCICECandidate.h", 399 "platform/WebRTCICECandidate.h",
400 "platform/WebServiceWorkerProxy.h", 400 "platform/WebServiceWorkerProxy.h",
401 "platform/WebFallbackThemeEngine.h", 401 "platform/WebFallbackThemeEngine.h",
402 "platform/WebGraphicsContext3DProvider.h", 402 "platform/WebGraphicsContext3DProvider.h",
403 "platform/WebServiceWorkerState.h", 403 "platform/WebServiceWorkerState.h",
404 "platform/WebMediaPlayer.h", 404 "platform/WebMediaPlayer.h",
405 "platform/WebMediaPlayerClient.h", 405 "platform/WebMediaPlayerClient.h",
406 "platform/WebMediaSession.h",
406 "platform/WebScrollbarThemeGeometry.h", 407 "platform/WebScrollbarThemeGeometry.h",
407 "platform/WebUnitTestSupport.h", 408 "platform/WebUnitTestSupport.h",
408 "platform/WebFilterKeyframe.h", 409 "platform/WebFilterKeyframe.h",
409 "platform/WebBlobRegistry.h", 410 "platform/WebBlobRegistry.h",
410 "platform/WebSpeechSynthesisUtterance.h", 411 "platform/WebSpeechSynthesisUtterance.h",
411 "platform/WebURLLoader.h", 412 "platform/WebURLLoader.h",
412 "platform/WebGestureCurve.h", 413 "platform/WebGestureCurve.h",
413 "platform/WebCompositorAnimationPlayerClient.h", 414 "platform/WebCompositorAnimationPlayerClient.h",
414 "platform/WebMediaDeviceInfo.h", 415 "platform/WebMediaDeviceInfo.h",
415 "platform/WebFileSystemCallbacks.h", 416 "platform/WebFileSystemCallbacks.h",
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
645 grit("image_resources") { 646 grit("image_resources") {
646 output_dir = "$root_gen_dir/blink/public/resources" 647 output_dir = "$root_gen_dir/blink/public/resources"
647 use_qualified_include = true 648 use_qualified_include = true
648 source = "blink_image_resources.grd" 649 source = "blink_image_resources.grd"
649 outputs = [ 650 outputs = [
650 "grit/blink_image_resources.h", 651 "grit/blink_image_resources.h",
651 "blink_image_resources_100_percent.pak", 652 "blink_image_resources_100_percent.pak",
652 "blink_image_resources_200_percent.pak", 653 "blink_image_resources_200_percent.pak",
653 ] 654 ]
654 } 655 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698