1. 28 Jul, 2016 2 commits
    • dpranke's avatar
      Make sure PDB files are in runtime_deps for GN builds. · f79ed9d1
      dpranke authored
      Before r407890, we had no good way to make sure that
      we were including the .pdb files for executables and
      shared libraries in the runtime_deps for a target.
      Now that GN has a `runtime_outputs` option, we can
      use that and list the PDBs. This should fix issues
      for debugging and also packaging the NaCl files as
      part of an official build.
      
      R=brettw@chromium.org, sebmarchand@chromium.org
      BUG=624478, 629709
      
      Review-Url: https://codereview.chromium.org/2192643002
      Cr-Commit-Position: refs/heads/master@{#408282}
      f79ed9d1
    • xingliu's avatar
      Blimp settings UI integration for Chrome, everything still lives in Blimp. · 27752d3e
      xingliu authored
      Previously Blimp code is in blimp/app, this CL port settings UI code to core, and reuse Java resources files in blimp/app.(We can setup new one in core or somewhere if needed)
      
      In this way, all UI resources, and code live in Blimp so we don't leak things to Chrome at the moment.
      
      For Chrome, it needs to throw a callback interface to Blimp, so Blimp can ask Chrome to do things in java.
      
      The CL that port UI code and resources into Chrome will be deleted.
      
      BUG=624451
      
      Review-Url: https://codereview.chromium.org/2173563003
      Cr-Commit-Position: refs/heads/master@{#408281}
      27752d3e
  2. 27 Jul, 2016 38 commits