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

Unified Diff: runtime/bin/bin.gypi

Issue 1534523002: Compress Observatory assets (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years 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/main.cc » ('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 989b9803a820cc6b62b181bd78c77f68dc2a0528..78c5a589f3eb545cb72c86777f0a9ede9adacd5d 100644
--- a/runtime/bin/bin.gypi
+++ b/runtime/bin/bin.gypi
@@ -503,6 +503,7 @@
'--outer_namespace', 'dart',
'--inner_namespace', 'bin',
'--name', 'observatory_assets_archive',
+ '--compress',
'--client_root', '<(PRODUCT_DIR)/observatory/deployed/web/',
],
'message': 'Generating ''<(observatory_assets_cc_file)'' file.'
@@ -587,6 +588,7 @@
],
'include_dirs': [
'..',
+ '../../third_party/', # Zlib
],
'sources': [
'main.cc',
@@ -639,6 +641,7 @@
],
'include_dirs': [
'..',
+ '../../third_party/', # Zlib
],
'sources': [
'main.cc',
@@ -682,6 +685,7 @@
],
'include_dirs': [
'..',
+ '../../third_party/', # Zlib
],
'sources': [
'main.cc',
@@ -737,6 +741,7 @@
],
'include_dirs': [
'..',
+ '../../third_party/', # Zlib
],
'sources': [
'main.cc',
« no previous file with comments | « no previous file | runtime/bin/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698