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

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 1522 matching lines...) Expand 10 before | Expand all | Expand 10 after
1533 ['OS=="mac"', { 1533 ['OS=="mac"', {
1534 'dependencies': [ 1534 'dependencies': [
1535 'content_shell', # Needed for Content Shell.app's Helper. 1535 'content_shell', # Needed for Content Shell.app's Helper.
1536 ], 1536 ],
1537 'sources': [ 1537 'sources': [
1538 'renderer/external_popup_menu_browsertest.cc', 1538 'renderer/external_popup_menu_browsertest.cc',
1539 ], 1539 ],
1540 }], 1540 }],
1541 ['chromecast==1', { 1541 ['chromecast==1', {
1542 'defines': [ 1542 'defines': [
1543 'ENABLE_AC3_EAC3_DEMUXING',
1543 'ENABLE_HEVC_DEMUXING', 1544 'ENABLE_HEVC_DEMUXING',
1544 ], 1545 ],
1545 }], 1546 }],
1546 ['use_aura==1 or toolkit_views==1', { 1547 ['use_aura==1 or toolkit_views==1', {
1547 'dependencies': [ 1548 'dependencies': [
1548 '../ui/events/events.gyp:events_test_support', 1549 '../ui/events/events.gyp:events_test_support',
1549 ], 1550 ],
1550 }], 1551 }],
1551 ['use_aura!=1 and OS!="mac"', { 1552 ['use_aura!=1 and OS!="mac"', {
1552 'sources!' :[ 1553 'sources!' :[
(...skipping 647 matching lines...) Expand 10 before | Expand all | Expand 10 after
2200 'content_unittests_apk.isolate', 2201 'content_unittests_apk.isolate',
2201 ], 2202 ],
2202 }, 2203 },
2203 ], 2204 ],
2204 }, 2205 },
2205 ], 2206 ],
2206 ], 2207 ],
2207 }], 2208 }],
2208 ], 2209 ],
2209 } 2210 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698