summaryrefslogtreecommitdiffstats
path: root/tools/gn
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-02 17:08:15 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-02 17:08:15 +0000
commit4b6d32df475982e22dc3cf704ba4ca61f144ad61 (patch)
tree8ef78ad1a0671b4b483cc828e34ad3c22cf9789a /tools/gn
parent517d528ab250344959419ea53df8b9d0f5e68823 (diff)
downloadchromium_src-4b6d32df475982e22dc3cf704ba4ca61f144ad61.zip
chromium_src-4b6d32df475982e22dc3cf704ba4ca61f144ad61.tar.gz
chromium_src-4b6d32df475982e22dc3cf704ba4ca61f144ad61.tar.bz2
Move some component's GN build files to main tree.
This moves the files from the shadow tree and updates shared_library -> source_set. This also hooks up //url to the build (the file was already in the right place) BUG= R=blundell@chromium.org Review URL: https://codereview.chromium.org/221553002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261140 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/gn')
-rw-r--r--tools/gn/secondary/components/language_usage_metrics/BUILD.gn14
-rw-r--r--tools/gn/secondary/components/navigation_metrics/BUILD.gn15
-rw-r--r--tools/gn/secondary/components/onc/BUILD.gn17
-rw-r--r--tools/gn/secondary/components/startup_metric_utils/BUILD.gn14
4 files changed, 0 insertions, 60 deletions
diff --git a/tools/gn/secondary/components/language_usage_metrics/BUILD.gn b/tools/gn/secondary/components/language_usage_metrics/BUILD.gn
deleted file mode 100644
index a3e26be..0000000
--- a/tools/gn/secondary/components/language_usage_metrics/BUILD.gn
+++ /dev/null
@@ -1,14 +0,0 @@
-# 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.
-
-static_library("language_usage_metrics") {
- sources = [
- "language_usage_metrics.cc",
- "language_usage_metrics.h",
- ]
-
- deps = [
- "//base",
- ]
-}
diff --git a/tools/gn/secondary/components/navigation_metrics/BUILD.gn b/tools/gn/secondary/components/navigation_metrics/BUILD.gn
deleted file mode 100644
index ae78ee0..0000000
--- a/tools/gn/secondary/components/navigation_metrics/BUILD.gn
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 2013 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.
-
-static_library("navigation_metrics") {
- sources = [
- "navigation_metrics.cc",
- "navigation_metrics.h",
- ]
-
- deps = [
- "//base",
- "//url",
- ]
-}
diff --git a/tools/gn/secondary/components/onc/BUILD.gn b/tools/gn/secondary/components/onc/BUILD.gn
deleted file mode 100644
index 2b3aa66..0000000
--- a/tools/gn/secondary/components/onc/BUILD.gn
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 2013 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.
-
-component("onc_component") {
- sources = [
- "onc_constants.cc",
- "onc_constants.h",
- "onc_export.h",
- ]
-
- defines = [ "ONC_IMPLEMENTATION" ]
-
- deps = [
- "//base",
- ]
-}
diff --git a/tools/gn/secondary/components/startup_metric_utils/BUILD.gn b/tools/gn/secondary/components/startup_metric_utils/BUILD.gn
deleted file mode 100644
index 31d249f..0000000
--- a/tools/gn/secondary/components/startup_metric_utils/BUILD.gn
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 2013 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.
-
-static_library("startup_metric_utils") {
- sources = [
- "startup_metric_utils.cc",
- "startup_metric_utils.h",
- ]
-
- deps = [
- "//base",
- ]
-}