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

Side by Side Diff: build/all.gyp

Issue 8889002: Fix test failures when calling native char conversion functions (e.g wrctomb). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: changed for linux Created 9 years 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'All', 8 'target_name': 'All',
9 'type': 'none', 9 'type': 'none',
10 'xcode_create_dependents_test_runner': 1, 10 'xcode_create_dependents_test_runner': 1,
(...skipping 624 matching lines...) Expand 10 before | Expand all | Expand 10 after
635 }, 635 },
636 ], 636 ],
637 'dependencies': [ 637 'dependencies': [
638 '../chrome/chrome.gyp:crash_service', 638 '../chrome/chrome.gyp:crash_service',
639 '../chrome/chrome.gyp:crash_service_win64', 639 '../chrome/chrome.gyp:crash_service_win64',
640 ], 640 ],
641 }], 641 }],
642 ['OS=="linux"', { 642 ['OS=="linux"', {
643 # Tests that currently only work on Linux. 643 # Tests that currently only work on Linux.
644 'dependencies': [ 644 'dependencies': [
645 '../base/base.gyp:base_unittests',
645 '../chrome/chrome.gyp:sync_unit_tests', 646 '../chrome/chrome.gyp:sync_unit_tests',
646 '../content/content.gyp:content_unittests', 647 '../content/content.gyp:content_unittests',
647 '../ipc/ipc.gyp:ipc_tests', 648 '../ipc/ipc.gyp:ipc_tests',
648 '../sql/sql.gyp:sql_unittests', 649 '../sql/sql.gyp:sql_unittests',
649 '../ui/ui.gyp:gfx_unittests', 650 '../ui/ui.gyp:gfx_unittests',
650 ], 651 ],
651 }], 652 }],
652 ], 653 ],
653 }, 654 },
654 ], # targets 655 ], # targets
655 }], # "use_aura==1" 656 }], # "use_aura==1"
656 ], # conditions 657 ], # conditions
657 } 658 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698