diff options
author | jmadill <jmadill@chromium.org> | 2014-10-01 13:23:26 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-10-01 20:23:41 +0000 |
commit | a976b8c965d3383d90258758f3ef178c73e42480 (patch) | |
tree | b325da880010181a42803367670761bb9fe60b8a /build | |
parent | 16ff98553761bf560a25c7e26dd72755a1d5d62e (diff) | |
download | chromium_src-a976b8c965d3383d90258758f3ef178c73e42480.zip chromium_src-a976b8c965d3383d90258758f3ef178c73e42480.tar.gz chromium_src-a976b8c965d3383d90258758f3ef178c73e42480.tar.bz2 |
Remove angle_gyp from common.gypi.
This variable can go away now that blink no longer uses it.
BUG=415983
Review URL: https://codereview.chromium.org/614223002
Cr-Commit-Position: refs/heads/master@{#297702}
Diffstat (limited to 'build')
-rw-r--r-- | build/common.gypi | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/build/common.gypi b/build/common.gypi index ef263ba..7701e2d 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -2308,12 +2308,6 @@ # The path to the ANGLE library. 'angle_path': '<(DEPTH)/third_party/angle', - # TODO(jmadill): remove angle_gyp. http://crbug.com/415983 - # This temporary variable lets us change the name of the gyp file - # in blink and in chromium simultaneously. It should go away after - # we're done changing the path. - 'angle_gyp': 'angle.gyp', - # List of default apps to install in new profiles. The first list contains # the source files as found in svn. The second list, used only for linux, # contains the destination location for each of the files. When a crx |