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

Side by Side Diff: scripts/slave/recipe_modules/chromium/config.expectations/Release-linux.intel.64-to-linux.intel.64.json

Issue 17635005: Make blink_trybot recipe work on windows (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Fix presubmit + move polyfill (retry) Created 7 years, 6 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 { 1 {
2 "blink": { 2 "blink": {
3 "build_dir": "out", 3 "build_dir": "out",
4 "compile_py": { 4 "compile_py": {
5 "build_tool": "ninja", 5 "build_tool": "ninja",
6 "compiler": "goma", 6 "compiler": "goma",
7 "default_targets": [ 7 "default_targets": [
8 "all_webkit", 8 "all_webkit",
9 "content_shell" 9 "content_shell"
10 ] 10 ]
11 }, 11 },
12 "gyp_env": { 12 "gyp_env": {
13 "GYP_DEFINES": "component=static_library", 13 "GYP_DEFINES": "component=static_library",
14 "GYP_GENERATORS": "ninja", 14 "GYP_GENERATORS": "ninja",
15 "GYP_GENERATOR_FLAGS": "", 15 "GYP_GENERATOR_FLAGS": "",
16 "GYP_MSVS_VERSION": "" 16 "GYP_MSVS_VERSION": null
17 } 17 }
18 }, 18 },
19 "chromium": { 19 "chromium": {
20 "build_dir": "out", 20 "build_dir": "out",
21 "compile_py": { 21 "compile_py": {
22 "build_tool": "ninja", 22 "build_tool": "ninja",
23 "compiler": "goma", 23 "compiler": "goma",
24 "default_targets": [ 24 "default_targets": [
25 "All", 25 "All",
26 "chromium_builder_tests" 26 "chromium_builder_tests"
27 ] 27 ]
28 }, 28 },
29 "gyp_env": { 29 "gyp_env": {
30 "GYP_DEFINES": "component=static_library", 30 "GYP_DEFINES": "component=static_library",
31 "GYP_GENERATORS": "ninja", 31 "GYP_GENERATORS": "ninja",
32 "GYP_GENERATOR_FLAGS": "", 32 "GYP_GENERATOR_FLAGS": "",
33 "GYP_MSVS_VERSION": "" 33 "GYP_MSVS_VERSION": null
34 } 34 }
35 }, 35 },
36 "msvs": "can not use msvs on \"linux\"", 36 "msvs": "can not use msvs on \"linux\"",
37 "ninja": { 37 "ninja": {
38 "build_dir": "out", 38 "build_dir": "out",
39 "compile_py": { 39 "compile_py": {
40 "build_tool": "ninja", 40 "build_tool": "ninja",
41 "compiler": null, 41 "compiler": null,
42 "default_targets": [] 42 "default_targets": []
43 }, 43 },
44 "gyp_env": { 44 "gyp_env": {
45 "GYP_DEFINES": "component=static_library", 45 "GYP_DEFINES": "component=static_library",
46 "GYP_GENERATORS": "ninja", 46 "GYP_GENERATORS": "ninja",
47 "GYP_GENERATOR_FLAGS": "", 47 "GYP_GENERATOR_FLAGS": "",
48 "GYP_MSVS_VERSION": "" 48 "GYP_MSVS_VERSION": null
49 } 49 }
50 }, 50 },
51 "xcodebuild": "can not use xcodebuild on \"linux\"" 51 "xcodebuild": "can not use xcodebuild on \"linux\""
52 } 52 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698