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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 23583055: webkit: Kill support/ directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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 | « chrome/chrome_renderer.gypi ('k') | chrome/chrome_tests_unit.gypi » ('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 'variables' : { 5 'variables' : {
6 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 2650 matching lines...) Expand 10 before | Expand all | Expand 10 after
2661 'chrome_resources.gyp:chrome_strings', 2661 'chrome_resources.gyp:chrome_strings',
2662 'common', 2662 'common',
2663 'renderer', 2663 'renderer',
2664 '../content/content.gyp:content_gpu', 2664 '../content/content.gyp:content_gpu',
2665 '../content/content.gyp:test_support_content', 2665 '../content/content.gyp:test_support_content',
2666 '../base/base.gyp:base', 2666 '../base/base.gyp:base',
2667 '../base/base.gyp:test_support_base', 2667 '../base/base.gyp:test_support_base',
2668 '../base/base.gyp:test_support_perf', 2668 '../base/base.gyp:test_support_perf',
2669 '../skia/skia.gyp:skia', 2669 '../skia/skia.gyp:skia',
2670 '../testing/gtest.gyp:gtest', 2670 '../testing/gtest.gyp:gtest',
2671 '../webkit/support/webkit_support.gyp:glue', 2671 '../webkit/glue/webkit_glue.gyp:glue',
2672 ], 2672 ],
2673 'sources': [ 2673 'sources': [
2674 'test/perf/perftests.cc', 2674 'test/perf/perftests.cc',
2675 'test/perf/url_parse_perftest.cc', 2675 'test/perf/url_parse_perftest.cc',
2676 '../content/browser/net/sqlite_persistent_cookie_store_perftest.cc', 2676 '../content/browser/net/sqlite_persistent_cookie_store_perftest.cc',
2677 ], 2677 ],
2678 'conditions': [ 2678 'conditions': [
2679 ['use_x11==1', { 2679 ['use_x11==1', {
2680 'dependencies': [ 2680 'dependencies': [
2681 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2681 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
(...skipping 587 matching lines...) Expand 10 before | Expand all | Expand 10 after
3269 'utility', 3269 'utility',
3270 ], 3270 ],
3271 'sources': [ 3271 'sources': [
3272 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3272 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3273 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3273 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3274 ], 3274 ],
3275 }] 3275 }]
3276 }], 3276 }],
3277 ], # 'conditions' 3277 ], # 'conditions'
3278 } 3278 }
OLDNEW
« no previous file with comments | « chrome/chrome_renderer.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698