| 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 1583 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1594 'test/data/webui/ntp4_browsertest.h', | 1594 'test/data/webui/ntp4_browsertest.h', |
| 1595 'test/data/webui/print_preview.cc', | 1595 'test/data/webui/print_preview.cc', |
| 1596 'test/data/webui/print_preview.h', | 1596 'test/data/webui/print_preview.h', |
| 1597 'test/data/webui/print_preview.js', | 1597 'test/data/webui/print_preview.js', |
| 1598 'test/data/webui/sandboxstatus_browsertest.js', | 1598 'test/data/webui/sandboxstatus_browsertest.js', |
| 1599 'test/data/webui/webui_resource_browsertest.cc', | 1599 'test/data/webui/webui_resource_browsertest.cc', |
| 1600 'test/gpu/gpu_feature_browsertest.cc', | 1600 'test/gpu/gpu_feature_browsertest.cc', |
| 1601 'test/gpu/webgl_infobar_browsertest.cc', | 1601 'test/gpu/webgl_infobar_browsertest.cc', |
| 1602 'test/ppapi/ppapi_browsertest.cc', | 1602 'test/ppapi/ppapi_browsertest.cc', |
| 1603 'test/remoting/auth_browsertest.cc', | 1603 'test/remoting/auth_browsertest.cc', |
| 1604 'test/remoting/launch_browsertest.cc', | 1604 'test/remoting/fullscreen_browsertest.cc', |
| 1605 'test/remoting/key_code_conv.cc', | 1605 'test/remoting/key_code_conv.cc', |
| 1606 'test/remoting/key_code_conv.h', | 1606 'test/remoting/key_code_conv.h', |
| 1607 'test/remoting/key_code_map.h', | 1607 'test/remoting/key_code_map.h', |
| 1608 'test/remoting/launch_browsertest.cc', |
| 1608 'test/remoting/me2me_browsertest.cc', | 1609 'test/remoting/me2me_browsertest.cc', |
| 1609 'test/remoting/page_load_notification_observer.cc', | 1610 'test/remoting/page_load_notification_observer.cc', |
| 1610 'test/remoting/page_load_notification_observer.h', | 1611 'test/remoting/page_load_notification_observer.h', |
| 1611 'test/remoting/pin_browsertest.cc', | 1612 'test/remoting/pin_browsertest.cc', |
| 1612 'test/remoting/qunit_browser_test_runner.cc', | 1613 'test/remoting/qunit_browser_test_runner.cc', |
| 1613 'test/remoting/remote_desktop_browsertest.cc', | 1614 'test/remoting/remote_desktop_browsertest.cc', |
| 1614 'test/remoting/remote_desktop_browsertest.h', | 1615 'test/remoting/remote_desktop_browsertest.h', |
| 1615 'test/remoting/waiter.cc', | 1616 'test/remoting/waiter.cc', |
| 1616 'test/remoting/waiter.h', | 1617 'test/remoting/waiter.h', |
| 1617 'test/remoting/webapp_javascript_unittest.cc', | 1618 'test/remoting/webapp_javascript_unittest.cc', |
| (...skipping 1390 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3008 ['enable_webrtc==1', { | 3009 ['enable_webrtc==1', { |
| 3009 'dependencies': [ | 3010 'dependencies': [ |
| 3010 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' | 3011 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' |
| 3011 ] | 3012 ] |
| 3012 }], | 3013 }], |
| 3013 ], | 3014 ], |
| 3014 }] | 3015 }] |
| 3015 }], | 3016 }], |
| 3016 ], # 'conditions' | 3017 ], # 'conditions' |
| 3017 } | 3018 } |
| OLD | NEW |