From 34c412ca66485c3d57bdc925526f5666d677d430 Mon Sep 17 00:00:00 2001 From: pkasting Date: Fri, 13 Nov 2015 13:37:34 -0800 Subject: Fix "missing source file" errors during gclient runhooks. BUG=none TEST=none TBR=kinuko Review URL: https://codereview.chromium.org/1439633003 Cr-Commit-Position: refs/heads/master@{#359652} --- chrome/chrome_browser.gypi | 2 +- chrome/installer/installer_tools.gyp | 26 -------------------------- 2 files changed, 1 insertion(+), 27 deletions(-) (limited to 'chrome') diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi index 40fe802..9466e45 100644 --- a/chrome/chrome_browser.gypi +++ b/chrome/chrome_browser.gypi @@ -301,7 +301,7 @@ 'browser/background_sync/background_sync_controller_factory.cc', 'browser/background_sync/background_sync_controller_factory.h', 'browser/background_sync/background_sync_controller_impl.cc', - 'browser/background_sync/background_sync_controller_implh.h', + 'browser/background_sync/background_sync_controller_impl.h', 'browser/bad_message.cc', 'browser/bad_message.h', 'browser/banners/app_banner_data_fetcher.cc', diff --git a/chrome/installer/installer_tools.gyp b/chrome/installer/installer_tools.gyp index c926caf..e30bce4 100644 --- a/chrome/installer/installer_tools.gyp +++ b/chrome/installer/installer_tools.gyp @@ -3,36 +3,10 @@ # found in the LICENSE file. { - 'variables': { - 'version_py': '<(DEPTH)/build/util/version.py', - 'version_path': '<(DEPTH)/chrome/VERSION', - 'lastchange_path': '<(DEPTH)/build/util/LASTCHANGE', - 'branding_dir': '<(DEPTH)/chrome/app/theme/<(branding_path_component)', - 'msvs_use_common_release': 0, - 'msvs_use_common_linker_extras': 0, - }, 'conditions': [ ['OS=="win"', { 'targets': [ { - 'target_name': 'validate_installation', - 'type': 'executable', - 'dependencies': [ - '<(DEPTH)/base/base.gyp:base', - '<(DEPTH)/chrome/chrome.gyp:installer_util', - '<(DEPTH)/chrome/chrome.gyp:installer_util_strings', - '<(DEPTH)/chrome/common_constants.gyp:common_constants', - ], - 'include_dirs': [ - '<(DEPTH)', - ], - 'sources': [ - 'tools/validate_installation.rc', - 'tools/validate_installation_main.cc', - 'tools/validate_installation_resource.h', - ], - }, - { # A target that is outdated if any of the mini_installer test sources # are modified. 'target_name': 'test_installer_sentinel', -- cgit v1.1