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

Side by Side Diff: content/content_tests.gypi

Issue 816353010: Implemented HEVC video demuxing and parsing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase to ToT Created 5 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
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 1494 matching lines...) Expand 10 before | Expand all | Expand 10 after
1505 ], 1505 ],
1506 }], 1506 }],
1507 ['OS=="mac"', { 1507 ['OS=="mac"', {
1508 'dependencies': [ 1508 'dependencies': [
1509 'content_shell', # Needed for Content Shell.app's Helper. 1509 'content_shell', # Needed for Content Shell.app's Helper.
1510 ], 1510 ],
1511 'sources': [ 1511 'sources': [
1512 'renderer/external_popup_menu_browsertest.cc', 1512 'renderer/external_popup_menu_browsertest.cc',
1513 ], 1513 ],
1514 }], 1514 }],
1515 ['chromecast==1', {
wolenetz 2015/09/02 20:43:18 Double-checking: Is it the case that all chromecas
servolk 2015/09/03 00:17:50 Yes, as LeChun explained we want a single cast_she
1516 'defines': [
1517 'ENABLE_HEVC_DEMUXING',
1518 ],
1519 }],
1515 ['use_aura==1 or toolkit_views==1', { 1520 ['use_aura==1 or toolkit_views==1', {
1516 'dependencies': [ 1521 'dependencies': [
1517 '../ui/events/events.gyp:events_test_support', 1522 '../ui/events/events.gyp:events_test_support',
1518 ], 1523 ],
1519 }], 1524 }],
1520 ['use_aura!=1 and OS!="mac"', { 1525 ['use_aura!=1 and OS!="mac"', {
1521 'sources!' :[ 1526 'sources!' :[
1522 'browser/compositor/image_transport_factory_browsertest.cc', 1527 'browser/compositor/image_transport_factory_browsertest.cc',
1523 ], 1528 ],
1524 }], 1529 }],
(...skipping 593 matching lines...) Expand 10 before | Expand all | Expand 10 after
2118 ], 2123 ],
2119 }, 2124 },
2120 'includes': [ 2125 'includes': [
2121 '../build/host_jar.gypi', 2126 '../build/host_jar.gypi',
2122 ], 2127 ],
2123 }, 2128 },
2124 ], 2129 ],
2125 }], 2130 }],
2126 ], 2131 ],
2127 } 2132 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698