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

Unified Diff: runtime/bin/bin.gypi

Issue 299823004: Upgrade Observatory to Polymer 0.10.x (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 7 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 | « no previous file | runtime/bin/resources_sources.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/bin.gypi
diff --git a/runtime/bin/bin.gypi b/runtime/bin/bin.gypi
index b53f94b16211079c16b633cdbe28999651d69368..22b9f1c8f761abe9d2d8feed57f5a175752e9387 100644
--- a/runtime/bin/bin.gypi
+++ b/runtime/bin/bin.gypi
@@ -211,7 +211,7 @@
['_toolset=="target"', {
'defines': [
# Needed for sources outside of nss that include pr and ssl
- # header files.
+ # header files.
'MDCPUCFG="md/_linux.cfg"',
],
}],
@@ -359,6 +359,9 @@
'action_name': 'generate_resources_cc',
'inputs': [
'../tools/create_resources.py',
+ # The following two files are used to trigger a rebuild.
+ 'bin/vmservice/client/deployed/web/index.html',
+ 'bin/vmservice/client/deployed/web/index.html_bootstrap.dart.js',
'<@(_sources)',
],
'outputs': [
@@ -372,6 +375,7 @@
'--inner_namespace', 'bin',
'--table_name', 'service_bin',
'--root_prefix', 'bin/',
+ '--client_root', 'bin/vmservice/client/deployed/',
'<@(_sources)'
],
'message': 'Generating ''<(resources_cc_file)'' file.'
« no previous file with comments | « no previous file | runtime/bin/resources_sources.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698