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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 7019041: Fix up PathProvider on the Mac for FILE_MODULE. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Search for osmesa in build dir, and get rid of copies. Created 9 years, 7 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
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 595 matching lines...) Expand 10 before | Expand all | Expand 10 after
606 '../net/net.gyp:net', 606 '../net/net.gyp:net',
607 '../net/net.gyp:net_test_support', 607 '../net/net.gyp:net_test_support',
608 '../build/temp_gyp/googleurl.gyp:googleurl', 608 '../build/temp_gyp/googleurl.gyp:googleurl',
609 '../skia/skia.gyp:skia', 609 '../skia/skia.gyp:skia',
610 '../testing/gmock.gyp:gmock', 610 '../testing/gmock.gyp:gmock',
611 '../testing/gtest.gyp:gtest', 611 '../testing/gtest.gyp:gtest',
612 '../third_party/icu/icu.gyp:icui18n', 612 '../third_party/icu/icu.gyp:icui18n',
613 '../third_party/icu/icu.gyp:icuuc', 613 '../third_party/icu/icu.gyp:icuuc',
614 '../third_party/libxml/libxml.gyp:libxml', 614 '../third_party/libxml/libxml.gyp:libxml',
615 # run time dependencies 615 # run time dependencies
616 'chrome_mesa',
617 'default_plugin/default_plugin.gyp:default_plugin', 616 'default_plugin/default_plugin.gyp:default_plugin',
618 '../ppapi/ppapi_internal.gyp:ppapi_tests', 617 '../ppapi/ppapi_internal.gyp:ppapi_tests',
618 '../third_party/mesa/mesa.gyp:osmesa',
619 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:copy_TestNetsca pePlugIn', 619 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:copy_TestNetsca pePlugIn',
620 ], 620 ],
621 'include_dirs': [ 621 'include_dirs': [
622 '..', 622 '..',
623 ], 623 ],
624 'sources': [ 624 'sources': [
625 'app/chrome_main_uitest.cc', 625 'app/chrome_main_uitest.cc',
626 'browser/browser_encoding_uitest.cc', 626 'browser/browser_encoding_uitest.cc',
627 'browser/download/save_page_uitest.cc', 627 'browser/download/save_page_uitest.cc',
628 'browser/errorpage_uitest.cc', 628 'browser/errorpage_uitest.cc',
(...skipping 1590 matching lines...) Expand 10 before | Expand all | Expand 10 after
2219 '../base/base.gyp:test_support_base', 2219 '../base/base.gyp:test_support_base',
2220 '../net/net.gyp:net_test_support', 2220 '../net/net.gyp:net_test_support',
2221 '../skia/skia.gyp:skia', 2221 '../skia/skia.gyp:skia',
2222 '../testing/gmock.gyp:gmock', 2222 '../testing/gmock.gyp:gmock',
2223 '../testing/gtest.gyp:gtest', 2223 '../testing/gtest.gyp:gtest',
2224 '../third_party/cld/cld.gyp:cld', 2224 '../third_party/cld/cld.gyp:cld',
2225 '../third_party/icu/icu.gyp:icui18n', 2225 '../third_party/icu/icu.gyp:icui18n',
2226 '../third_party/icu/icu.gyp:icuuc', 2226 '../third_party/icu/icu.gyp:icuuc',
2227 '../v8/tools/gyp/v8.gyp:v8', 2227 '../v8/tools/gyp/v8.gyp:v8',
2228 # Runtime dependencies 2228 # Runtime dependencies
2229 'chrome_mesa', 2229 '../third_party/mesa/mesa.gyp:osmesa',
2230 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:copy_TestNetsca pePlugIn', 2230 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:copy_TestNetsca pePlugIn',
2231 ], 2231 ],
2232 'include_dirs': [ 2232 'include_dirs': [
2233 '..', 2233 '..',
2234 ], 2234 ],
2235 'defines': [ 'HAS_OUT_OF_PROC_TEST_RUNNER' ], 2235 'defines': [ 'HAS_OUT_OF_PROC_TEST_RUNNER' ],
2236 'sources': [ 2236 'sources': [
2237 'app/breakpad_mac_stubs.mm', 2237 'app/breakpad_mac_stubs.mm',
2238 'app/chrome_command_ids.h', 2238 'app/chrome_command_ids.h',
2239 'app/chrome_dll.rc', 2239 'app/chrome_dll.rc',
(...skipping 1113 matching lines...) Expand 10 before | Expand all | Expand 10 after
3353 'test_support_common', 3353 'test_support_common',
3354 '../app/app.gyp:app_base', 3354 '../app/app.gyp:app_base',
3355 '../base/base.gyp:base', 3355 '../base/base.gyp:base',
3356 '../base/base.gyp:test_support_base', 3356 '../base/base.gyp:test_support_base',
3357 '../net/net.gyp:net_test_support', 3357 '../net/net.gyp:net_test_support',
3358 '../skia/skia.gyp:skia', 3358 '../skia/skia.gyp:skia',
3359 '../testing/gtest.gyp:gtest', 3359 '../testing/gtest.gyp:gtest',
3360 '../third_party/icu/icu.gyp:icui18n', 3360 '../third_party/icu/icu.gyp:icui18n',
3361 '../third_party/icu/icu.gyp:icuuc', 3361 '../third_party/icu/icu.gyp:icuuc',
3362 # Runtime dependencies 3362 # Runtime dependencies
3363 'chrome_mesa', 3363 '../third_party/mesa/mesa.gyp:osmesa',
3364 ], 3364 ],
3365 'include_dirs': [ 3365 'include_dirs': [
3366 '..', 3366 '..',
3367 ], 3367 ],
3368 'defines': [ 'HAS_OUT_OF_PROC_TEST_RUNNER' ], 3368 'defines': [ 'HAS_OUT_OF_PROC_TEST_RUNNER' ],
3369 'sources': [ 3369 'sources': [
3370 'browser/gpu_pixel_browsertest.cc', 3370 'browser/gpu_pixel_browsertest.cc',
3371 'browser/gpu_crash_browsertest.cc', 3371 'browser/gpu_crash_browsertest.cc',
3372 'test/out_of_proc_test_runner.cc', 3372 'test/out_of_proc_test_runner.cc',
3373 ], 3373 ],
(...skipping 660 matching lines...) Expand 10 before | Expand all | Expand 10 after
4034 ] 4034 ]
4035 }], # 'coverage!=0' 4035 }], # 'coverage!=0'
4036 ], # 'conditions' 4036 ], # 'conditions'
4037 } 4037 }
4038 4038
4039 # Local Variables: 4039 # Local Variables:
4040 # tab-width:2 4040 # tab-width:2
4041 # indent-tabs-mode:nil 4041 # indent-tabs-mode:nil
4042 # End: 4042 # End:
4043 # vim: set expandtab tabstop=2 shiftwidth=2: 4043 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698