| Index: tools/gn/format_test_data/045.gn
|
| diff --git a/tools/gn/format_test_data/045.gn b/tools/gn/format_test_data/045.gn
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..28a7280d3bab854fa3026fc8c48b62fd48db0791
|
| --- /dev/null
|
| +++ b/tools/gn/format_test_data/045.gn
|
| @@ -0,0 +1,10 @@
|
| +static_library("browser") {
|
| + if (!is_ios) {
|
| + sources += rebase_path(gypi_values.chrome_browser_predictor_sources,
|
| + ".", "//chrome")
|
| + sources += rebase_path(gypi_values.chrome_browser_predictor_sourcesaaaaaaaa,
|
| + ".", "//chrome")
|
| + sources += rebase_path(gypi_values.chrome_browser_predictor_sourcesaaaaaaaaa,
|
| + ".", "//chrome")
|
| + }
|
| +}
|
|
|