Missing input files when running "gclient sync --jobs 16"

Having problems with building or using CEF's C/C++ APIs? This forum is here to help. Please do not post bug reports or feature requests here.

Missing input files when running "gclient sync --jobs 16"

Postby Hylinn » Wed Jan 28, 2015 8:21 pm

I'm running through the manual steps to download and build found here: https://code.google.com/p/chromiumembedded/wiki/BranchesAndBuilding#Release_Branch. I'm specifically trying to get the 2272 release branch.

When I run the "gclient sync --jobs 16" command in my command prompt I eventually happen upon a warning saying that I am missing input files. The exact output is as follows:
Code: Select all
________ running 'C:\Users\htaggart\depot_tools\python276_bin\python.exe src/build/gyp_chromium' in 'C:\Users\htaggart\workspace\cef3_2272\chromium'
Enabled Psyco JIT.
Updating projects from gyp files...
Warning: Missing input files:
C:\Users\htaggart\workspace\cef3_2272\chromium\src\skia\..\third_party\skia\include\ports\SkFontStyle.h
C:\Users\htaggart\workspace\cef3_2272\chromium\src\content\browser\android\gesture_event_type_list.h
C:\Users\htaggart\workspace\cef3_2272\chromium\src\chrome\browser\searuch\most_visited_iframe_source.h
C:\Users\htaggart\workspace\cef3_2272\chromium\src\content\public\common\platform_notification_service.h
C:\Users\htaggart\workspace\cef3_2272\chromium\src\net\android\cert_verify_status_android_list.h
C:\Users\htaggart\workspace\cef3_2272\chromium\src\third_party\angle\tests\third_party\googletest\src\gtest-all.cc
C:\Users\htaggart\workspace\cef3_2272\chromium\src\content\public\common\top_controls_state_list.h
C:\Users\htaggart\workspace\cef3_2272\chromium\src\chrome\browser\sessions\base_session_service_delegate.h
C:\Users\htaggart\workspace\cef3_2272\chromium\src\extensions\renderer\resources\extensions\web_view_events.js
C:\Users\htaggart\workspace\cef3_2272\chromium\src\ash\system\chromeos\virtual_keyboard\tray_keyboard_lock_unittest.h
C:\Users\htaggart\workspace\cef3_2272\chromium\src\third_party\libjingle\source\talk\media\base\videoframefactory.cc
C:\Users\htaggart\workspace\cef3_2272\chromium\src\mojo\edk\js\tests\js_to_cpp_tests
C:\Users\htaggart\workspace\cef3_2272\chromium\src\chrome\browser\android\activity_type_id_list.h
C:\Users\htaggart\workspace\cef3_2272\chromium\src\third_party\WebKit\Source\platform\graphics\test\MockDiscardablePixelRef.h
C:\Users\htaggart\workspace\cef3_2272\chromium\src\extensions\renderer\resources\extensions\surface_worker.js
C:\Users\htaggart\workspace\cef3_2272\chromium\src\chrome\renderer\resources\extensions\app_view.js
C:\Users\htaggart\workspace\cef3_2272\chromium\src\content\browser\android\popup_item_type_list.h
C:\Users\htaggart\workspace\cef3_2272\chromium\src\third_party\angle\tests\third_party\googlemock\src\gmock-all.cc
C:\Users\htaggart\workspace\cef3_2272\chromium\src\chrome\browser\sync\profile_sync_service_model_type_selection_android.h
C:\Users\htaggart\workspace\cef3_2272\chromium\src\net\cert\scoped_openssl_types.h
C:\Users\htaggart\workspace\cef3_2272\chromium\src\third_party\WebKit\Source\core\animation\ColorStyleInterpolation.hanimation\DefaultStyleInterpolation.h
C:\Users\htaggart\workspace\cef3_2272\chromium\src\chrome\browser\ui\toolbar\toolbar_model_security_level_list.h
C:\Users\htaggart\workspace\cef3_2272\chromium\src\chrome\browser\android\tab_load_status.h
C:\Users\htaggart\workspace\cef3_2272\chromium\src\third_party\WebKit\Source\core\testing\PartialPrivateScriptTest.h
C:\Users\htaggart\workspace\cef3_2272\chromium\src\content\public\common\result_codes_list.h
C:\Users\htaggart\workspace\cef3_2272\chromium\src\extensions\renderer\resources\extensions\web_view_experimental.js
C:\Users\htaggart\workspace\cef3_2272\chromium\src\extensions\renderer\resources\extensions\web_view.js
C:\Users\htaggart\workspace\cef3_2272\chromium\src\components\constranied_window\constrained_window_views.h
C:\Users\htaggart\workspace\cef3_2272\chromium\src\components\constranied_window\constrained_window_views_client.h
C:\Users\htaggart\workspace\cef3_2272\chromium\src\chrome\browser\profiles\profile_metrics_list.h
C:\Users\htaggart\workspace\cef3_2272\chromium\src\ui\base\android\system_ui_resource_type.h
C:\Users\htaggart\workspace\cef3_2272\chromium\src\third_party\WebKit\Source\core\rendering\RenderSelectionInfo.h
Hook ''C:\Users\htaggart\depot_tools\python276_bin\python.exe' src/build/gyp_chromium' took 124.10 secs


As can be seen by the output, this is happening when trying to run gyp_chromium. I navigated through the Chromium source for version 41.0.2272.36 hoping that I could manually download them and noticed that the files mentioned don't exist. In one case, chromium\src\chrome\browser\searuch\most_visited_iframe_source.h, the path was even misspelled.

Is there a way around this or is it possible that this can be a result of a previous commands failure? I'm rather curious about how a path can be misspelled as well.

I also tried to continue the download and build process despite this issue and was unsuccessful. The remaining commands went as follows:
Code: Select all
C:\Users\htaggart\workspace\cef3_2272\chromium\src>git clone https://chromiumembedded@bitbucket.org/chromiumembedded/branches-2272-cef3.git cef
Cloning into 'cef'...
remote: Counting objects: 1082, done.
remote: Compressing objects: 100% (633/633), done.
remote: Total 1082 (delta 440), reused 1082 (delta 440)
Receiving objects: 100% (1082/1082), 2.27 MiB | 1012.00 KiB/s, done.
Resolving deltas: 100% (440/440), done.
Checking connectivity... done.

C:\Users\htaggart\workspace\cef3_2272\chromium\src>cd cef

C:\Users\htaggart\workspace\cef3_2272\chromium\src\cef>cef_create_projects.bat

