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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 660393: Fix for pyauto cross compile build break on linux. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 9 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 | « no previous file | no next file » | 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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'browser_tests_sources_views_specific': [ 7 'browser_tests_sources_views_specific': [
8 'browser/extensions/browser_action_test_util_views.cc', 8 'browser/extensions/browser_action_test_util_views.cc',
9 'browser/views/browser_actions_container_unittest.cc', 9 'browser/views/browser_actions_container_unittest.cc',
10 'browser/views/find_bar_host_browsertest.cc', 10 'browser/views/find_bar_host_browsertest.cc',
(...skipping 1846 matching lines...) Expand 10 before | Expand all | Expand 10 after
1857 }, 1857 },
1858 'sources': [ 1858 'sources': [
1859 'test/chrome_plugin/test_chrome_plugin.cc', 1859 'test/chrome_plugin/test_chrome_plugin.cc',
1860 'test/chrome_plugin/test_chrome_plugin.def', 1860 'test/chrome_plugin/test_chrome_plugin.def',
1861 'test/chrome_plugin/test_chrome_plugin.h', 1861 'test/chrome_plugin/test_chrome_plugin.h',
1862 ], 1862 ],
1863 }, 1863 },
1864 ]}, # 'targets' 1864 ]}, # 'targets'
1865 ], # OS=="win" 1865 ], # OS=="win"
1866 # Build on linux x86_64 only if linux_fpic==1 1866 # Build on linux x86_64 only if linux_fpic==1
1867 ['OS=="mac" or (OS=="linux" and (target_arch!="x64" or linux_fpic==1))', { 1867 ['OS=="mac" or chromeos==1 or (OS=="linux" and target_arch==host_arch and (t arget_arch!="x64" or linux_fpic==1))', {
Nirnimesh 2010/03/02 20:05:13 Maybe spread over 2 lines? ['OS=="mac" or chromeo
1868 'targets': [ 1868 'targets': [
1869 # TODO(nirnimesh): enable for win - crbug.com/32285 1869 # TODO(nirnimesh): enable for win - crbug.com/32285
1870 { 1870 {
1871 # Documentation: http://dev.chromium.org/developers/pyauto 1871 # Documentation: http://dev.chromium.org/developers/pyauto
1872 'target_name': 'pyautolib', 1872 'target_name': 'pyautolib',
1873 'type': 'shared_library', 1873 'type': 'shared_library',
1874 'product_prefix': '_', 1874 'product_prefix': '_',
1875 'dependencies': [ 1875 'dependencies': [
1876 'chrome', 1876 'chrome',
1877 'debugger', 1877 'debugger',
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
2040 ] 2040 ]
2041 }], # 'coverage!=0' 2041 }], # 'coverage!=0'
2042 ], # 'conditions' 2042 ], # 'conditions'
2043 } 2043 }
2044 2044
2045 # Local Variables: 2045 # Local Variables:
2046 # tab-width:2 2046 # tab-width:2
2047 # indent-tabs-mode:nil 2047 # indent-tabs-mode:nil
2048 # End: 2048 # End:
2049 # vim: set expandtab tabstop=2 shiftwidth=2: 2049 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698