1. 26 May, 2015 2 commits
    • Arman Uguray's avatar
      build: Add gtest as a secondary source · 5c57faaa
      Arman Uguray authored
      As a temporary solution, this CL introduces gtest as a secondary build
      source. For now, gtest can be included in testonly targets as a direct
      GN target dependency, by placing the gtest source under "testing/gtest"
      at the root of the tree.
      
      Moving forward, we can use solutions like gclient to pull in external
      dependencies such as gtest, or we can depend on it being available on
      the system.
      
      BUG=21339022,21340407
      
      Change-Id: I80ab3a81a53d7c29d54857a8d0cd9677fed77549
      5c57faaa
    • Arman Uguray's avatar
      build: Add missing copyright headers to new GN build files · 9ca3fb82
      Arman Uguray authored
      BUG=21339022
      
      Change-Id: I946fad7bf8116054f9081e064748793e79a6f85a
      9ca3fb82
  2. 12 May, 2015 1 commit