Generating CEF version header file...

________ running 'C:\Users\htaggart\depot_tools\python276_bin\python.exe tools/make_version_header.py --header include/cef_version.h --cef_version VERSION --chrome_version ../chrome/VERSION --cpp_header_dir include' in 'C:\Users\htaggart\workspace\cef3_2272\chromium\src\cef'
File include/cef_version.h updated.

Patching build configuration and source files for CEF...

________ running 'C:\Users\htaggart\depot_tools\python276_bin\python.exe tools/patcher.py --patch-config patch/patch.cfg' in 'C:\Users\htaggart\workspace\cef3_2272\chromium\src\cef'
Reading patch file C:/Users/htaggart/workspace/cef3_2272/chromium/src/cef/patch/patches/gritsettings.patch
WARNING:root:successfully patched ../tools/gritsettings/resource_ids
Reading patch file C:/Users/htaggart/workspace/cef3_2272/chromium/src/cef/patch/patches/build.patch
WARNING:root:successfully patched ../build/common.gypi
WARNING:root:successfully patched ../build/mac/strip_save_dsym
Reading patch file C:/Users/htaggart/workspace/cef3_2272/chromium/src/cef/patch/patches/zlib.patch
WARNING:root:successfully patched ../third_party/zlib/contrib/minizip/unzip.c
Reading patch file C:/Users/htaggart/workspace/cef3_2272/chromium/src/cef/patch/patches/message_loop_443.patch
WARNING:root:successfully patched ../base/message_loop/message_loop.cc
Reading patch file C:/Users/htaggart/workspace/cef3_2272/chromium/src/cef/patch/patches/gyp_331.patch
WARNING:root:successfully patched ../tools/gyp/pylib/gyp/generator/ninja.py
Reading patch file C:/Users/htaggart/workspace/cef3_2272/chromium/src/cef/patch/patches/webkit_popups.patch
WARNING:root:successfully patched ../third_party/WebKit/Source/web/ChromeClientImpl.cpp
WARNING:root:file is not patched - failed hunk: 1
WARNING:root:source file is different - ../third_party/WebKit/Source/web/WebViewImpl.cpp
WARNING:root:successfully patched ../third_party/WebKit/Source/web/WebViewImpl.h
WARNING:root:successfully patched ../third_party/WebKit/public/web/WebView.h
Reading patch file C:/Users/htaggart/workspace/cef3_2272/chromium/src/cef/patch/patches/underlay_1051.patch
WARNING:root:successfully patched ../ui/base/cocoa/underlay_opengl_hosting_window.h
Reading patch file C:/Users/htaggart/workspace/cef3_2272/chromium/src/cef/patch/patches/views_widget_180.patch
WARNING:root:successfully patched ../ui/views/widget/desktop_aura/desktop_screen_win.cc
WARNING:root:successfully patched ../ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc
WARNING:root:successfully patched ../ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc
WARNING:root:successfully patched ../ui/views/widget/desktop_aura/desktop_window_tree_host_x11.h
WARNING:root:successfully patched ../ui/views/widget/widget.cc
WARNING:root:successfully patched ../ui/views/widget/widget.h
Reading patch file C:/Users/htaggart/workspace/cef3_2272/chromium/src/cef/patch/patches/content_nav_1129.patch
WARNING:root:successfully patched ../content/public/renderer/content_renderer_client.cc
WARNING:root:successfully patched ../content/public/renderer/content_renderer_client.h
WARNING:root:successfully patched ../content/renderer/render_frame_impl.cc
Reading patch file C:/Users/htaggart/workspace/cef3_2272/chromium/src/cef/patch/patches/public_browser_1161_1257.patch
WARNING:root:successfully patched ../content/public/browser/content_browser_client.cc
WARNING:root:successfully patched ../content/public/browser/content_browser_client.h
WARNING:root:successfully patched ../content/public/browser/web_contents.cc
WARNING:root:successfully patched ../content/public/browser/web_contents.h
WARNING:root:successfully patched ../content/public/browser/web_contents_delegate.cc
WARNING:root:successfully patched ../content/public/browser/web_contents_delegate.h
Reading patch file C:/Users/htaggart/workspace/cef3_2272/chromium/src/cef/patch/patches/compositor_1368.patch
WARNING:root:successfully patched ../content/browser/compositor/gpu_process_transport_factory.cc
WARNING:root:successfully patched ../ui/compositor/compositor.h
Reading patch file C:/Users/htaggart/workspace/cef3_2272/chromium/src/cef/patch/patches/browser_web_contents_1257.patch
WARNING:root:successfully patched ../content/browser/web_contents/web_contents_impl.cc
Reading patch file C:/Users/htaggart/workspace/cef3_2272/chromium/src/cef/patch/patches/chrome_browser_1257.patch
WARNING:root:successfully patched ../chrome/browser/ui/browser.cc
WARNING:root:successfully patched ../chrome/browser/ui/browser.h
Reading patch file C:/Users/htaggart/workspace/cef3_2272/chromium/src/cef/patch/patches/prefs_content_1161.patch
WARNING:root:successfully patched ../content/public/common/common_param_traits_macros.h
WARNING:root:successfully patched ../content/public/common/web_preferences.cc
WARNING:root:successfully patched ../content/public/common/web_preferences.h
WARNING:root:successfully patched ../content/renderer/render_view_impl.cc
Reading patch file C:/Users/htaggart/workspace/cef3_2272/chromium/src/cef/patch/patches/webkit_platform_mac_328814.patch
WARNING:root:successfully patched ../third_party/WebKit/Source/platform/mac/ThemeMac.mm
WARNING:root:successfully patched ../third_party/WebKit/Source/platform/mac/WebCoreNSCellExtras.h
Reading patch file C:/Users/htaggart/workspace/cef3_2272/chromium/src/cef/patch/patches/ui_dragdrop_355390.patch
WARNING:root:successfully patched ../ui/base/dragdrop/os_exchange_data_provider_aurax11.cc
Reading patch file C:/Users/htaggart/workspace/cef3_2272/chromium/src/cef/patch/patches/spellcheck_137.patch
WARNING:root:successfully patched ../chrome/browser/spellchecker/spellcheck_factory.cc
WARNING:root:successfully patched ../chrome/browser/spellchecker/spellcheck_factory.h
Reading patch file C:/Users/htaggart/workspace/cef3_2272/chromium/src/cef/patch/patches/render_process_host_1429.patch
WARNING:root:successfully patched ../content/browser/renderer_host/render_process_host_impl.cc
Skipping patch file C:/Users/htaggart/workspace/cef3_2272/chromium/src/cef/patch/patches/spi_webcore_364.patch
Writing file C:/Users/htaggart/workspace/cef3_2272/chromium/src/cef/patch/patch_state.h.

