summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_resources.gyp
diff options
context:
space:
mode:
authorpenghuang@chromium.org <penghuang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-18 19:09:16 +0000
committerpenghuang@chromium.org <penghuang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-18 19:09:16 +0000
commitb23b1b484ab4f78d5c3107126489328fc8352164 (patch)
tree49d656da83e43cc3f5c585e7a899a0c53a992e56 /chrome/chrome_resources.gyp
parentd88a7a0805c7cfcbcd05f4876e4314cdb8f9ef97 (diff)
downloadchromium_src-b23b1b484ab4f78d5c3107126489328fc8352164.zip
chromium_src-b23b1b484ab4f78d5c3107126489328fc8352164.tar.gz
chromium_src-b23b1b484ab4f78d5c3107126489328fc8352164.tar.bz2
Add schema chrome-extension-resource:// for extension resources. It may be used for bundle JS libraries in future
like Google Analytics JS library. Mark a test case flaky for OSX, and reland it. BUG=122987 TEST=unit_tests --gtest_filter=ExtensionFileUtil.* TEST=browser_tests --gtest_filter=ExtensionResourceRequestPolicyTest* Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=137794 Review URL: https://chromiumcodereview.appspot.com/9909019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137918 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_resources.gyp')
-rw-r--r--chrome/chrome_resources.gyp8
1 files changed, 8 insertions, 0 deletions
diff --git a/chrome/chrome_resources.gyp b/chrome/chrome_resources.gyp
index c9ac561..e704b2b 100644
--- a/chrome/chrome_resources.gyp
+++ b/chrome/chrome_resources.gyp
@@ -69,6 +69,14 @@
},
],
'includes': [ '../build/grit_target.gypi' ],
+ 'copies': [
+ {
+ 'destination': '<(PRODUCT_DIR)/resources/extension/demo',
+ 'files': [
+ 'browser/resources/extension_resource/demo/library.js',
+ ],
+ },
+ ]
},
{
# TODO(mark): It would be better if each static library that needed