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

Unified Diff: content/components/content_components.gyp

Issue 11293017: Move navigation interception component to content/components (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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: content/components/content_components.gyp
diff --git a/native_client_sdk/src/build_tools/sdk_tools/command/__init__.py b/content/components/content_components.gyp
similarity index 65%
copy from native_client_sdk/src/build_tools/sdk_tools/command/__init__.py
copy to content/components/content_components.gyp
index a7b1510b09aaf61f17175667bd4d0c9867d4ba3b..8c9e06e0c4ed4a0b0e08bde4f61c1ae0b7d34935 100644
--- a/native_client_sdk/src/build_tools/sdk_tools/command/__init__.py
+++ b/content/components/content_components.gyp
@@ -1,5 +1,10 @@
# Copyright (c) 2012 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.
-"""Package for all sdk_update commands."""
+{
+ 'includes': [
+ 'navigation_interception/navigation_interception.gypi',
+ ],
+}

Powered by Google App Engine
This is Rietveld 408576698