| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 action("bake_in_configs") { | 5 action("bake_in_configs") { |
| 6 visibility = ":*" | 6 visibility = [ ":*" ] |
| 7 script = "bake_in_configs.py" | 7 script = "bake_in_configs.py" |
| 8 | 8 |
| 9 inputs = [ | 9 inputs = [ |
| 10 "baked_in_configs/apis_google_com.json", | 10 "baked_in_configs/apis_google_com.json", |
| 11 "baked_in_configs/ddm_google_com.json", | 11 "baked_in_configs/ddm_google_com.json", |
| 12 "baked_in_configs/drive_google_com.json", | 12 "baked_in_configs/drive_google_com.json", |
| 13 "baked_in_configs/mail_google_com.json", | 13 "baked_in_configs/mail_google_com.json", |
| 14 "baked_in_configs/ssl_gstatic_com.json", | 14 "baked_in_configs/ssl_gstatic_com.json", |
| 15 "baked_in_configs/www_google_com.json", | 15 "baked_in_configs/www_google_com.json", |
| 16 "baked_in_configs/www_youtube_com.json", | 16 "baked_in_configs/www_youtube_com.json", |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 72 "test_util.h", | 72 "test_util.h", |
| 73 "uploader_unittest.cc", | 73 "uploader_unittest.cc", |
| 74 "util_unittest.cc", | 74 "util_unittest.cc", |
| 75 ] | 75 ] |
| 76 | 76 |
| 77 deps = [ | 77 deps = [ |
| 78 ":domain_reliability", | 78 ":domain_reliability", |
| 79 "//testing/gtest", | 79 "//testing/gtest", |
| 80 ] | 80 ] |
| 81 } | 81 } |
| OLD | NEW |