Generating CEF project files...

________ running 'C:\Users\htaggart\depot_tools\python276_bin\python.exe ../build/gyp_chromium cef.gyp -I cef.gypi' in 'C:\Users\htaggart\workspace\cef3_2272\chromium\src\cef'
Enabled Psyco JIT.
Updating projects from gyp files...
Warning: Missing input files:
..\third_party\angle\tests\third_party\googlemock\src\gmock-all.cc
..\content\browser\android\popup_item_type_list.h
..\skia\..\third_party\skia\include\ports\SkFontStyle.h
..\third_party\WebKit\Source\core\animation\ColorStyleInterpolation.hanimation\DefaultStyleInterpolation.h
..\components\constranied_window\constrained_window_views.h
..\components\constranied_window\constrained_window_views_client.h
..\third_party\libjingle\source\talk\media\base\videoframefactory.cc
..\content\public\common\top_controls_state_list.h
..\content\public\common\result_codes_list.h
include\cef_pack_strings.h
..\content\public\common\platform_notification_service.h
..\net\cert\scoped_openssl_types.h
..\third_party\angle\tests\third_party\googletest\src\gtest-all.cc
..\net\android\cert_verify_status_android_list.h
..\third_party\WebKit\Source\core\rendering\RenderSelectionInfo.h
include\cef_pack_resources.h
..\third_party\WebKit\Source\core\testing\PartialPrivateScriptTest.h
..\ui\base\android\system_ui_resource_type.h
..\content\browser\android\gesture_event_type_list.h


It can be seen at the end of the output when trying to run cef_create_projects.bat that there is the same warning about missing input files with a bunch of the paths from the first list of missing files. Is this related? My first question still stands, could this be a result of a previous command error or configuration issue or what?

For those who like to read and are curious about the output of the my whole process:
Code: Select all
C:\Users\htaggart\depot_tools>gclient
Usage: gclient.py <command> [options]

Meta checkout manager supporting both Subversion and GIT.

Commands are:
  cleanup  cleans up all working copies
  config   creates a .gclient file in the current directory
  diff     displays local diff for every dependencies
  fetch    fetches upstream commits for all modules
  grep     greps through git repos managed by gclient
  help     prints list of commands or help for a specific command
  hookinfo outputs the hooks that would be run by `gclient runhooks`
  pack     generates a patch which can be applied at the root of the tree
  recurse  operates [command args ...] on all the dependencies
  revert   reverts all modifications in every dependencies
  revinfo  outputs revision info mapping for the client and its dependencies
  runhooks runs hooks for files that have been modified in the local working copy
  status   shows modification status for every dependencies
  sync     checkout/update all modules
  verify   verifies the DEPS file deps are only from allowed_hosts

Options:
  --version             show program's version number and exit
  -h, --help            show this help message and exit
  -j JOBS, --jobs=JOBS  Specify how many SCM commands can run in parallel;
                        defaults to 8 on this machine
  -v, --verbose         Produces additional output for diagnostics. Can be
                        used up to three times for more logging info.
  --gclientfile=CONFIG_FILENAME
                        Specify an alternate .gclient file
  --spec=SPEC           create a gclient file containing the provided string.
                        Due to Cygwin/Python brokenness, it can't contain any
                        newlines.
  --no-nag-max          Ignored for backwards compatibility.

C:\Users\htaggart\depot_tools>cd ..\workspace\cef3_2272\chromium

C:\Users\htaggart\workspace\cef3_2272\chromium>fetch --nohooks chromium --nosvn=True
Running: 'C:\Users\htaggart\depot_tools\python276_bin\python.exe' 'C:\Users\htaggart\depot_tools\gclient.py' config --spec 'solutions = [
  {
    "managed": False,
    "name": "src",
    "url": "https://chromium.googlesource.com/chromium/src.git",
    "custom_deps": {},
    "deps_file": ".DEPS.git",
    "safesync_url": "",
  },
]
'
Running: 'C:\Users\htaggart\depot_tools\python276_bin\python.exe' 'C:\Users\htaggart\depot_tools\gclient.py' sync --nohooks

[0:01:00] Still working on:
[0:01:00]   src

[Removed for length]

[0:13:10] Still working on:
[0:13:10]   src
Syncing projects:   0% ( 0/ 2)
[0:13:13] Still working on:
[0:13:13]   src
Syncing projects:  97% (80/82) src/v8
[0:20:36] Still working on:
[0:20:36]   src/chrome/tools/test/reference_build/chrome_win
[0:20:36]   src/third_party/WebKit

[Remove for length]

[0:27:02] Still working on:
[0:27:02]   src/chrome/tools/test/reference_build/chrome_win
[0:27:02]   src/third_party/WebKit
Syncing projects:  98% (81/82) src/chrome/tools/test/reference_build/chrome_win

[Removed for length]

[0:48:02] Still working on:
[0:48:02]   src/third_party/WebKit
Syncing projects: 100% (82/82), done.
Running: git submodule foreach 'git config -f $toplevel/.git/config submodule.$name.ignore all'
Running: git config --add remote.origin.fetch '+refs/tags/*:refs/tags/*'
Running: git config diff.ignoreSubmodules all

C:\Users\htaggart\workspace\cef3_2272\chromium>cd src

C:\Users\htaggart\workspace\cef3_2272\chromium\src>gclient sync --nohooks --with_branch_heads
Syncing projects: 100% (82/82), done.

C:\Users\htaggart\workspace\cef3_2272\chromium\src>git fetch
remote: Counting objects: 1518898, done
remote: Finding sources: 100% (82058/82058)
remote: Total 82058 (delta 51797), reused 82024 (delta 51797)
Receiving objects: 100% (82058/82058), 112.01 MiB | 9.72 MiB/s, done.
Resolving deltas: 100% (51797/51797), completed with 109 local objects.
From https://chromium.googlesource.com/chromium/src
   0f37d4b..a95ea70  git-svn    -> origin/git-svn
   50b9fb5..fa56c9d  ignore/foo -> origin/ignore/foo
   955bab6..82463be  lkcr       -> origin/lkcr
   0f37d4b..a95ea70  master     -> origin/master
 * [new tag]         42.0.2290.3 -> 42.0.2290.3
 * [new ref]         refs/branch-heads/1000 -> branch-heads/1000
 * [new ref]         refs/branch-heads/1001 -> branch-heads/1001
 * [new ref]         refs/branch-heads/1002 -> branch-heads/1002
 * [new ref]         refs/branch-heads/1003 -> branch-heads/1003
 * [new ref]         refs/branch-heads/1004 -> branch-heads/1004
 * [new ref]         refs/branch-heads/1005 -> branch-heads/1005
 * [new ref]         refs/branch-heads/1006 -> branch-heads/1006
