| 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 1494 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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', { |
| 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 Loading... |
| 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 } |
| OLD | NEW |