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

Side by Side Diff: build/common.gypi

Issue 29993003: Use swarming_client instead of swarm_client. (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: Rebased Created 7 years, 1 month 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
« no previous file with comments | « build/android/pylib/gtest/setup.py ('k') | build/isolate.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 # IMPORTANT: 5 # IMPORTANT:
6 # Please don't directly include this file if you are building via gyp_chromium, 6 # Please don't directly include this file if you are building via gyp_chromium,
7 # since gyp_chromium is automatically forcing its inclusion. 7 # since gyp_chromium is automatically forcing its inclusion.
8 { 8 {
9 # Variables expected to be overriden on the GYP command line (-D) or by 9 # Variables expected to be overriden on the GYP command line (-D) or by
10 # ~/.gyp/include.gypi. 10 # ~/.gyp/include.gypi.
(...skipping 680 matching lines...) Expand 10 before | Expand all | Expand 10 after
691 }], # OS=="linux" and branding=="Chrome" and buildtype=="Official" and c hromeos==0 691 }], # OS=="linux" and branding=="Chrome" and buildtype=="Official" and c hromeos==0
692 692
693 ['OS=="linux" and target_arch=="mipsel"', { 693 ['OS=="linux" and target_arch=="mipsel"', {
694 'sysroot%': '<!(cd <(DEPTH) && pwd -P)/mipsel-sysroot/sysroot', 694 'sysroot%': '<!(cd <(DEPTH) && pwd -P)/mipsel-sysroot/sysroot',
695 'CXX%': '<!(cd <(DEPTH) && pwd -P)/mipsel-sysroot/bin/mipsel-linux-gnu -gcc', 695 'CXX%': '<!(cd <(DEPTH) && pwd -P)/mipsel-sysroot/bin/mipsel-linux-gnu -gcc',
696 }], 696 }],
697 697
698 # Whether tests targets should be run, archived or just have the 698 # Whether tests targets should be run, archived or just have the
699 # dependencies verified. All the tests targets have the '_run' suffix, 699 # dependencies verified. All the tests targets have the '_run' suffix,
700 # e.g. base_unittests_run runs the target base_unittests. The test 700 # e.g. base_unittests_run runs the target base_unittests. The test
701 # target always calls tools/swarm_client/isolate.py. See the script's 701 # target always calls tools/swarming_client/isolate.py. See the script's
702 # --help for more information and the valid --mode values. Meant to be 702 # --help for more information and the valid --mode values. Meant to be
703 # overriden with GYP_DEFINES. 703 # overriden with GYP_DEFINES.
704 # TODO(maruel): Remove the conditions as more configurations are 704 # TODO(maruel): Remove the conditions as more configurations are
705 # supported. 705 # supported.
706 # TODO(csharp): Remove OS!="mac" once xcode can run the isolate code 706 # TODO(csharp): Remove OS!="mac" once xcode can run the isolate code
707 # again. 707 # again.
708 # NOTE: The check for disable_nacl==0 and component=="static_library" 708 # NOTE: The check for disable_nacl==0 and component=="static_library"
709 # can't be used here because these variables are not defined yet, but it 709 # can't be used here because these variables are not defined yet, but it
710 # is still not supported. 710 # is still not supported.
711 ['OS!="mac" and OS!="ios" and OS!="android" and chromeos==0', { 711 ['OS!="mac" and OS!="ios" and OS!="android" and chromeos==0', {
(...skipping 3941 matching lines...) Expand 10 before | Expand all | Expand 10 after
4653 # settings in target dicts. SYMROOT is a special case, because many other 4653 # settings in target dicts. SYMROOT is a special case, because many other
4654 # Xcode variables depend on it, including variables such as 4654 # Xcode variables depend on it, including variables such as
4655 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something 4655 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something
4656 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the 4656 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the
4657 # files to appear (when present) in the UI as actual files and not red 4657 # files to appear (when present) in the UI as actual files and not red
4658 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, 4658 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR,
4659 # and therefore SYMROOT, needs to be set at the project level. 4659 # and therefore SYMROOT, needs to be set at the project level.
4660 'SYMROOT': '<(DEPTH)/xcodebuild', 4660 'SYMROOT': '<(DEPTH)/xcodebuild',
4661 }, 4661 },
4662 } 4662 }
OLDNEW
« no previous file with comments | « build/android/pylib/gtest/setup.py ('k') | build/isolate.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698