[Removed for length]
 * [new ref]         refs/branch-heads/WPO_Test -> branch-heads/WPO_Test
 * [new ref]         refs/branch-heads/background_tasks -> branch-heads/background_tasks
 * [new ref]         refs/branch-heads/backup -> branch-heads/backup
 * [new ref]         refs/branch-heads/branch-heads/1364 -> branch-heads/branch-heads/1364
 * [new ref]         refs/branch-heads/branch-heads/1403 -> branch-heads/branch-heads/1403
 * [new ref]         refs/branch-heads/branch-heads/1410 -> branch-heads/branch-heads/1410
 * [new ref]         refs/branch-heads/build_154.44 -> branch-heads/build_154.44
 * [new ref]         refs/branch-heads/chrome_official_branch -> branch-heads/chrome_official_branch
 * [new ref]         refs/branch-heads/chrome_official_branch@1015 -> branch-heads/chrome_official_branch@1015
 * [new ref]         refs/branch-heads/chrome_official_branch@1276 -> branch-heads/chrome_official_branch@1276
 * [new ref]         refs/branch-heads/chrome_official_branch@1715 -> branch-heads/chrome_official_branch@1715
 * [new ref]         refs/branch-heads/chrome_official_branch@2178 -> branch-heads/chrome_official_branch@2178
 * [new ref]         refs/branch-heads/chrome_official_branch@6089 -> branch-heads/chrome_official_branch@6089
 * [new ref]         refs/branch-heads/chrome_official_branch@6121 -> branch-heads/chrome_official_branch@6121
 * [new ref]         refs/branch-heads/chrome_official_branch@6129 -> branch-heads/chrome_official_branch@6129
 * [new ref]         refs/branch-heads/chrome_official_branch@6134 -> branch-heads/chrome_official_branch@6134
 * [new ref]         refs/branch-heads/chrome_official_branch@7714 -> branch-heads/chrome_official_branch@7714
 * [new ref]         refs/branch-heads/chrome_official_branch_2 -> branch-heads/chrome_official_branch_2
 * [new ref]         refs/branch-heads/chrome_official_branch_bak -> branch-heads/chrome_official_branch_bak
 * [new ref]         refs/branch-heads/chrome_webkit_merge_branch -> branch-heads/chrome_webkit_merge_branch
 * [new ref]         refs/branch-heads/erg-readability -> branch-heads/erg-readability
 * [new ref]         refs/branch-heads/git-svn -> branch-heads/git-svn
 * [new ref]         refs/branch-heads/mal-mp-test -> branch-heads/mal-mp-test
 * [new ref]         refs/branch-heads/mal_test -> branch-heads/mal_test
 * [new ref]         refs/branch-heads/nsylvain_test -> branch-heads/nsylvain_test
 * [new ref]         refs/branch-heads/nsylvain_test2 -> branch-heads/nsylvain_test2
 * [new ref]         refs/branch-heads/ojan_experimental_branch -> branch-heads/ojan_experimental_branch
 * [new ref]         refs/branch-heads/pamg_test -> branch-heads/pamg_test
 * [new ref]         refs/branch-heads/redo-popup-blocking-ui -> branch-heads/redo-popup-blocking-ui
 * [new ref]         refs/branch-heads/release-beta -> branch-heads/release-beta
 * [new ref]         refs/branch-heads/release-beta@7785 -> branch-heads/release-beta@7785
 * [new ref]         refs/branch-heads/release-beta@8270 -> branch-heads/release-beta@8270
 * [new ref]         refs/branch-heads/release-dev -> branch-heads/release-dev
 * [new ref]         refs/branch-heads/release-dev@7787 -> branch-heads/release-dev@7787
 * [new ref]         refs/branch-heads/release-dev@8616 -> branch-heads/release-dev@8616
 * [new ref]         refs/branch-heads/release-stable -> branch-heads/release-stable
 * [new ref]         refs/branch-heads/release-stable@7784 -> branch-heads/release-stable@7784
 * [new ref]         refs/branch-heads/release-stable@8268 -> branch-heads/release-stable@8268
 * [new ref]         refs/branch-heads/release_154.next -> branch-heads/release_154.next
 * [new ref]         refs/branch-heads/release_154.next@8288 -> branch-heads/release_154.next@8288
 * [new ref]         refs/branch-heads/release_154.tmp -> branch-heads/release_154.tmp
 * [new ref]         refs/branch-heads/release_154.tmp@9604 -> branch-heads/release_154.tmp@9604
 * [new ref]         refs/branch-heads/wpotest -> branch-heads/wpotest

C:\Users\htaggart\workspace\cef3_2272\chromium\src>git checkout refs/remotes/branch-heads/2272
Checking out files: 100% (12294/12294), done.
Previous HEAD position was 0f37d4b... Roll src/third_party/WebKit fb46751:db3c2b2 (svn 189109:189118)
HEAD is now at c54b15a... Disabled animation in indeterminate progress bar.

C:\Users\htaggart\workspace\cef3_2272\chromium\src>gclient sync --jobs 16
Syncing projects: 100% (85/85), done.

________ running 'C:\Users\htaggart\depot_tools\python276_bin\python.exe src/build/landmines.py' in 'C:\Users\htaggart\workspace\cef3_2272\chromium'

