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

Unified Diff: chrome/chrome_common.gypi

Issue 22295002: Base infrastructure for Networking Private API on Windows and Mac. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use scoped_ptr to pass Verify* args to WorkerPool. Created 7 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: chrome/chrome_common.gypi
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index 9814a4c1928a1f787b060868ba91e36aaf812382..83afbbe0fb56c1c6e2b9737c234340fc37163b30 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -425,6 +425,7 @@
}, { # enable_extensions == 0
'sources/': [
['exclude', '^common/extensions/api/'],
+ ['exclude', '^common/networking_private_messages.*'],
['include', 'common/extensions/api/extension_api_stub.cc'],
['include', 'common/extensions/api/extension_action/action_info.cc'],
['include', 'common/extensions/api/extension_action/action_info.h'],
@@ -449,6 +450,8 @@
'common/media_galleries/picasa_types.cc',
'common/media_galleries/picasa_types.h',
'common/media_galleries/pmp_constants.h',
+ 'common/networking_private_messages.cc',
+ 'common/networking_private_messages.h',
],
}],
['OS != "ios"', {

Powered by Google App Engine
This is Rietveld 408576698