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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 151023002: Move the rest of webkit/glue into content/common (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rm webkit_glue.gyp Created 6 years, 10 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') | components/sessions.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 'chromedriver_unittest_sources': [ 6 'chromedriver_unittest_sources': [
7 'test/chromedriver/capabilities_unittest.cc', 7 'test/chromedriver/capabilities_unittest.cc',
8 'test/chromedriver/chrome/chrome_finder_unittest.cc', 8 'test/chromedriver/chrome/chrome_finder_unittest.cc',
9 'test/chromedriver/chrome/console_logger_unittest.cc', 9 'test/chromedriver/chrome/console_logger_unittest.cc',
10 'test/chromedriver/chrome/device_manager_unittest.cc', 10 'test/chromedriver/chrome/device_manager_unittest.cc',
(...skipping 2844 matching lines...) Expand 10 before | Expand all | Expand 10 after
2855 'chrome_resources.gyp:chrome_strings', 2855 'chrome_resources.gyp:chrome_strings',
2856 'common', 2856 'common',
2857 'renderer', 2857 'renderer',
2858 '../content/content.gyp:content_gpu', 2858 '../content/content.gyp:content_gpu',
2859 '../content/content_shell_and_tests.gyp:test_support_content', 2859 '../content/content_shell_and_tests.gyp:test_support_content',
2860 '../base/base.gyp:base', 2860 '../base/base.gyp:base',
2861 '../base/base.gyp:test_support_base', 2861 '../base/base.gyp:test_support_base',
2862 '../base/base.gyp:test_support_perf', 2862 '../base/base.gyp:test_support_perf',
2863 '../skia/skia.gyp:skia', 2863 '../skia/skia.gyp:skia',
2864 '../testing/gtest.gyp:gtest', 2864 '../testing/gtest.gyp:gtest',
2865 '../webkit/glue/webkit_glue.gyp:glue',
2866 ], 2865 ],
2867 'sources': [ 2866 'sources': [
2868 'test/perf/perftests.cc', 2867 'test/perf/perftests.cc',
2869 'test/perf/url_parse_perftest.cc', 2868 'test/perf/url_parse_perftest.cc',
2870 '../content/browser/net/sqlite_persistent_cookie_store_perftest.cc', 2869 '../content/browser/net/sqlite_persistent_cookie_store_perftest.cc',
2871 ], 2870 ],
2872 'conditions': [ 2871 'conditions': [
2873 ['use_x11==1', { 2872 ['use_x11==1', {
2874 'dependencies': [ 2873 'dependencies': [
2875 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2874 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
(...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after
3190 'utility', 3189 'utility',
3191 ], 3190 ],
3192 'sources': [ 3191 'sources': [
3193 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3192 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3194 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3193 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3195 ], 3194 ],
3196 }] 3195 }]
3197 }], 3196 }],
3198 ], # 'conditions' 3197 ], # 'conditions'
3199 } 3198 }
OLDNEW
« no previous file with comments | « chrome/chrome_renderer.gypi ('k') | components/sessions.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698