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

Unified Diff: blimp/BUILD.gn

Issue 1979773002: Add an action to create a symbol file for the Blimp engine (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove $host_toolchain Created 4 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 | blimp/engine/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/BUILD.gn
diff --git a/blimp/BUILD.gn b/blimp/BUILD.gn
index a2241473e0f0908100f3b41abc50a9ef5ce2cdbc..f7191103828b6b8f10dbcb5e758415c398555c9e 100644
--- a/blimp/BUILD.gn
+++ b/blimp/BUILD.gn
@@ -2,6 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+import("//build/config/chrome_build.gni")
import("//build/config/ui.gni")
import("//testing/test.gni")
@@ -30,6 +31,10 @@ group("blimp") {
"//blimp/engine",
"//blimp/engine:blimp_engine_bundle",
]
+
+ if (is_official_build) {
+ deps += [ "//blimp/engine:blimp_symbols" ]
+ }
}
if (is_linux && !is_chromeos && use_x11) {
« no previous file with comments | « no previous file | blimp/engine/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698