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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 7294007: Change references from app_base to sql. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 5 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_common.gypi ('k') | webkit/appcache/webkit_appcache.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 (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 { 5 {
6 'variables' : { 6 'variables' : {
7 'pyautolib_sources': [ 7 'pyautolib_sources': [
8 'app/chrome_command_ids.h', 8 'app/chrome_command_ids.h',
9 'app/chrome_dll_resource.h', 9 'app/chrome_dll_resource.h',
10 'common/automation_constants.h', 10 'common/automation_constants.h',
(...skipping 610 matching lines...) Expand 10 before | Expand all | Expand 10 after
621 'target_name': 'ui_tests', 621 'target_name': 'ui_tests',
622 'type': 'executable', 622 'type': 'executable',
623 'dependencies': [ 623 'dependencies': [
624 'chrome', 624 'chrome',
625 'browser', 625 'browser',
626 'common', 626 'common',
627 'chrome_resources', 627 'chrome_resources',
628 'chrome_strings', 628 'chrome_strings',
629 'profile_import', 629 'profile_import',
630 'test_support_ui', 630 'test_support_ui',
631 '../app/app.gyp:app_base',
632 '../base/base.gyp:base', 631 '../base/base.gyp:base',
632 '../build/temp_gyp/googleurl.gyp:googleurl',
633 '../net/net.gyp:net', 633 '../net/net.gyp:net',
634 '../net/net.gyp:net_test_support', 634 '../net/net.gyp:net_test_support',
635 '../build/temp_gyp/googleurl.gyp:googleurl',
636 '../skia/skia.gyp:skia', 635 '../skia/skia.gyp:skia',
636 '../sql/sql.gyp:sql',
637 '../testing/gmock.gyp:gmock', 637 '../testing/gmock.gyp:gmock',
638 '../testing/gtest.gyp:gtest', 638 '../testing/gtest.gyp:gtest',
639 '../third_party/icu/icu.gyp:icui18n', 639 '../third_party/icu/icu.gyp:icui18n',
640 '../third_party/icu/icu.gyp:icuuc', 640 '../third_party/icu/icu.gyp:icuuc',
641 '../third_party/libxml/libxml.gyp:libxml', 641 '../third_party/libxml/libxml.gyp:libxml',
642 # run time dependencies 642 # run time dependencies
643 'default_plugin/default_plugin.gyp:default_plugin', 643 'default_plugin/default_plugin.gyp:default_plugin',
644 '../ppapi/ppapi_internal.gyp:ppapi_tests', 644 '../ppapi/ppapi_internal.gyp:ppapi_tests',
645 '../third_party/mesa/mesa.gyp:osmesa', 645 '../third_party/mesa/mesa.gyp:osmesa',
646 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:copy_TestNetsca pePlugIn', 646 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:copy_TestNetsca pePlugIn',
(...skipping 1628 matching lines...) Expand 10 before | Expand all | Expand 10 after
2275 'type': 'executable', 2275 'type': 'executable',
2276 'dependencies': [ 2276 'dependencies': [
2277 'browser', 2277 'browser',
2278 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', 2278 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp',
2279 'chrome', 2279 'chrome',
2280 'chrome_resources', 2280 'chrome_resources',
2281 'chrome_strings', 2281 'chrome_strings',
2282 'profile_import', 2282 'profile_import',
2283 'renderer', 2283 'renderer',
2284 'test_support_common', 2284 'test_support_common',
2285 '../app/app.gyp:app_base',
2286 '../base/base.gyp:base', 2285 '../base/base.gyp:base',
2287 '../base/base.gyp:base_i18n', 2286 '../base/base.gyp:base_i18n',
2288 '../base/base.gyp:test_support_base', 2287 '../base/base.gyp:test_support_base',
2289 '../net/net.gyp:net', 2288 '../net/net.gyp:net',
2290 '../net/net.gyp:net_test_support', 2289 '../net/net.gyp:net_test_support',
2291 '../skia/skia.gyp:skia', 2290 '../skia/skia.gyp:skia',
2291 '../sql/sql.gyp:sql',
2292 '../testing/gmock.gyp:gmock', 2292 '../testing/gmock.gyp:gmock',
2293 '../testing/gtest.gyp:gtest', 2293 '../testing/gtest.gyp:gtest',
2294 '../third_party/cld/cld.gyp:cld', 2294 '../third_party/cld/cld.gyp:cld',
2295 '../third_party/icu/icu.gyp:icui18n', 2295 '../third_party/icu/icu.gyp:icui18n',
2296 '../third_party/icu/icu.gyp:icuuc', 2296 '../third_party/icu/icu.gyp:icuuc',
2297 '../v8/tools/gyp/v8.gyp:v8', 2297 '../v8/tools/gyp/v8.gyp:v8',
2298 '../webkit/webkit.gyp:test_shell_test_support', 2298 '../webkit/webkit.gyp:test_shell_test_support',
2299 # Runtime dependencies 2299 # Runtime dependencies
2300 '../third_party/mesa/mesa.gyp:osmesa', 2300 '../third_party/mesa/mesa.gyp:osmesa',
2301 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:copy_TestNetsca pePlugIn', 2301 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:copy_TestNetsca pePlugIn',
(...skipping 491 matching lines...) Expand 10 before | Expand all | Expand 10 after
2793 # TODO(darin): Remove in favor of performance_ui_tests. 2793 # TODO(darin): Remove in favor of performance_ui_tests.
2794 'target_name': 'startup_tests', 2794 'target_name': 'startup_tests',
2795 'type': 'executable', 2795 'type': 'executable',
2796 'dependencies': [ 2796 'dependencies': [
2797 'chrome', 2797 'chrome',
2798 'browser', 2798 'browser',
2799 'common', 2799 'common',
2800 'chrome_resources', 2800 'chrome_resources',
2801 'chrome_strings', 2801 'chrome_strings',
2802 'test_support_ui', 2802 'test_support_ui',
2803 '../app/app.gyp:app_base',
2804 '../base/base.gyp:base', 2803 '../base/base.gyp:base',
2805 '../skia/skia.gyp:skia', 2804 '../skia/skia.gyp:skia',
2805 '../sql/sql.gyp:sql',
2806 '../testing/gtest.gyp:gtest', 2806 '../testing/gtest.gyp:gtest',
2807 ], 2807 ],
2808 'sources': [ 2808 'sources': [
2809 'test/startup/feature_startup_test.cc', 2809 'test/startup/feature_startup_test.cc',
2810 'test/startup/shutdown_test.cc', 2810 'test/startup/shutdown_test.cc',
2811 'test/startup/startup_test.cc', 2811 'test/startup/startup_test.cc',
2812 ], 2812 ],
2813 'conditions': [ 2813 'conditions': [
2814 ['OS=="win" and buildtype=="Official"', { 2814 ['OS=="win" and buildtype=="Official"', {
2815 'configurations': { 2815 'configurations': {
(...skipping 669 matching lines...) Expand 10 before | Expand all | Expand 10 after
3485 # Executable that contains all the tests to be run on the GPU bots. 3485 # Executable that contains all the tests to be run on the GPU bots.
3486 'target_name': 'gpu_tests', 3486 'target_name': 'gpu_tests',
3487 'type': 'executable', 3487 'type': 'executable',
3488 'dependencies': [ 3488 'dependencies': [
3489 'browser', 3489 'browser',
3490 'chrome', 3490 'chrome',
3491 'chrome_resources', 3491 'chrome_resources',
3492 'chrome_strings', 3492 'chrome_strings',
3493 'renderer', 3493 'renderer',
3494 'test_support_common', 3494 'test_support_common',
3495 '../app/app.gyp:app_base',
3496 '../base/base.gyp:base', 3495 '../base/base.gyp:base',
3497 '../base/base.gyp:test_support_base', 3496 '../base/base.gyp:test_support_base',
3498 '../net/net.gyp:net_test_support', 3497 '../net/net.gyp:net_test_support',
3499 '../skia/skia.gyp:skia', 3498 '../skia/skia.gyp:skia',
3499 '../sql/sql.gyp:sql',
3500 '../testing/gtest.gyp:gtest', 3500 '../testing/gtest.gyp:gtest',
3501 '../third_party/icu/icu.gyp:icui18n', 3501 '../third_party/icu/icu.gyp:icui18n',
3502 '../third_party/icu/icu.gyp:icuuc', 3502 '../third_party/icu/icu.gyp:icuuc',
3503 # Runtime dependencies 3503 # Runtime dependencies
3504 '../third_party/mesa/mesa.gyp:osmesa', 3504 '../third_party/mesa/mesa.gyp:osmesa',
3505 ], 3505 ],
3506 'include_dirs': [ 3506 'include_dirs': [
3507 '..', 3507 '..',
3508 ], 3508 ],
3509 'defines': [ 'HAS_OUT_OF_PROC_TEST_RUNNER' ], 3509 'defines': [ 'HAS_OUT_OF_PROC_TEST_RUNNER' ],
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
3657 'targets': [ 3657 'targets': [
3658 { 3658 {
3659 'target_name': 'perf_tests', 3659 'target_name': 'perf_tests',
3660 'type': 'executable', 3660 'type': 'executable',
3661 'dependencies': [ 3661 'dependencies': [
3662 'browser', 3662 'browser',
3663 'common', 3663 'common',
3664 'renderer', 3664 'renderer',
3665 'chrome_resources', 3665 'chrome_resources',
3666 'chrome_strings', 3666 'chrome_strings',
3667 '../app/app.gyp:app_base',
3668 '../content/content.gyp:content_gpu',
3669 '../base/base.gyp:base', 3667 '../base/base.gyp:base',
3670 '../base/base.gyp:test_support_base', 3668 '../base/base.gyp:test_support_base',
3671 '../base/base.gyp:test_support_perf', 3669 '../base/base.gyp:test_support_perf',
3670 '../content/content.gyp:content_gpu',
3672 '../skia/skia.gyp:skia', 3671 '../skia/skia.gyp:skia',
3672 '../sql/sql.gyp:sql',
3673 '../testing/gtest.gyp:gtest', 3673 '../testing/gtest.gyp:gtest',
3674 '../webkit/support/webkit_support.gyp:glue', 3674 '../webkit/support/webkit_support.gyp:glue',
3675 ], 3675 ],
3676 'sources': [ 3676 'sources': [
3677 'browser/safe_browsing/filter_false_positive_perftest.cc', 3677 'browser/safe_browsing/filter_false_positive_perftest.cc',
3678 'browser/visitedlink/visitedlink_perftest.cc', 3678 'browser/visitedlink/visitedlink_perftest.cc',
3679 'common/json_value_serializer_perftest.cc', 3679 'common/json_value_serializer_perftest.cc',
3680 'test/perf/perftests.cc', 3680 'test/perf/perftests.cc',
3681 'test/perf/url_parse_perftest.cc', 3681 'test/perf/url_parse_perftest.cc',
3682 ], 3682 ],
(...skipping 449 matching lines...) Expand 10 before | Expand all | Expand 10 after
4132 ] 4132 ]
4133 }], # 'coverage!=0' 4133 }], # 'coverage!=0'
4134 ], # 'conditions' 4134 ], # 'conditions'
4135 } 4135 }
4136 4136
4137 # Local Variables: 4137 # Local Variables:
4138 # tab-width:2 4138 # tab-width:2
4139 # indent-tabs-mode:nil 4139 # indent-tabs-mode:nil
4140 # End: 4140 # End:
4141 # vim: set expandtab tabstop=2 shiftwidth=2: 4141 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/chrome_common.gypi ('k') | webkit/appcache/webkit_appcache.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698