Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(17)

Unified Diff: third_party/polymer/reproduce.sh

Issue 582873003: Polymer elements added to third_party/polymer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/polymer/polymer/polymer.js.map ('k') | ui/file_manager/file_manager/audio_player.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/polymer/reproduce.sh
diff --git a/third_party/instrumented_libraries/scripts/libgtk2.0-0.sh b/third_party/polymer/reproduce.sh
similarity index 53%
copy from third_party/instrumented_libraries/scripts/libgtk2.0-0.sh
copy to third_party/polymer/reproduce.sh
index e3c73606a731e9108146da89d869f45f53bf5c86..5bf0184a38e65d5108b13218185a57f9b5144ba8 100755
--- a/third_party/instrumented_libraries/scripts/libgtk2.0-0.sh
+++ b/third_party/polymer/reproduce.sh
@@ -1,8 +1,15 @@
#!/bin/bash
+
# Copyright 2014 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-# This script does some preparations before build of instrumented libgtk2.0-0.
+set -e
+
+cd "$(dirname "$0")"
+
+rm -rf components
+bower install
+rm -rf components/web-animations-js
+find components/core-list -type f -exec chmod -x {} \;
-autoreconf
« no previous file with comments | « third_party/polymer/polymer/polymer.js.map ('k') | ui/file_manager/file_manager/audio_player.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698