Chromium Code Reviews| Index: build/isolate.gypi |
| diff --git a/build/isolate.gypi b/build/isolate.gypi |
| index f66175af48284a8395d4722d68ba90f3da0a30ff..c85585dc1b9f9c591d7b516c450bef65590b1b6f 100644 |
| --- a/build/isolate.gypi |
| +++ b/build/isolate.gypi |
| @@ -80,6 +80,7 @@ |
| '--config-variable', 'chromeos=<(chromeos)', |
| '--config-variable', 'component=<(component)', |
| '--config-variable', 'disable_nacl=<(disable_nacl)', |
| + '--config-variable', 'enable_plugins=<(enable_plugins)', |
|
M-A Ruel
2015/04/03 00:45:26
http://build.chromium.org/p/tryserver.chromium.lin
gunsch
2015/04/03 00:48:38
enable_plugins is set to 0 when chromecast==1 (see
M-A Ruel
2015/04/03 00:56:08
My question is:
is disable_nacl==0 set when chrome
gunsch
2015/04/03 01:38:03
To make sure we're on the same page: do most build
|
| '--config-variable', 'fastbuild=<(fastbuild)', |
| '--config-variable', 'icu_use_data_file_flag=<(icu_use_data_file_flag)', |
| # TODO(kbr): move this to chrome_tests.gypi:gles2_conform_tests_run |