Chromium Code Reviews| Index: test/actions-args-change/src/arg-action.gypi |
| diff --git a/test/actions-args-change/src/arg-action.gypi b/test/actions-args-change/src/arg-action.gypi |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..a93ba147be8b6c1c89c7e4eda4fd450fac95cfaa |
| --- /dev/null |
| +++ b/test/actions-args-change/src/arg-action.gypi |
| @@ -0,0 +1,9 @@ |
| +# Copyright (c) 2012 Google Inc. All rights reserved. |
| +# Use of this source code is governed by a BSD-style license that can be |
| +# found in the LICENSE file. |
| + |
| +{ |
| + 'variables': { |
| + 'test_arg': 'ARG_VALUE_1', |
| + }, |
| +} |