| OLD | NEW |
| 1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 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 'includes': [ | 5 'includes': [ |
| 6 'js_unittest_vars.gypi', | 6 'js_unittest_vars.gypi', |
| 7 ], | 7 ], |
| 8 'targets': [ | 8 'targets': [ |
| 9 { | 9 { |
| 10 'target_name': 'interactive_ui_tests', | 10 'target_name': 'interactive_ui_tests', |
| (...skipping 1537 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1548 'test/data/webui/chrome_send_browsertest.h', | 1548 'test/data/webui/chrome_send_browsertest.h', |
| 1549 'test/data/webui/chrome_send_browsertest.js', | 1549 'test/data/webui/chrome_send_browsertest.js', |
| 1550 'test/data/webui/history_browsertest.js', | 1550 'test/data/webui/history_browsertest.js', |
| 1551 'test/data/webui/history_ui_browsertest.cc', | 1551 'test/data/webui/history_ui_browsertest.cc', |
| 1552 'test/data/webui/history_ui_browsertest.h', | 1552 'test/data/webui/history_ui_browsertest.h', |
| 1553 'test/data/webui/mock4js_browsertest.js', | 1553 'test/data/webui/mock4js_browsertest.js', |
| 1554 'test/data/webui/net_internals/bandwidth_view.js', | 1554 'test/data/webui/net_internals/bandwidth_view.js', |
| 1555 'test/data/webui/net_internals/dns_view.js', | 1555 'test/data/webui/net_internals/dns_view.js', |
| 1556 'test/data/webui/net_internals/events_view.js', | 1556 'test/data/webui/net_internals/events_view.js', |
| 1557 'test/data/webui/net_internals/hsts_view.js', | 1557 'test/data/webui/net_internals/hsts_view.js', |
| 1558 'test/data/webui/net_internals/http_pipeline_view.js', | |
| 1559 'test/data/webui/net_internals/log_util.js', | 1558 'test/data/webui/net_internals/log_util.js', |
| 1560 'test/data/webui/net_internals/log_view_painter.js', | 1559 'test/data/webui/net_internals/log_view_painter.js', |
| 1561 'test/data/webui/net_internals/main.js', | 1560 'test/data/webui/net_internals/main.js', |
| 1562 'test/data/webui/net_internals/net_internals_test.js', | 1561 'test/data/webui/net_internals/net_internals_test.js', |
| 1563 'test/data/webui/net_internals/prerender_view.js', | 1562 'test/data/webui/net_internals/prerender_view.js', |
| 1564 'test/data/webui/net_internals/test_view.js', | 1563 'test/data/webui/net_internals/test_view.js', |
| 1565 'test/data/webui/net_internals/timeline_view.js', | 1564 'test/data/webui/net_internals/timeline_view.js', |
| 1566 'test/data/webui/net_internals/waterfall_view.js', | 1565 'test/data/webui/net_internals/waterfall_view.js', |
| 1567 'test/data/webui/ntp4.js', | 1566 'test/data/webui/ntp4.js', |
| 1568 'test/data/webui/ntp4_browsertest.cc', | 1567 'test/data/webui/ntp4_browsertest.cc', |
| (...skipping 1416 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2985 ['enable_webrtc==1', { | 2984 ['enable_webrtc==1', { |
| 2986 'dependencies': [ | 2985 'dependencies': [ |
| 2987 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' | 2986 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' |
| 2988 ] | 2987 ] |
| 2989 }], | 2988 }], |
| 2990 ], | 2989 ], |
| 2991 }] | 2990 }] |
| 2992 }], | 2991 }], |
| 2993 ], # 'conditions' | 2992 ], # 'conditions' |
| 2994 } | 2993 } |
| OLD | NEW |