summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
authorpkasting <pkasting@chromium.org>2015-11-13 13:37:34 -0800
committerCommit bot <commit-bot@chromium.org>2015-11-13 21:38:59 +0000
commit34c412ca66485c3d57bdc925526f5666d677d430 (patch)
tree56f1ab1edc2451c2f80abe18df0e27d4aa315a1d /chrome
parent72d6de8fe7426c39384d34fac4eaf2d068a0d02b (diff)
downloadchromium_src-34c412ca66485c3d57bdc925526f5666d677d430.zip
chromium_src-34c412ca66485c3d57bdc925526f5666d677d430.tar.gz
chromium_src-34c412ca66485c3d57bdc925526f5666d677d430.tar.bz2
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}
Diffstat (limited to 'chrome')
-rw-r--r--chrome/chrome_browser.gypi2
-rw-r--r--chrome/installer/installer_tools.gyp26
2 files changed, 1 insertions, 27 deletions
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',