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

Unified Diff: components/components.gyp

Issue 12902030: Make Encryptor a component. Used by //chrome and (soon) //components/webdata. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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/components/components.gyp b/components/components.gyp
index cc385a0f60929551213104b172ba14c090d0a83b..56ab26155486630b84c1da418a995a4a8519b156 100644
--- a/components/components.gyp
+++ b/components/components.gyp
@@ -3,10 +3,17 @@
# found in the LICENSE file.
{
+ 'variables': {
+ # This turns on e.g. the filename-based detection of which
+ # platforms to include source files on (e.g. files ending in
+ # _mac.h or _mac.cc are only compiled on MacOSX).
+ 'chromium_code': 1,
+ },
'includes': [
'autofill.gypi',
'auto_login_parser.gypi',
'components_tests.gypi',
+ 'encryptor.gypi',
'navigation_interception.gypi',
'user_prefs.gypi',
'visitedlink.gypi',

Powered by Google App Engine
This is Rietveld 408576698