________ running 'C:\Users\htaggart\depot_tools\python276_bin\python.exe src/build/download_nacl_toolchains.py --mode nacl_core_sdk sync' in 'C:\Users\htaggart\workspace\cef3_2272\chromium'
INFO: --Syncing nacl_x86_glibc to revision 14192--
INFO: Downloading package archive: core_sdk.tar.bz2 (1/3)
INFO: Downloading package archive: gdb_i686_w64_mingw32.tgz (2/3)
INFO: Downloading package archive: toolchain.tar.bz2 (3/3)
INFO: --Syncing nacl_x86_newlib to revision 14191--
INFO: Downloading package archive: core_sdk.tgz (1/2)
INFO: Downloading package archive: naclsdk.tgz (2/2)
INFO: --Syncing pnacl_newlib to revision 14185--
INFO: Downloading package archive: binutils_pnacl_i686_w64_mingw32.tgz (1/46)
INFO: Downloading package archive: binutils_x86_i686_w64_mingw32.tgz (2/46)
INFO: Downloading package archive: compiler_rt_arm.tgz (3/46)
INFO: Downloading package archive: compiler_rt_arm_nonsfi.tgz (4/46)
INFO: Downloading package archive: compiler_rt_mips32.tgz (5/46)
INFO: Downloading package archive: compiler_rt_x86_32.tgz (6/46)
INFO: Downloading package archive: compiler_rt_x86_32_nonsfi.tgz (7/46)
INFO: Downloading package archive: compiler_rt_x86_64.tgz (8/46)
INFO: Downloading package archive: core_sdk_libs_i686.tgz (9/46)
INFO: Downloading package archive: core_sdk_libs_le32.tgz (10/46)
INFO: Downloading package archive: core_sdk_libs_x86_64.tgz (11/46)
INFO: Downloading package archive: driver_i686_w64_mingw32.tgz (12/46)
INFO: Downloading package archive: libcxx_arm_bc.tgz (13/46)
INFO: Downloading package archive: libcxx_i686.tgz (14/46)
INFO: Downloading package archive: libcxx_i686_bc.tgz (15/46)
INFO: Downloading package archive: libcxx_le32.tgz (16/46)
INFO: Downloading package archive: libcxx_x86_64.tgz (17/46)
INFO: Downloading package archive: libcxx_x86_64_bc.tgz (18/46)
INFO: Downloading package archive: libgcc_eh_arm.tgz (19/46)
INFO: Downloading package archive: libgcc_eh_mips32.tgz (20/46)
INFO: Downloading package archive: libgcc_eh_x86_32.tgz (21/46)
INFO: Downloading package archive: libgcc_eh_x86_64.tgz (22/46)
INFO: Downloading package archive: libs_support_arm_bc.tgz (23/46)
INFO: Downloading package archive: libs_support_i686.tgz (24/46)
INFO: Downloading package archive: libs_support_i686_bc.tgz (25/46)
INFO: Downloading package archive: libs_support_le32.tgz (26/46)
INFO: Downloading package archive: libs_support_translator_arm.tgz (27/46)
INFO: Downloading package archive: libs_support_translator_arm_nonsfi.tgz (28/46)
INFO: Downloading package archive: libs_support_translator_mips32.tgz (29/46)
INFO: Downloading package archive: libs_support_translator_x86_32.tgz (30/46)
INFO: Downloading package archive: libs_support_translator_x86_32_nonsfi.tgz (31/46)
INFO: Downloading package archive: libs_support_translator_x86_64.tgz (32/46)
INFO: Downloading package archive: libs_support_x86_64.tgz (33/46)
INFO: Downloading package archive: libs_support_x86_64_bc.tgz (34/46)
INFO: Downloading package archive: libstdcxx_arm_bc.tgz (35/46)
INFO: Downloading package archive: libstdcxx_i686_bc.tgz (36/46)
INFO: Downloading package archive: libstdcxx_le32.tgz (37/46)
INFO: Downloading package archive: libstdcxx_x86_64_bc.tgz (38/46)
INFO: Downloading package archive: llvm_i686_w64_mingw32.tgz (39/46)
INFO: Downloading package archive: metadata.tgz (40/46)
INFO: Downloading package archive: newlib_arm_bc.tgz (41/46)
INFO: Downloading package archive: newlib_i686.tgz (42/46)
INFO: Downloading package archive: newlib_i686_bc.tgz (43/46)
INFO: Downloading package archive: newlib_le32.tgz (44/46)
INFO: Downloading package archive: newlib_x86_64.tgz (45/46)
INFO: Downloading package archive: newlib_x86_64_bc.tgz (46/46)
INFO: --Syncing pnacl_translator to revision 14185--
INFO: Downloading package archive: pnacl-translator.tgz (1/1)
Hook ''C:\Users\htaggart\depot_tools\python276_bin\python.exe' src/build/download_nacl_toolchains.py --mode nacl_core_sdk sync' took 37.14 secs

________ running 'C:\Users\htaggart\depot_tools\python276_bin\python.exe src/build/download_sdk_extras.py' in 'C:\Users\htaggart\workspace\cef3_2272\chromium'

________ running 'C:\Users\htaggart\depot_tools\python276_bin\python.exe src/chrome/installer/linux/sysroot_scripts/install-debian.wheezy.sysroot.py --linux-only' in 'C:\Users\htaggart\workspace\cef3_2272\chromium'

________ running 'C:\Users\htaggart\depot_tools\python276_bin\python.exe src/build/vs_toolchain.py update' in 'C:\Users\htaggart\workspace\cef3_2272\chromium'

________ running 'C:\Users\htaggart\depot_tools\python276_bin\python.exe src/tools/clang/scripts/update.py --if-needed' in 'C:\Users\htaggart\workspace\cef3_2272\chromium'
Skipping Clang update (clang=1 was not set in GYP_DEFINES).

________ running 'C:\Users\htaggart\depot_tools\python276_bin\python.exe src/build/util/lastchange.py -o src/build/util/LASTCHANGE' in 'C:\Users\htaggart\workspace\cef3_2272\chromium'

________ running 'C:\Users\htaggart\depot_tools\python276_bin\python.exe src/build/util/lastchange.py -s src/third_party/WebKit -o src/build/util/LASTCHANGE.blink' in 'C:\Users\htaggart\workspace\cef3_2272\chromium'

________ running 'download_from_google_storage --no_resume --platform=win32 --no_auth --bucket chromium-gn -s src/buildtools/win/gn.exe.sha1' in 'C:\Users\htaggart\workspace\cef3_2272\chromium'
0> Downloading src/buildtools/win/gn.exe...
Hook 'download_from_google_storage --no_resume --platform=win32 --no_auth --bucket chromium-gn -s src/buildtools/win/gn.exe.sha1' took 12.53 secs

________ running 'download_from_google_storage --no_resume --platform=darwin --no_auth --bucket chromium-gn -s src/buildtools/mac/gn.sha1' in 'C:\Users\htaggart\workspace\cef3_2272\chromium'

________ running 'download_from_google_storage --no_resume --platform=linux* --no_auth --bucket chromium-gn -s src/buildtools/linux32/gn.sha1' in 'C:\Users\htaggart\workspace\cef3_2272\chromium'

