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 'variables': { | 5 'variables': { |
6 'chrome_browser_extensions_test_support_sources': [ | 6 'chrome_browser_extensions_test_support_sources': [ |
7 # A list of sources which is shared between different browser tests. | 7 # A list of sources which is shared between different browser tests. |
8 'browser/apps/app_browsertest_util.cc', | 8 'browser/apps/app_browsertest_util.cc', |
9 'browser/apps/app_browsertest_util.h', | 9 'browser/apps/app_browsertest_util.h', |
10 'browser/extensions/browsertest_util.cc', | 10 'browser/extensions/browsertest_util.cc', |
(...skipping 793 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
804 'test/data/webui/ntp4_browsertest.h', | 804 'test/data/webui/ntp4_browsertest.h', |
805 'test/data/webui/print_preview.cc', | 805 'test/data/webui/print_preview.cc', |
806 'test/data/webui/print_preview.h', | 806 'test/data/webui/print_preview.h', |
807 'test/data/webui/print_preview.js', | 807 'test/data/webui/print_preview.js', |
808 'test/data/webui/sandboxstatus_browsertest.js', | 808 'test/data/webui/sandboxstatus_browsertest.js', |
809 'test/data/webui/webui_resource_browsertest.cc', | 809 'test/data/webui/webui_resource_browsertest.cc', |
810 'test/gpu/webgl_infobar_browsertest.cc', | 810 'test/gpu/webgl_infobar_browsertest.cc', |
811 'test/ppapi/ppapi_browsertest.cc', | 811 'test/ppapi/ppapi_browsertest.cc', |
812 'test/remoting/auth_browsertest.cc', | 812 'test/remoting/auth_browsertest.cc', |
813 'test/remoting/fullscreen_browsertest.cc', | 813 'test/remoting/fullscreen_browsertest.cc', |
| 814 'test/remoting/it2me_browsertest.cc', |
814 'test/remoting/key_code_conv.cc', | 815 'test/remoting/key_code_conv.cc', |
815 'test/remoting/key_code_conv.h', | 816 'test/remoting/key_code_conv.h', |
816 'test/remoting/key_code_map.h', | 817 'test/remoting/key_code_map.h', |
817 'test/remoting/launch_browsertest.cc', | 818 'test/remoting/launch_browsertest.cc', |
818 'test/remoting/me2me_browsertest.cc', | 819 'test/remoting/me2me_browsertest.cc', |
819 'test/remoting/page_load_notification_observer.cc', | 820 'test/remoting/page_load_notification_observer.cc', |
820 'test/remoting/page_load_notification_observer.h', | 821 'test/remoting/page_load_notification_observer.h', |
821 'test/remoting/pin_browsertest.cc', | 822 'test/remoting/pin_browsertest.cc', |
822 'test/remoting/qunit_browser_test_runner.cc', | 823 'test/remoting/qunit_browser_test_runner.cc', |
823 'test/remoting/remote_desktop_browsertest.cc', | 824 'test/remoting/remote_desktop_browsertest.cc', |
(...skipping 2431 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3255 ['enable_webrtc==1', { | 3256 ['enable_webrtc==1', { |
3256 'dependencies': [ | 3257 'dependencies': [ |
3257 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' | 3258 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' |
3258 ] | 3259 ] |
3259 }], | 3260 }], |
3260 ], | 3261 ], |
3261 }] | 3262 }] |
3262 }], | 3263 }], |
3263 ], # 'conditions' | 3264 ], # 'conditions' |
3264 } | 3265 } |
OLD | NEW |