| OLD | NEW |
| 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 1537 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1548 ['OS=="mac"', { | 1548 ['OS=="mac"', { |
| 1549 'dependencies': [ | 1549 'dependencies': [ |
| 1550 'content_shell', # Needed for Content Shell.app's Helper. | 1550 'content_shell', # Needed for Content Shell.app's Helper. |
| 1551 ], | 1551 ], |
| 1552 'sources': [ | 1552 'sources': [ |
| 1553 'renderer/external_popup_menu_browsertest.cc', | 1553 'renderer/external_popup_menu_browsertest.cc', |
| 1554 ], | 1554 ], |
| 1555 }], | 1555 }], |
| 1556 ['chromecast==1', { | 1556 ['chromecast==1', { |
| 1557 'defines': [ | 1557 'defines': [ |
| 1558 'ENABLE_AC3_EAC3_DEMUXING', |
| 1558 'ENABLE_HEVC_DEMUXING', | 1559 'ENABLE_HEVC_DEMUXING', |
| 1559 ], | 1560 ], |
| 1560 }], | 1561 }], |
| 1561 ['use_aura==1 or toolkit_views==1', { | 1562 ['use_aura==1 or toolkit_views==1', { |
| 1562 'dependencies': [ | 1563 'dependencies': [ |
| 1563 '../ui/events/events.gyp:events_test_support', | 1564 '../ui/events/events.gyp:events_test_support', |
| 1564 ], | 1565 ], |
| 1565 }], | 1566 }], |
| 1566 ['use_aura!=1 and OS!="mac"', { | 1567 ['use_aura!=1 and OS!="mac"', { |
| 1567 'sources!' :[ | 1568 'sources!' :[ |
| (...skipping 647 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2215 'content_unittests_apk.isolate', | 2216 'content_unittests_apk.isolate', |
| 2216 ], | 2217 ], |
| 2217 }, | 2218 }, |
| 2218 ], | 2219 ], |
| 2219 }, | 2220 }, |
| 2220 ], | 2221 ], |
| 2221 ], | 2222 ], |
| 2222 }], | 2223 }], |
| 2223 ], | 2224 ], |
| 2224 } | 2225 } |
| OLD | NEW |