________ running 'download_from_google_storage --no_resume --platform=linux* --no_auth --bucket chromium-gn -s src/buildtools/linux64/gn.sha1' in 'C:\Users\htaggart\workspace\cef3_2272\chromium'

________ running 'download_from_google_storage --no_resume --platform=win32 --no_auth --bucket chromium-clang-format -s src/buildtools/win/clang-format.exe.sha1' in 'C:\Users\htaggart\workspace\cef3_2272\chromium'
0> Downloading src/buildtools/win/clang-format.exe...

________ running 'download_from_google_storage --no_resume --platform=darwin --no_auth --bucket chromium-clang-format -s src/buildtools/mac/clang-format.sha1' in 'C:\Users\htaggart\workspace\cef3_2272\chromium'

________ running 'download_from_google_storage --no_resume --platform=linux* --no_auth --bucket chromium-clang-format -s src/buildtools/linux64/clang-format.sha1' in 'C:\Users\htaggart\workspace\cef3_2272\chromium'

________ running 'C:\Users\htaggart\depot_tools\python276_bin\python.exe src/third_party/binutils/download.py' in 'C:\Users\htaggart\workspace\cef3_2272\chromium'

________ running 'download_from_google_storage --no_resume --platform=linux* --no_auth --bucket chromium-eu-strip -s src/build/linux/bin/eu-strip.sha1' in 'C:\Users\htaggart\workspace\cef3_2272\chromium'

________ running 'download_from_google_storage --no_resume --platform=win32 --no_auth --bucket chromium-drmemory -s src/third_party/drmemory/drmemory-windows-sfx.exe.sha1' in 'C:\Users\htaggart\workspace\cef3_2272\chromium'
0> Downloading src/third_party/drmemory/drmemory-windows-sfx.exe...
Hook 'download_from_google_storage --no_resume --platform=win32 --no_auth --bucket chromium-drmemory -s src/third_party/drmemory/drmemory-windows-sfx.exe.sha1' took 10.42 secs

________ running 'C:\Users\htaggart\depot_tools\python276_bin\python.exe src/build/get_syzygy_binaries.py --output-dir=src/third_party/syzygy/binaries --revision=b92d590a9670f92b1223bcc9a334771ce95611cd --overwrite' in 'C:\Users\htaggart\workspace\cef3_2272\chromium'
INFO:get_syzygy_binaries.py:Installing revision b92d590a9670 Syzygy binaries.
Hook ''C:\Users\htaggart\depot_tools\python276_bin\python.exe' src/build/get_syzygy_binaries.py --output-dir=src/third_party/syzygy/binaries --revision=b92d590a9670f92b1223bcc9a334771ce95611cd --overwrite' took 10.19 secs

________ running 'download_from_google_storage --no_resume --platform=win32 --directory --recursive --no_auth --num_threads=16 --bucket chromium-apache-win32 src/third_party/apache-win32' in 'C:\Users\htaggart\workspace\cef3_2272\chromium'
3> Downloading src/third_party/apache-win32\bin\libapriconv-1.dll...
4> Downloading src/third_party/apache-win32\bin\libaprutil-1.dll...
9> Downloading src/third_party/apache-win32\bin\ssleay32.dll...
1> Downloading src/third_party/apache-win32\bin\httpd.exe...
2> Downloading src/third_party/apache-win32\bin\libapr-1.dll...
0> Downloading src/third_party/apache-win32\bin\ApacheMonitor.exe...
5> Downloading src/third_party/apache-win32\bin\libeay32.dll...
6> Downloading src/third_party/apache-win32\bin\libhttpd.dll...
8> Downloading src/third_party/apache-win32\bin\php5ts.dll...
7> Downloading src/third_party/apache-win32\bin\openssl.exe...
13> Downloading src/third_party/apache-win32\modules\mod_authz_host.so...
14> Downloading src/third_party/apache-win32\modules\mod_autoindex.so...
15> Downloading src/third_party/apache-win32\modules\mod_cgi.so...
12> Downloading src/third_party/apache-win32\modules\mod_asis.so...
10> Downloading src/third_party/apache-win32\bin\zlib1.dll...
11> Downloading src/third_party/apache-win32\modules\mod_alias.so...
3> Downloading src/third_party/apache-win32\modules\mod_headers.so...
4> Downloading src/third_party/apache-win32\modules\mod_log_config.so...
9> Downloading src/third_party/apache-win32\modules\mod_mime.so...
1> Downloading src/third_party/apache-win32\modules\php5apache2_2.dll...
0> Downloading src/third_party/apache-win32\modules\mod_rewrite.so...
2> Downloading src/third_party/apache-win32\modules\mod_ssl.so...
Hook 'download_from_google_storage --no_resume --platform=win32 --directory --recursive --no_auth --num_threads=16 --bucket chromium-apache-win32 src/third_party/apache-win32' took 27.87 secs

________ running 'C:\Users\htaggart\depot_tools\python276_bin\python.exe src/mojo/public/tools/download_shell_binary.py' in 'C:\Users\htaggart\workspace\cef3_2272\chromium'
Not supported for your platform

