| OLD | NEW |
| 1 # GN args template for blimp Android client. | 1 # GN args template for blimp Android client. |
| 2 # | 2 # |
| 3 # Add import to arg.gn in out directory and run gn gen on the directory to use. | 3 # Add import to arg.gn in out directory and run gn gen on the directory to use. |
| 4 # E.g. for out directory out/foo: | 4 # E.g. for out directory out/foo: |
| 5 # echo "import(\"//build/args/blimp_client.gn\")" > out/foo/args.gn | 5 # echo "import(\"//build/args/blimp_client.gn\")" > out/foo/args.gn |
| 6 # gn gen out/foo | 6 # gn gen out/foo |
| 7 # | 7 # |
| 8 # Use gn args to add your own build preference args. | 8 # Use gn args to add your own build preference args. |
| 9 | 9 |
| 10 target_os = "android" | 10 target_os = "android" |
| 11 is_component_build = true | 11 is_component_build = true |
| 12 enable_blimp = true |
| OLD | NEW |