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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 8889039: build DRT, webkit_unit_tests from individual gyp files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add comment in conditional Created 8 years, 11 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 | « build/common.gypi ('k') | webkit/tools/test_shell/test_shell.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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 763 matching lines...) Expand 10 before | Expand all | Expand 10 after
774 '../build/temp_gyp/googleurl.gyp:googleurl', 774 '../build/temp_gyp/googleurl.gyp:googleurl',
775 '../skia/skia.gyp:skia', 775 '../skia/skia.gyp:skia',
776 '../testing/gmock.gyp:gmock', 776 '../testing/gmock.gyp:gmock',
777 '../testing/gtest.gyp:gtest', 777 '../testing/gtest.gyp:gtest',
778 '../third_party/icu/icu.gyp:icui18n', 778 '../third_party/icu/icu.gyp:icui18n',
779 '../third_party/icu/icu.gyp:icuuc', 779 '../third_party/icu/icu.gyp:icuuc',
780 '../third_party/libxml/libxml.gyp:libxml', 780 '../third_party/libxml/libxml.gyp:libxml',
781 # run time dependencies 781 # run time dependencies
782 '../ppapi/ppapi_internal.gyp:ppapi_tests', 782 '../ppapi/ppapi_internal.gyp:ppapi_tests',
783 '../third_party/mesa/mesa.gyp:osmesa', 783 '../third_party/mesa/mesa.gyp:osmesa',
784 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:copy_TestNetsca pePlugIn', 784 '../webkit/webkit.gyp:pull_in_copy_TestNetscapePlugIn',
785 ], 785 ],
786 'include_dirs': [ 786 'include_dirs': [
787 '..', 787 '..',
788 ], 788 ],
789 'sources': [ 789 'sources': [
790 'app/chrome_main_uitest.cc', 790 'app/chrome_main_uitest.cc',
791 'browser/browser_encoding_uitest.cc', 791 'browser/browser_encoding_uitest.cc',
792 'browser/custom_handlers/custom_handlers_uitest.cc', 792 'browser/custom_handlers/custom_handlers_uitest.cc',
793 'browser/download/save_page_uitest.cc', 793 'browser/download/save_page_uitest.cc',
794 'browser/default_plugin_uitest.cc', 794 'browser/default_plugin_uitest.cc',
(...skipping 1669 matching lines...) Expand 10 before | Expand all | Expand 10 after
2464 '../testing/gmock.gyp:gmock', 2464 '../testing/gmock.gyp:gmock',
2465 '../testing/gtest.gyp:gtest', 2465 '../testing/gtest.gyp:gtest',
2466 '../third_party/cld/cld.gyp:cld', 2466 '../third_party/cld/cld.gyp:cld',
2467 '../third_party/icu/icu.gyp:icui18n', 2467 '../third_party/icu/icu.gyp:icui18n',
2468 '../third_party/icu/icu.gyp:icuuc', 2468 '../third_party/icu/icu.gyp:icuuc',
2469 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 2469 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
2470 '../v8/tools/gyp/v8.gyp:v8', 2470 '../v8/tools/gyp/v8.gyp:v8',
2471 '../webkit/webkit.gyp:test_shell_test_support', 2471 '../webkit/webkit.gyp:test_shell_test_support',
2472 # Runtime dependencies 2472 # Runtime dependencies
2473 '../third_party/mesa/mesa.gyp:osmesa', 2473 '../third_party/mesa/mesa.gyp:osmesa',
2474 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:copy_TestNetsca pePlugIn', 2474 '../webkit/webkit.gyp:pull_in_copy_TestNetscapePlugIn',
2475 ], 2475 ],
2476 'include_dirs': [ 2476 'include_dirs': [
2477 '..', 2477 '..',
2478 ], 2478 ],
2479 'defines': [ 2479 'defines': [
2480 'HAS_OUT_OF_PROC_TEST_RUNNER', 2480 'HAS_OUT_OF_PROC_TEST_RUNNER',
2481 'BROWSER_TESTS_HEADER_OVERRIDE="chrome/test/base/in_process_browser_test .h"', 2481 'BROWSER_TESTS_HEADER_OVERRIDE="chrome/test/base/in_process_browser_test .h"',
2482 ], 2482 ],
2483 'sources': [ 2483 'sources': [
2484 'app/breakpad_mac_stubs.mm', 2484 'app/breakpad_mac_stubs.mm',
(...skipping 660 matching lines...) Expand 10 before | Expand all | Expand 10 after
3145 '../testing/gmock.gyp:gmock', 3145 '../testing/gmock.gyp:gmock',
3146 '../testing/gtest.gyp:gtest', 3146 '../testing/gtest.gyp:gtest',
3147 '../third_party/cld/cld.gyp:cld', 3147 '../third_party/cld/cld.gyp:cld',
3148 '../third_party/icu/icu.gyp:icui18n', 3148 '../third_party/icu/icu.gyp:icui18n',
3149 '../third_party/icu/icu.gyp:icuuc', 3149 '../third_party/icu/icu.gyp:icuuc',
3150 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 3150 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
3151 '../v8/tools/gyp/v8.gyp:v8', 3151 '../v8/tools/gyp/v8.gyp:v8',
3152 '../webkit/webkit.gyp:test_shell_test_support', 3152 '../webkit/webkit.gyp:test_shell_test_support',
3153 # Runtime dependencies 3153 # Runtime dependencies
3154 '../third_party/mesa/mesa.gyp:osmesa', 3154 '../third_party/mesa/mesa.gyp:osmesa',
3155 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:copy_TestNetsca pePlugIn', 3155 '../webkit/webkit.gyp:pull_in_copy_TestNetscapePlugIn',
3156 ], 3156 ],
3157 'include_dirs': [ 3157 'include_dirs': [
3158 '..', 3158 '..',
3159 ], 3159 ],
3160 'defines': [ 3160 'defines': [
3161 'HAS_OUT_OF_PROC_TEST_RUNNER', 3161 'HAS_OUT_OF_PROC_TEST_RUNNER',
3162 'BROWSER_TESTS_HEADER_OVERRIDE="chrome/test/base/in_process_browser_test .h"', 3162 'BROWSER_TESTS_HEADER_OVERRIDE="chrome/test/base/in_process_browser_test .h"',
3163 ], 3163 ],
3164 'sources': [ 3164 'sources': [
3165 'app/breakpad_mac_stubs.mm', 3165 'app/breakpad_mac_stubs.mm',
(...skipping 1439 matching lines...) Expand 10 before | Expand all | Expand 10 after
4605 # Use outputs of this action as inputs for the main target build. 4605 # Use outputs of this action as inputs for the main target build.
4606 # Seems as a misnomer but makes this happy on Linux (scons). 4606 # Seems as a misnomer but makes this happy on Linux (scons).
4607 'process_outputs_as_sources': 1, 4607 'process_outputs_as_sources': 1,
4608 }, 4608 },
4609 ], # 'actions' 4609 ], # 'actions'
4610 }, 4610 },
4611 ] 4611 ]
4612 }], # 'coverage!=0' 4612 }], # 'coverage!=0'
4613 ], # 'conditions' 4613 ], # 'conditions'
4614 } 4614 }
OLDNEW
« no previous file with comments | « build/common.gypi ('k') | webkit/tools/test_shell/test_shell.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698