diff options
-rw-r--r-- | o3d/DEPS_gyp | 2 | ||||
-rw-r--r-- | o3d/plugin/plugin.gyp | 11 |
2 files changed, 1 insertions, 12 deletions
diff --git a/o3d/DEPS_gyp b/o3d/DEPS_gyp index f06121e..d61540c 100644 --- a/o3d/DEPS_gyp +++ b/o3d/DEPS_gyp @@ -4,7 +4,7 @@ vars = { "chromium_rev": "27534", "o3d_code_rev": "149", "skia_rev": "341", - "gyp_rev": "671", + "gyp_rev": "682", "gtest_rev": "267", "gflags_rev": "30", "breakpad_rev": "391", diff --git a/o3d/plugin/plugin.gyp b/o3d/plugin/plugin.gyp index 495e8b8..4c9da18 100644 --- a/o3d/plugin/plugin.gyp +++ b/o3d/plugin/plugin.gyp @@ -200,17 +200,6 @@ '-lGL', ], }, - # On Linux, shared library targets aren't copied to the - # product dir automatically. Filed GYP issue #74 to address this. - # TODO(gspencer): Remove when issue #74 is resolved. - 'copies': [ - { - 'destination': '<(PRODUCT_DIR)', - 'files': [ - '<(PRODUCT_DIR)/obj/o3d/plugin/<(LIBRARY_PREFIX)<(_target_name)<(SHARED_LIB_SUFFIX)', - ], - }, - ], }, ], ['OS == "win"', |