| 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 import("//build/config/chrome_build.gni") | 5 import("//build/config/chrome_build.gni") |
| 6 import("//testing/test.gni") | 6 import("//testing/test.gni") |
| 7 | 7 |
| 8 # This file deliberately has no default "util" target so dependants have to | 8 # This file deliberately has no default "util" target so dependants have to |
| 9 # specify with the ":with_no_strings" or ":with_rc_strings" variants. Random | 9 # specify with the ":with_no_strings" or ":with_rc_strings" variants. Random |
| 10 # code that ends up getting linked into chrome proper should depend on the | 10 # code that ends up getting linked into chrome proper should depend on the |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 50 # The constants target checks the Chrome distribution from this target. Both | 50 # The constants target checks the Chrome distribution from this target. Both |
| 51 # targets have to be linked together in practice. | 51 # targets have to be linked together in practice. |
| 52 allow_circular_includes_from = [ "//chrome/common:constants" ] | 52 allow_circular_includes_from = [ "//chrome/common:constants" ] |
| 53 | 53 |
| 54 if (is_win) { | 54 if (is_win) { |
| 55 sources = [ | 55 sources = [ |
| 56 "chrome_browser_operations.cc", | 56 "chrome_browser_operations.cc", |
| 57 "chrome_browser_operations.h", | 57 "chrome_browser_operations.h", |
| 58 "delete_after_reboot_helper.cc", | 58 "delete_after_reboot_helper.cc", |
| 59 "delete_after_reboot_helper.h", | 59 "delete_after_reboot_helper.h", |
| 60 "experiment.cc", |
| 61 "experiment.h", |
| 60 "experiment_labels.cc", | 62 "experiment_labels.cc", |
| 61 "experiment_labels.h", | 63 "experiment_labels.h", |
| 64 "experiment_metrics.cc", |
| 65 "experiment_metrics.h", |
| 66 "experiment_storage.cc", |
| 67 "experiment_storage.h", |
| 62 "google_chrome_distribution.cc", | 68 "google_chrome_distribution.cc", |
| 63 "google_chrome_distribution.h", | 69 "google_chrome_distribution.h", |
| 64 "html_dialog.h", | 70 "html_dialog.h", |
| 65 "html_dialog_impl.cc", | 71 "html_dialog_impl.cc", |
| 66 "logging_installer.cc", | 72 "logging_installer.cc", |
| 67 "logging_installer.h", | 73 "logging_installer.h", |
| 68 "lzma_file_allocator.cc", | 74 "lzma_file_allocator.cc", |
| 69 "lzma_file_allocator.h", | 75 "lzma_file_allocator.h", |
| 70 "lzma_util.cc", | 76 "lzma_util.cc", |
| 71 "lzma_util.h", | 77 "lzma_util.h", |
| (...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 285 "copy_tree_work_item_unittest.cc", | 291 "copy_tree_work_item_unittest.cc", |
| 286 "create_dir_work_item_unittest.cc", | 292 "create_dir_work_item_unittest.cc", |
| 287 "create_reg_key_work_item_unittest.cc", | 293 "create_reg_key_work_item_unittest.cc", |
| 288 "delete_after_reboot_helper_unittest.cc", | 294 "delete_after_reboot_helper_unittest.cc", |
| 289 "delete_old_versions_unittest.cc", | 295 "delete_old_versions_unittest.cc", |
| 290 "delete_reg_key_work_item_unittest.cc", | 296 "delete_reg_key_work_item_unittest.cc", |
| 291 "delete_reg_value_work_item_unittest.cc", | 297 "delete_reg_value_work_item_unittest.cc", |
| 292 "delete_tree_work_item_unittest.cc", | 298 "delete_tree_work_item_unittest.cc", |
| 293 "duplicate_tree_detector_unittest.cc", | 299 "duplicate_tree_detector_unittest.cc", |
| 294 "experiment_labels_unittest.cc", | 300 "experiment_labels_unittest.cc", |
| 301 "experiment_storage_unittest.cc", |
| 302 "experiment_unittest.cc", |
| 295 "google_update_settings_unittest.cc", | 303 "google_update_settings_unittest.cc", |
| 296 "install_util_unittest.cc", | 304 "install_util_unittest.cc", |
| 297 "installer_util_test_common.cc", | 305 "installer_util_test_common.cc", |
| 298 "installer_util_test_common.h", | 306 "installer_util_test_common.h", |
| 299 "l10n_string_util_unittest.cc", | 307 "l10n_string_util_unittest.cc", |
| 300 "language_selector_unittest.cc", | 308 "language_selector_unittest.cc", |
| 301 "legacy_firewall_manager_win_unittest.cc", | 309 "legacy_firewall_manager_win_unittest.cc", |
| 302 "logging_installer_unittest.cc", | 310 "logging_installer_unittest.cc", |
| 303 "lzma_file_allocator_unittest.cc", | 311 "lzma_file_allocator_unittest.cc", |
| 304 "lzma_util_unittest.cc", | 312 "lzma_util_unittest.cc", |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 340 "//testing/gmock", | 348 "//testing/gmock", |
| 341 "//testing/gtest", | 349 "//testing/gtest", |
| 342 ] | 350 ] |
| 343 | 351 |
| 344 data = [ | 352 data = [ |
| 345 "//chrome/test/data/extensions/", | 353 "//chrome/test/data/extensions/", |
| 346 "//chrome/test/data/installer/", | 354 "//chrome/test/data/installer/", |
| 347 ] | 355 ] |
| 348 } | 356 } |
| 349 } # is_win | 357 } # is_win |
| OLD | NEW |