________ running 'C:\Users\htaggart\depot_tools\python276_bin\python.exe src/build/gyp_chromium' in 'C:\Users\htaggart\workspace\cef3_2272\chromium'
Enabled Psyco JIT.
Updating projects from gyp files...
Warning: Missing input files:
C:\Users\htaggart\workspace\cef3_2272\chromium\src\skia\..\third_party\skia\include\ports\SkFontStyle.h
C:\Users\htaggart\workspace\cef3_2272\chromium\src\content\browser\android\gesture_event_type_list.h
C:\Users\htaggart\workspace\cef3_2272\chromium\src\chrome\browser\searuch\most_visited_iframe_source.h
C:\Users\htaggart\workspace\cef3_2272\chromium\src\content\public\common\platform_notification_service.h
C:\Users\htaggart\workspace\cef3_2272\chromium\src\net\android\cert_verify_status_android_list.h
C:\Users\htaggart\workspace\cef3_2272\chromium\src\third_party\angle\tests\third_party\googletest\src\gtest-all.cc
C:\Users\htaggart\workspace\cef3_2272\chromium\src\content\public\common\top_controls_state_list.h
C:\Users\htaggart\workspace\cef3_2272\chromium\src\chrome\browser\sessions\base_session_service_delegate.h
C:\Users\htaggart\workspace\cef3_2272\chromium\src\extensions\renderer\resources\extensions\web_view_events.js
C:\Users\htaggart\workspace\cef3_2272\chromium\src\ash\system\chromeos\virtual_keyboard\tray_keyboard_lock_unittest.h
C:\Users\htaggart\workspace\cef3_2272\chromium\src\third_party\libjingle\source\talk\media\base\videoframefactory.cc
C:\Users\htaggart\workspace\cef3_2272\chromium\src\mojo\edk\js\tests\js_to_cpp_tests
C:\Users\htaggart\workspace\cef3_2272\chromium\src\chrome\browser\android\activity_type_id_list.h
C:\Users\htaggart\workspace\cef3_2272\chromium\src\third_party\WebKit\Source\platform\graphics\test\MockDiscardablePixelRef.h
C:\Users\htaggart\workspace\cef3_2272\chromium\src\extensions\renderer\resources\extensions\surface_worker.js
C:\Users\htaggart\workspace\cef3_2272\chromium\src\chrome\renderer\resources\extensions\app_view.js
C:\Users\htaggart\workspace\cef3_2272\chromium\src\content\browser\android\popup_item_type_list.h
C:\Users\htaggart\workspace\cef3_2272\chromium\src\third_party\angle\tests\third_party\googlemock\src\gmock-all.cc
C:\Users\htaggart\workspace\cef3_2272\chromium\src\chrome\browser\sync\profile_sync_service_model_type_selection_android.h
C:\Users\htaggart\workspace\cef3_2272\chromium\src\net\cert\scoped_openssl_types.h
C:\Users\htaggart\workspace\cef3_2272\chromium\src\third_party\WebKit\Source\core\animation\ColorStyleInterpolation.hanimation\DefaultStyleInterpolation.h
C:\Users\htaggart\workspace\cef3_2272\chromium\src\chrome\browser\ui\toolbar\toolbar_model_security_level_list.h
C:\Users\htaggart\workspace\cef3_2272\chromium\src\chrome\browser\android\tab_load_status.h
C:\Users\htaggart\workspace\cef3_2272\chromium\src\third_party\WebKit\Source\core\testing\PartialPrivateScriptTest.h
C:\Users\htaggart\workspace\cef3_2272\chromium\src\content\public\common\result_codes_list.h
C:\Users\htaggart\workspace\cef3_2272\chromium\src\extensions\renderer\resources\extensions\web_view_experimental.js
C:\Users\htaggart\workspace\cef3_2272\chromium\src\extensions\renderer\resources\extensions\web_view.js
C:\Users\htaggart\workspace\cef3_2272\chromium\src\components\constranied_window\constrained_window_views.h
C:\Users\htaggart\workspace\cef3_2272\chromium\src\components\constranied_window\constrained_window_views_client.h
C:\Users\htaggart\workspace\cef3_2272\chromium\src\chrome\browser\profiles\profile_metrics_list.h
C:\Users\htaggart\workspace\cef3_2272\chromium\src\ui\base\android\system_ui_resource_type.h
C:\Users\htaggart\workspace\cef3_2272\chromium\src\third_party\WebKit\Source\core\rendering\RenderSelectionInfo.h
Hook ''C:\Users\htaggart\depot_tools\python276_bin\python.exe' src/build/gyp_chromium' took 124.10 secs

________ running 'C:\Users\htaggart\depot_tools\python276_bin\python.exe src/tools/check_git_config.py --running-as-hook' in 'C:\Users\htaggart\workspace\cef3_2272\chromium'

________ running 'C:\Users\htaggart\depot_tools\python276_bin\python.exe src/tools/remove_stale_pyc_files.py src/tools' in 'C:\Users\htaggart\workspace\cef3_2272\chromium'

C:\Users\htaggart\workspace\cef3_2272\chromium\src>git clone https://chromiumembedded@bitbucket.org/chromiumembedded/branches-2272-cef3.git cef
Cloning into 'cef'...
remote: Counting objects: 1082, done.
remote: Compressing objects: 100% (633/633), done.
remote: Total 1082 (delta 440), reused 1082 (delta 440)
Receiving objects: 100% (1082/1082), 2.27 MiB | 1012.00 KiB/s, done.
Resolving deltas: 100% (440/440), done.
Checking connectivity... done.

C:\Users\htaggart\workspace\cef3_2272\chromium\src>cd cef

C:\Users\htaggart\workspace\cef3_2272\chromium\src\cef>cef_create_projects.bat

Generating CEF version header file...

________ running 'C:\Users\htaggart\depot_tools\python276_bin\python.exe tools/make_version_header.py --header include/cef_version.h --cef_v
ersion VERSION --chrome_version ../chrome/VERSION --cpp_header_dir include' in 'C:\Users\htaggart\workspace\cef3_2272\chromium\src\cef'
File include/cef_version.h updated.

Patching build configuration and source files for CEF...

