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

Unified Diff: components/components.gyp

Issue 11825011: Componentize visitedlinks to src/components/visitedlink (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add security OWNERS for ipc message. Created 7 years, 11 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
Index: components/components.gyp
diff --git a/build/android/pylib/host_driven/__init__.py b/components/components.gyp
similarity index 73%
copy from build/android/pylib/host_driven/__init__.py
copy to components/components.gyp
index 727e987e6b621957ed56f20af1968525a9abadcf..09a4171995e434df6c3f5363f150f8e5d5cbec78 100644
--- a/build/android/pylib/host_driven/__init__.py
+++ b/components/components.gyp
@@ -2,3 +2,8 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+{
+ 'includes': [
+ 'visitedlink/visitedlink.gypi',
+ ],
+}

Powered by Google App Engine
This is Rietveld 408576698