summaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-14 22:25:09 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-14 22:25:09 +0000
commit2fa85baa772914bc2409fb632e9dcd34f96a6920 (patch)
treec6d0c60b4f7b6970f22f38affce03596f5fbacc9 /components
parent29a4ed0acf42fbae62b3338b0d90965d941ffcea (diff)
downloadchromium_src-2fa85baa772914bc2409fb632e9dcd34f96a6920.zip
chromium_src-2fa85baa772914bc2409fb632e9dcd34f96a6920.tar.gz
chromium_src-2fa85baa772914bc2409fb632e9dcd34f96a6920.tar.bz2
Add browser_extensions to GN build.
BUG= R=jamesr@chromium.org Review URL: https://codereview.chromium.org/383083010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283052 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components')
-rw-r--r--components/onc.gypi1
-rw-r--r--components/onc/BUILD.gn1
2 files changed, 2 insertions, 0 deletions
diff --git a/components/onc.gypi b/components/onc.gypi
index 2ac52c5..5d1a5a0 100644
--- a/components/onc.gypi
+++ b/components/onc.gypi
@@ -5,6 +5,7 @@
{
'targets': [
{
+ # GN version: //components/onc
'target_name': 'onc_component',
'type': '<(component)',
'dependencies': [
diff --git a/components/onc/BUILD.gn b/components/onc/BUILD.gn
index f082233..04e3564 100644
--- a/components/onc/BUILD.gn
+++ b/components/onc/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.
+# GYP version: components/onc.gypi:onc_component
component("onc") {
sources = [
"onc_constants.cc",