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

Side by Side Diff: public/BUILD.gn

Issue 1337543002: MediaRecorder: exporting WebMediaRecorderHandler.h and adding dummy WebMediaRecorderHandler.cpp (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Added dummy WebMediaRecorderHandler.cpp Created 5 years, 3 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
« no previous file with comments | « Source/platform/exported/WebMediaRecorderHandler.cpp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 "platform/WebContentDecryptionModuleAccess.h", 121 "platform/WebContentDecryptionModuleAccess.h",
122 "platform/WebExternalTextureLayerClient.h", 122 "platform/WebExternalTextureLayerClient.h",
123 "platform/WebThemeEngine.h", 123 "platform/WebThemeEngine.h",
124 "platform/WebServiceWorkerResponse.h", 124 "platform/WebServiceWorkerResponse.h",
125 "platform/WebDragData.h", 125 "platform/WebDragData.h",
126 "platform/WebCString.h", 126 "platform/WebCString.h",
127 "platform/WebCompositorAnimationPlayer.h", 127 "platform/WebCompositorAnimationPlayer.h",
128 "platform/WebPrivateOwnPtr.h", 128 "platform/WebPrivateOwnPtr.h",
129 "platform/WebHTTPHeaderVisitor.h", 129 "platform/WebHTTPHeaderVisitor.h",
130 "platform/WebScrollbar.h", 130 "platform/WebScrollbar.h",
131 "platform/WebMediaRecorder.h",
Nico 2015/09/10 21:49:04 You probably need to add this to some .gyp file to
mcasas 2015/09/10 22:03:50 None of the other platform/* seem to need any expl
131 "platform/WebMediaStream.h", 132 "platform/WebMediaStream.h",
132 "platform/WebServiceWorkerRegistration.h", 133 "platform/WebServiceWorkerRegistration.h",
133 "platform/WebRect.h", 134 "platform/WebRect.h",
134 "platform/WebPageScheduler.h", 135 "platform/WebPageScheduler.h",
135 "platform/WebFrameScheduler.h", 136 "platform/WebFrameScheduler.h",
136 "platform/WebTaskRunner.h", 137 "platform/WebTaskRunner.h",
137 "platform/WebThread.h", 138 "platform/WebThread.h",
138 "platform/WebSetSinkIdError.h", 139 "platform/WebSetSinkIdError.h",
139 "platform/WebCallbacks.h", 140 "platform/WebCallbacks.h",
140 "platform/WebInbandTextTrack.h", 141 "platform/WebInbandTextTrack.h",
(...skipping 508 matching lines...) Expand 10 before | Expand all | Expand 10 after
649 grit("image_resources") { 650 grit("image_resources") {
650 output_dir = "$root_gen_dir/blink/public/resources" 651 output_dir = "$root_gen_dir/blink/public/resources"
651 use_qualified_include = true 652 use_qualified_include = true
652 source = "blink_image_resources.grd" 653 source = "blink_image_resources.grd"
653 outputs = [ 654 outputs = [
654 "grit/blink_image_resources.h", 655 "grit/blink_image_resources.h",
655 "blink_image_resources_100_percent.pak", 656 "blink_image_resources_100_percent.pak",
656 "blink_image_resources_200_percent.pak", 657 "blink_image_resources_200_percent.pak",
657 ] 658 ]
658 } 659 }
OLDNEW
« no previous file with comments | « Source/platform/exported/WebMediaRecorderHandler.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698