| 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 1518 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1529 ['OS=="mac"', { | 1529 ['OS=="mac"', { |
| 1530 'dependencies': [ | 1530 'dependencies': [ |
| 1531 'content_shell', # Needed for Content Shell.app's Helper. | 1531 'content_shell', # Needed for Content Shell.app's Helper. |
| 1532 ], | 1532 ], |
| 1533 'sources': [ | 1533 'sources': [ |
| 1534 'renderer/external_popup_menu_browsertest.cc', | 1534 'renderer/external_popup_menu_browsertest.cc', |
| 1535 ], | 1535 ], |
| 1536 }], | 1536 }], |
| 1537 ['chromecast==1', { | 1537 ['chromecast==1', { |
| 1538 'defines': [ | 1538 'defines': [ |
| 1539 'ENABLE_AC3_EAC3_DEMUXING', |
| 1539 'ENABLE_HEVC_DEMUXING', | 1540 'ENABLE_HEVC_DEMUXING', |
| 1540 ], | 1541 ], |
| 1541 }], | 1542 }], |
| 1542 ['use_aura==1 or toolkit_views==1', { | 1543 ['use_aura==1 or toolkit_views==1', { |
| 1543 'dependencies': [ | 1544 'dependencies': [ |
| 1544 '../ui/events/events.gyp:events_test_support', | 1545 '../ui/events/events.gyp:events_test_support', |
| 1545 ], | 1546 ], |
| 1546 }], | 1547 }], |
| 1547 ['use_aura!=1 and OS!="mac"', { | 1548 ['use_aura!=1 and OS!="mac"', { |
| 1548 'sources!' :[ | 1549 'sources!' :[ |
| (...skipping 647 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2196 'content_unittests_apk.isolate', | 2197 'content_unittests_apk.isolate', |
| 2197 ], | 2198 ], |
| 2198 }, | 2199 }, |
| 2199 ], | 2200 ], |
| 2200 }, | 2201 }, |
| 2201 ], | 2202 ], |
| 2202 ], | 2203 ], |
| 2203 }], | 2204 }], |
| 2204 ], | 2205 ], |
| 2205 } | 2206 } |
| OLD | NEW |