Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(73)

Side by Side Diff: chrome/chrome_tests.gypi

Issue 482853002: Remove gpu_feature_browsertest.cc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/test/gpu/gpu_feature_browsertest.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 1602 matching lines...) Expand 10 before | Expand all | Expand 10 after
1613 'test/data/webui/net_internals/timeline_view.js', 1613 'test/data/webui/net_internals/timeline_view.js',
1614 'test/data/webui/net_internals/waterfall_view.js', 1614 'test/data/webui/net_internals/waterfall_view.js',
1615 'test/data/webui/ntp4.js', 1615 'test/data/webui/ntp4.js',
1616 'test/data/webui/ntp4_browsertest.cc', 1616 'test/data/webui/ntp4_browsertest.cc',
1617 'test/data/webui/ntp4_browsertest.h', 1617 'test/data/webui/ntp4_browsertest.h',
1618 'test/data/webui/print_preview.cc', 1618 'test/data/webui/print_preview.cc',
1619 'test/data/webui/print_preview.h', 1619 'test/data/webui/print_preview.h',
1620 'test/data/webui/print_preview.js', 1620 'test/data/webui/print_preview.js',
1621 'test/data/webui/sandboxstatus_browsertest.js', 1621 'test/data/webui/sandboxstatus_browsertest.js',
1622 'test/data/webui/webui_resource_browsertest.cc', 1622 'test/data/webui/webui_resource_browsertest.cc',
1623 'test/gpu/gpu_feature_browsertest.cc',
1624 'test/gpu/webgl_infobar_browsertest.cc', 1623 'test/gpu/webgl_infobar_browsertest.cc',
1625 'test/ppapi/ppapi_browsertest.cc', 1624 'test/ppapi/ppapi_browsertest.cc',
1626 'test/remoting/auth_browsertest.cc', 1625 'test/remoting/auth_browsertest.cc',
1627 'test/remoting/fullscreen_browsertest.cc', 1626 'test/remoting/fullscreen_browsertest.cc',
1628 'test/remoting/key_code_conv.cc', 1627 'test/remoting/key_code_conv.cc',
1629 'test/remoting/key_code_conv.h', 1628 'test/remoting/key_code_conv.h',
1630 'test/remoting/key_code_map.h', 1629 'test/remoting/key_code_map.h',
1631 'test/remoting/launch_browsertest.cc', 1630 'test/remoting/launch_browsertest.cc',
1632 'test/remoting/me2me_browsertest.cc', 1631 'test/remoting/me2me_browsertest.cc',
1633 'test/remoting/page_load_notification_observer.cc', 1632 'test/remoting/page_load_notification_observer.cc',
(...skipping 1395 matching lines...) Expand 10 before | Expand all | Expand 10 after
3029 ['enable_webrtc==1', { 3028 ['enable_webrtc==1', {
3030 'dependencies': [ 3029 'dependencies': [
3031 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' 3030 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc'
3032 ] 3031 ]
3033 }], 3032 }],
3034 ], 3033 ],
3035 }] 3034 }]
3036 }], 3035 }],
3037 ], # 'conditions' 3036 ], # 'conditions'
3038 } 3037 }
OLDNEW
« no previous file with comments | « no previous file | chrome/test/gpu/gpu_feature_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698