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

Side by Side Diff: content/content_tests.gypi

Issue 812643005: Re-add AC3/EAC3 audio demuxing support (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years 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
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 'layouttest_support_content_sources': [ 7 'layouttest_support_content_sources': [
8 'public/test/layouttest_support.h', 8 'public/test/layouttest_support.h',
9 'public/test/nested_message_pump_android.cc', 9 'public/test/nested_message_pump_android.cc',
10 'public/test/nested_message_pump_android.h', 10 'public/test/nested_message_pump_android.h',
(...skipping 1528 matching lines...) Expand 10 before | Expand all | Expand 10 after
1539 ['OS=="mac"', { 1539 ['OS=="mac"', {
1540 'dependencies': [ 1540 'dependencies': [
1541 'content_shell', # Needed for Content Shell.app's Helper. 1541 'content_shell', # Needed for Content Shell.app's Helper.
1542 ], 1542 ],
1543 'sources': [ 1543 'sources': [
1544 'renderer/external_popup_menu_browsertest.cc', 1544 'renderer/external_popup_menu_browsertest.cc',
1545 ], 1545 ],
1546 }], 1546 }],
1547 ['chromecast==1', { 1547 ['chromecast==1', {
1548 'defines': [ 1548 'defines': [
1549 'ENABLE_AC3_EAC3_DEMUXING',
1549 'ENABLE_HEVC_DEMUXING', 1550 'ENABLE_HEVC_DEMUXING',
1550 ], 1551 ],
1551 }], 1552 }],
1552 ['use_aura==1 or toolkit_views==1', { 1553 ['use_aura==1 or toolkit_views==1', {
1553 'dependencies': [ 1554 'dependencies': [
1554 '../ui/events/events.gyp:events_test_support', 1555 '../ui/events/events.gyp:events_test_support',
1555 ], 1556 ],
1556 }], 1557 }],
1557 ['use_aura!=1 and OS!="mac"', { 1558 ['use_aura!=1 and OS!="mac"', {
1558 'sources!' :[ 1559 'sources!' :[
(...skipping 647 matching lines...) Expand 10 before | Expand all | Expand 10 after
2206 'content_unittests_apk.isolate', 2207 'content_unittests_apk.isolate',
2207 ], 2208 ],
2208 }, 2209 },
2209 ], 2210 ],
2210 }, 2211 },
2211 ], 2212 ],
2212 ], 2213 ],
2213 }], 2214 }],
2214 ], 2215 ],
2215 } 2216 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698