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

Side by Side Diff: trunk/src/media/media.gyp

Issue 25161002: Revert 225857 "gfx: Create a separate gfx component out of ui." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 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 | Annotate | Revision Log
« no previous file with comments | « trunk/src/gpu/gpu.gyp ('k') | trunk/src/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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 'target_name': 'media', 42 'target_name': 'media',
43 'type': '<(component)', 43 'type': '<(component)',
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/gfx/gfx.gyp:gfx',
53 '../ui/ui.gyp:ui', 52 '../ui/ui.gyp:ui',
54 '../url/url.gyp:url_lib', 53 '../url/url.gyp:url_lib',
55 'shared_memory_support', 54 'shared_memory_support',
56 ], 55 ],
57 'defines': [ 56 'defines': [
58 'MEDIA_IMPLEMENTATION', 57 'MEDIA_IMPLEMENTATION',
59 ], 58 ],
60 'include_dirs': [ 59 'include_dirs': [
61 '..', 60 '..',
62 ], 61 ],
(...skipping 789 matching lines...) Expand 10 before | Expand all | Expand 10 after
852 'media', 851 'media',
853 'media_test_support', 852 'media_test_support',
854 'shared_memory_support', 853 'shared_memory_support',
855 '../base/base.gyp:base', 854 '../base/base.gyp:base',
856 '../base/base.gyp:base_i18n', 855 '../base/base.gyp:base_i18n',
857 '../base/base.gyp:test_support_base', 856 '../base/base.gyp:test_support_base',
858 '../gpu/gpu.gyp:command_buffer_common', 857 '../gpu/gpu.gyp:command_buffer_common',
859 '../skia/skia.gyp:skia', 858 '../skia/skia.gyp:skia',
860 '../testing/gmock.gyp:gmock', 859 '../testing/gmock.gyp:gmock',
861 '../testing/gtest.gyp:gtest', 860 '../testing/gtest.gyp:gtest',
862 '../ui/gfx/gfx.gyp:gfx',
863 '../ui/ui.gyp:ui', 861 '../ui/ui.gyp:ui',
864 ], 862 ],
865 'sources': [ 863 'sources': [
866 'audio/android/audio_android_unittest.cc', 864 'audio/android/audio_android_unittest.cc',
867 'audio/audio_input_controller_unittest.cc', 865 'audio/audio_input_controller_unittest.cc',
868 'audio/audio_input_unittest.cc', 866 'audio/audio_input_unittest.cc',
869 'audio/audio_input_volume_unittest.cc', 867 'audio/audio_input_volume_unittest.cc',
870 'audio/audio_low_latency_input_output_unittest.cc', 868 'audio/audio_low_latency_input_output_unittest.cc',
871 'audio/audio_manager_unittest.cc', 869 'audio/audio_manager_unittest.cc',
872 'audio/audio_output_controller_unittest.cc', 870 'audio/audio_output_controller_unittest.cc',
(...skipping 447 matching lines...) Expand 10 before | Expand all | Expand 10 after
1320 }], 1318 }],
1321 ['use_x11==1', { 1319 ['use_x11==1', {
1322 'targets': [ 1320 'targets': [
1323 { 1321 {
1324 'target_name': 'player_x11', 1322 'target_name': 'player_x11',
1325 'type': 'executable', 1323 'type': 'executable',
1326 'dependencies': [ 1324 'dependencies': [
1327 'media', 1325 'media',
1328 '../base/base.gyp:base', 1326 '../base/base.gyp:base',
1329 '../ui/gl/gl.gyp:gl', 1327 '../ui/gl/gl.gyp:gl',
1330 '../ui/gfx/gfx.gyp:gfx',
1331 '../ui/ui.gyp:ui', 1328 '../ui/ui.gyp:ui',
1332 ], 1329 ],
1333 'link_settings': { 1330 'link_settings': {
1334 'libraries': [ 1331 'libraries': [
1335 '-lX11', 1332 '-lX11',
1336 '-lXrender', 1333 '-lXrender',
1337 '-lXext', 1334 '-lXext',
1338 ], 1335 ],
1339 }, 1336 },
1340 'conditions': [ 1337 'conditions': [
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
1540 ], 1537 ],
1541 }], 1538 }],
1542 ], 1539 ],
1543 }], 1540 }],
1544 ], 1541 ],
1545 }, 1542 },
1546 ], 1543 ],
1547 }], 1544 }],
1548 ], 1545 ],
1549 } 1546 }
OLDNEW
« no previous file with comments | « trunk/src/gpu/gpu.gyp ('k') | trunk/src/printing/printing.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698