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

Side by Side Diff: scripts/slave/recipe_modules/chromium/config.expectations/Debug-win.intel.64-to-win.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": "chromium_win_pch=0 component=shared_library", 13 "GYP_DEFINES": "chromium_win_pch=0 component=shared_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": "chromium_win_pch=0 component=shared_library", 30 "GYP_DEFINES": "chromium_win_pch=0 component=shared_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": { 36 "msvs": {
37 "build_dir": "out", 37 "build_dir": "out",
38 "compile_py": { 38 "compile_py": {
39 "build_tool": "msvs", 39 "build_tool": "msvs",
40 "compiler": null, 40 "compiler": null,
41 "default_targets": [] 41 "default_targets": []
42 }, 42 },
43 "gyp_env": { 43 "gyp_env": {
44 "GYP_DEFINES": "component=shared_library", 44 "GYP_DEFINES": "component=shared_library",
45 "GYP_GENERATORS": "msvs", 45 "GYP_GENERATORS": "msvs",
46 "GYP_GENERATOR_FLAGS": "msvs_error_on_missing_sources=1", 46 "GYP_GENERATOR_FLAGS": "msvs_error_on_missing_sources=1",
47 "GYP_MSVS_VERSION": "2010" 47 "GYP_MSVS_VERSION": "2010"
48 } 48 }
49 }, 49 },
50 "ninja": { 50 "ninja": {
51 "build_dir": "out", 51 "build_dir": "out",
52 "compile_py": { 52 "compile_py": {
53 "build_tool": "ninja", 53 "build_tool": "ninja",
54 "compiler": null, 54 "compiler": null,
55 "default_targets": [] 55 "default_targets": []
56 }, 56 },
57 "gyp_env": { 57 "gyp_env": {
58 "GYP_DEFINES": "component=shared_library", 58 "GYP_DEFINES": "component=shared_library",
59 "GYP_GENERATORS": "ninja", 59 "GYP_GENERATORS": "ninja",
60 "GYP_GENERATOR_FLAGS": "", 60 "GYP_GENERATOR_FLAGS": "",
61 "GYP_MSVS_VERSION": "" 61 "GYP_MSVS_VERSION": null
62 } 62 }
63 }, 63 },
64 "xcodebuild": "can not use xcodebuild on \"win\"" 64 "xcodebuild": "can not use xcodebuild on \"win\""
65 } 65 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698