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

Side by Side Diff: chrome/chrome.gyp

Issue 155002: Makes unit tests compilable for linux2. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 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 | « 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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'chromium_code': 1, 7 'chromium_code': 1,
8 # Define the common dependencies that contain all the actual 8 # Define the common dependencies that contain all the actual
9 # Chromium functionality. This list gets pulled in below by 9 # Chromium functionality. This list gets pulled in below by
10 # the link of the actual chrome (or chromium) executable on 10 # the link of the actual chrome (or chromium) executable on
(...skipping 3598 matching lines...) Expand 10 before | Expand all | Expand 10 after
3609 # This test is mostly about renaming downloads to safe file 3609 # This test is mostly about renaming downloads to safe file
3610 # names. As such we don't need/want to port it to linux. We 3610 # names. As such we don't need/want to port it to linux. We
3611 # might want to write our own tests for the download manager 3611 # might want to write our own tests for the download manager
3612 # on linux, though. 3612 # on linux, though.
3613 'browser/download/download_manager_unittest.cc', 3613 'browser/download/download_manager_unittest.cc',
3614 'browser/views/bookmark_context_menu_test.cc', 3614 'browser/views/bookmark_context_menu_test.cc',
3615 # Compact Language Detection (cld) is not supported in linux yet. 3615 # Compact Language Detection (cld) is not supported in linux yet.
3616 '../third_party/cld/bar/toolbar/cld/i18n/encodings/compact_lang_det/ compact_lang_det_unittest_small.cc', 3616 '../third_party/cld/bar/toolbar/cld/i18n/encodings/compact_lang_det/ compact_lang_det_unittest_small.cc',
3617 ], 3617 ],
3618 }], 3618 }],
3619 ['OS=="linux" and toolkit_views==1', { 3619 ['OS=="linux" and (toolkit_views==1 or linux2==1)', {
3620 'dependencies': [ 3620 'dependencies': [
3621 '../views/views.gyp:views', 3621 '../views/views.gyp:views',
3622 ], 3622 ],
3623 }], 3623 }],
3624 ['OS=="mac"', { 3624 ['OS=="mac"', {
3625 # The test fetches resources which means Mac need the app bundle to 3625 # The test fetches resources which means Mac need the app bundle to
3626 # exist on disk so it can pull from it. 3626 # exist on disk so it can pull from it.
3627 'dependencies': [ 3627 'dependencies': [
3628 'chrome', 3628 'chrome',
3629 ], 3629 ],
(...skipping 1222 matching lines...) Expand 10 before | Expand all | Expand 10 after
4852 # Use outputs of this action as inputs for the main target build. 4852 # Use outputs of this action as inputs for the main target build.
4853 # Seems as a misnomer but makes this happy on Linux (scons). 4853 # Seems as a misnomer but makes this happy on Linux (scons).
4854 'process_outputs_as_sources': 1, 4854 'process_outputs_as_sources': 1,
4855 }, 4855 },
4856 ], # 'actions' 4856 ], # 'actions'
4857 }, 4857 },
4858 ] 4858 ]
4859 }], 4859 }],
4860 ], # 'conditions' 4860 ], # 'conditions'
4861 } 4861 }
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