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

Unified Diff: cc/BUILD.gn

Issue 1466173002: Fix the `sizes` regressions in Linux GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@linux_x64_2
Patch Set: remove gin, update expectations 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 | « base/allocator/BUILD.gn ('k') | components/translate/content/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/BUILD.gn
diff --git a/cc/BUILD.gn b/cc/BUILD.gn
index 3be4ebb9b3d28848b32687f46e4b15cac4b73044..5e72514aecc36b1e23d25e74a014f420c24a902b 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -4,7 +4,7 @@
import("//testing/test.gni")
-component("cc") {
+static_library("cc") {
danakj 2015/12/09 23:26:50 is there a list of the static initializers that ar
Dirk Pranke 2015/12/09 23:35:12 There's a list in crbug.com/559766 . In cc, I thin
sources = [
"animation/animation.cc",
"animation/animation.h",
« no previous file with comments | « base/allocator/BUILD.gn ('k') | components/translate/content/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698