________ running 'C:\Users\htaggart\depot_tools\python276_bin\python.exe tools/patcher.py --patch-config patch/patch.cfg' in 'C:\Users\htagg
art\workspace\cef3_2272\chromium\src\cef'
Reading patch file C:/Users/htaggart/workspace/cef3_2272/chromium/src/cef/patch/patches/gritsettings.patch
WARNING:root:successfully patched ../tools/gritsettings/resource_ids
Reading patch file C:/Users/htaggart/workspace/cef3_2272/chromium/src/cef/patch/patches/build.patch
WARNING:root:successfully patched ../build/common.gypi
WARNING:root:successfully patched ../build/mac/strip_save_dsym
Reading patch file C:/Users/htaggart/workspace/cef3_2272/chromium/src/cef/patch/patches/zlib.patch
WARNING:root:successfully patched ../third_party/zlib/contrib/minizip/unzip.c
Reading patch file C:/Users/htaggart/workspace/cef3_2272/chromium/src/cef/patch/patches/message_loop_443.patch
WARNING:root:successfully patched ../base/message_loop/message_loop.cc
Reading patch file C:/Users/htaggart/workspace/cef3_2272/chromium/src/cef/patch/patches/gyp_331.patch
WARNING:root:successfully patched ../tools/gyp/pylib/gyp/generator/ninja.py
Reading patch file C:/Users/htaggart/workspace/cef3_2272/chromium/src/cef/patch/patches/webkit_popups.patch
WARNING:root:successfully patched ../third_party/WebKit/Source/web/ChromeClientImpl.cpp
WARNING:root:file is not patched - failed hunk: 1
WARNING:root:source file is different - ../third_party/WebKit/Source/web/WebViewImpl.cpp
WARNING:root:successfully patched ../third_party/WebKit/Source/web/WebViewImpl.h
WARNING:root:successfully patched ../third_party/WebKit/public/web/WebView.h
Reading patch file C:/Users/htaggart/workspace/cef3_2272/chromium/src/cef/patch/patches/underlay_1051.patch
WARNING:root:successfully patched ../ui/base/cocoa/underlay_opengl_hosting_window.h
Reading patch file C:/Users/htaggart/workspace/cef3_2272/chromium/src/cef/patch/patches/views_widget_180.patch
WARNING:root:successfully patched ../ui/views/widget/desktop_aura/desktop_screen_win.cc
WARNING:root:successfully patched ../ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc
WARNING:root:successfully patched ../ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc
WARNING:root:successfully patched ../ui/views/widget/desktop_aura/desktop_window_tree_host_x11.h
WARNING:root:successfully patched ../ui/views/widget/widget.cc
WARNING:root:successfully patched ../ui/views/widget/widget.h
Reading patch file C:/Users/htaggart/workspace/cef3_2272/chromium/src/cef/patch/patches/content_nav_1129.patch
WARNING:root:successfully patched ../content/public/renderer/content_renderer_client.cc
WARNING:root:successfully patched ../content/public/renderer/content_renderer_client.h
WARNING:root:successfully patched ../content/renderer/render_frame_impl.cc
Reading patch file C:/Users/htaggart/workspace/cef3_2272/chromium/src/cef/patch/patches/public_browser_1161_1257.patch
WARNING:root:successfully patched ../content/public/browser/content_browser_client.cc
WARNING:root:successfully patched ../content/public/browser/content_browser_client.h
WARNING:root:successfully patched ../content/public/browser/web_contents.cc
WARNING:root:successfully patched ../content/public/browser/web_contents.h
WARNING:root:successfully patched ../content/public/browser/web_contents_delegate.cc
WARNING:root:successfully patched ../content/public/browser/web_contents_delegate.h
Reading patch file C:/Users/htaggart/workspace/cef3_2272/chromium/src/cef/patch/patches/compositor_1368.patch
WARNING:root:successfully patched ../content/browser/compositor/gpu_process_transport_factory.cc
WARNING:root:successfully patched ../ui/compositor/compositor.h
Reading patch file C:/Users/htaggart/workspace/cef3_2272/chromium/src/cef/patch/patches/browser_web_contents_1257.patch
WARNING:root:successfully patched ../content/browser/web_contents/web_contents_impl.cc
Reading patch file C:/Users/htaggart/workspace/cef3_2272/chromium/src/cef/patch/patches/chrome_browser_1257.patch
WARNING:root:successfully patched ../chrome/browser/ui/browser.cc
WARNING:root:successfully patched ../chrome/browser/ui/browser.h
Reading patch file C:/Users/htaggart/workspace/cef3_2272/chromium/src/cef/patch/patches/prefs_content_1161.patch
WARNING:root:successfully patched ../content/public/common/common_param_traits_macros.h
WARNING:root:successfully patched ../content/public/common/web_preferences.cc
WARNING:root:successfully patched ../content/public/common/web_preferences.h
WARNING:root:successfully patched ../content/renderer/render_view_impl.cc
Reading patch file C:/Users/htaggart/workspace/cef3_2272/chromium/src/cef/patch/patches/webkit_platform_mac_328814.patch
WARNING:root:successfully patched ../third_party/WebKit/Source/platform/mac/ThemeMac.mm
WARNING:root:successfully patched ../third_party/WebKit/Source/platform/mac/WebCoreNSCellExtras.h
Reading patch file C:/Users/htaggart/workspace/cef3_2272/chromium/src/cef/patch/patches/ui_dragdrop_355390.patch
WARNING:root:successfully patched ../ui/base/dragdrop/os_exchange_data_provider_aurax11.cc
Reading patch file C:/Users/htaggart/workspace/cef3_2272/chromium/src/cef/patch/patches/spellcheck_137.patch
WARNING:root:successfully patched ../chrome/browser/spellchecker/spellcheck_factory.cc
WARNING:root:successfully patched ../chrome/browser/spellchecker/spellcheck_factory.h
Reading patch file C:/Users/htaggart/workspace/cef3_2272/chromium/src/cef/patch/patches/render_process_host_1429.patch
WARNING:root:successfully patched ../content/browser/renderer_host/render_process_host_impl.cc
Skipping patch file C:/Users/htaggart/workspace/cef3_2272/chromium/src/cef/patch/patches/spi_webcore_364.patch
Writing file C:/Users/htaggart/workspace/cef3_2272/chromium/src/cef/patch/patch_state.h.

Generating CEF project files...

________ running 'C:\Users\htaggart\depot_tools\python276_bin\python.exe ../build/gyp_chromium cef.gyp -I cef.gypi' in 'C:\Users\htaggart\workspace\cef3_2272\chromium\src\cef'
Enabled Psyco JIT.
Updating projects from gyp files...
Warning: Missing input files:
..\third_party\angle\tests\third_party\googlemock\src\gmock-all.cc
..\content\browser\android\popup_item_type_list.h
..\skia\..\third_party\skia\include\ports\SkFontStyle.h
..\third_party\WebKit\Source\core\animation\ColorStyleInterpolation.hanimation\DefaultStyleInterpolation.h
..\components\constranied_window\constrained_window_views.h
..\components\constranied_window\constrained_window_views_client.h
..\third_party\libjingle\source\talk\media\base\videoframefactory.cc
..\content\public\common\top_controls_state_list.h
..\content\public\common\result_codes_list.h
include\cef_pack_strings.h
..\content\public\common\platform_notification_service.h
..\net\cert\scoped_openssl_types.h
..\third_party\angle\tests\third_party\googletest\src\gtest-all.cc
..\net\android\cert_verify_status_android_list.h
..\third_party\WebKit\Source\core\rendering\RenderSelectionInfo.h
include\cef_pack_resources.h
..\third_party\WebKit\Source\core\testing\PartialPrivateScriptTest.h
..\ui\base\android\system_ui_resource_type.h
..\content\browser\android\gesture_event_type_list.h
Hylinn
Newbie
 
Posts: 4
Joined: Mon Jan 26, 2015 7:17 pm

Re: Missing input files when running "gclient sync --jobs 16

Postby magreenblatt » Wed Jan 28, 2015 8:57 pm

The "Warning: Missing input files" message can safely be ignored.
magreenblatt
Site Admin
 
Posts: 12409
Joined: Fri May 29, 2009 6:57 pm


Return to Support Forum

Who is online

Users browsing this forum: Google [Bot] and 98 guests