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

Side by Side Diff: media/media.gyp

Issue 48213004: Remove unnecessary dependencies on "ui" target from some other targets. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: gl_surface_win.cc needs dwmapi.dll Created 7 years, 1 month 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
« no previous file with comments | « no previous file | printing/printing.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 # Override to dynamically link the cras (ChromeOS audio) library. 8 # Override to dynamically link the cras (ChromeOS audio) library.
9 'use_cras%': 0, 9 'use_cras%': 0,
10 # Option e.g. for Linux distributions to link pulseaudio directly 10 # Option e.g. for Linux distributions to link pulseaudio directly
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 'dependencies': [ 44 'dependencies': [
45 '../base/base.gyp:base', 45 '../base/base.gyp:base',
46 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 46 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
47 '../crypto/crypto.gyp:crypto', 47 '../crypto/crypto.gyp:crypto',
48 '../net/net.gyp:net', 48 '../net/net.gyp:net',
49 '../gpu/gpu.gyp:command_buffer_common', 49 '../gpu/gpu.gyp:command_buffer_common',
50 '../skia/skia.gyp:skia', 50 '../skia/skia.gyp:skia',
51 '../third_party/opus/opus.gyp:opus', 51 '../third_party/opus/opus.gyp:opus',
52 '../ui/events/events.gyp:events', 52 '../ui/events/events.gyp:events',
53 '../ui/gfx/gfx.gyp:gfx', 53 '../ui/gfx/gfx.gyp:gfx',
54 '../ui/ui.gyp:ui',
55 '../url/url.gyp:url_lib', 54 '../url/url.gyp:url_lib',
56 'shared_memory_support', 55 'shared_memory_support',
57 ], 56 ],
58 'defines': [ 57 'defines': [
59 'MEDIA_IMPLEMENTATION', 58 'MEDIA_IMPLEMENTATION',
60 ], 59 ],
61 'include_dirs': [ 60 'include_dirs': [
62 '..', 61 '..',
63 ], 62 ],
64 'sources': [ 63 'sources': [
(...skipping 1483 matching lines...) Expand 10 before | Expand all | Expand 10 after
1548 ], 1547 ],
1549 }], 1548 }],
1550 ], 1549 ],
1551 }], 1550 }],
1552 ], 1551 ],
1553 }, 1552 },
1554 ], 1553 ],
1555 }], 1554 }],
1556 ], 1555 ],
1557 } 1556 }
OLDNEW
« no previous file with comments | « no previous file | printing/printing.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698