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

Side by Side Diff: media/base/ipc/media_base_ipc.gyp

Issue 2279593004: Delete gyp files from media/ (Closed)
Patch Set: Created 4 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 | « media/BUILD.gn ('k') | media/blink/media_blink.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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
3 # found in the LICENSE file.
4
5 {
6 'targets': [
7 {
8 # GN version: //media/base/ipc
9 'target_name': 'media_base_ipc',
10 'type': 'static_library',
11 'dependencies': [
12 '../../media.gyp:media',
13 '../../../base/base.gyp:base',
14 '../../../ipc/ipc.gyp:ipc',
15 '../../../ui/gfx/ipc/geometry/gfx_ipc_geometry.gyp:gfx_ipc_geometry',
16 '../../../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc',
17 ],
18 # This sources list is duplicated in //media/base/ipc/BUILD.gn
19 'sources': [
20 'media_param_traits.h',
21 'media_param_traits.cc',
22 'media_param_traits_macros.h',
23 ],
24 }
25 ]
26 }
OLDNEW
« no previous file with comments | « media/BUILD.gn ('k') | media/blink/media_blink.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698