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

Unified Diff: build/protoc.gypi

Issue 11612017: [Autofill] Add protobuf for Google Wallet risk parameters and a utility function for filling it out. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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
« no previous file with comments | « no previous file | chrome/browser/autofill/DEPS » ('j') | chrome/browser/autofill/risk/machine_fingerprint.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/protoc.gypi
diff --git a/build/protoc.gypi b/build/protoc.gypi
index 52fb8a2b6098d7f6b41a69c105b23363952511ab..7b4af336a978534c8ea82c1da9f8a768e875c916 100644
--- a/build/protoc.gypi
+++ b/build/protoc.gypi
@@ -101,7 +101,8 @@
],
'dependencies': [
'<(DEPTH)/third_party/protobuf/protobuf.gyp:protoc#host',
- '<(DEPTH)/third_party/protobuf/protobuf.gyp:protobuf_lite',
+ '<(DEPTH)/third_party/protobuf/protobuf.gyp:protobuf_full_do_not_use',
Albert Bodenhamer 2012/12/18 17:42:22 Test code?
Ilya Sherman 2012/12/19 01:50:08 Yep, this enables the DebugString() method that al
+# '<(DEPTH)/third_party/protobuf/protobuf.gyp:protobuf_lite',
],
'include_dirs': [
'<(SHARED_INTERMEDIATE_DIR)/protoc_out',
@@ -116,7 +117,8 @@
'export_dependent_settings': [
# The generated headers reference headers within protobuf_lite,
# so dependencies must be able to find those headers too.
- '<(DEPTH)/third_party/protobuf/protobuf.gyp:protobuf_lite',
+ '<(DEPTH)/third_party/protobuf/protobuf.gyp:protobuf_full_do_not_use',
+# '<(DEPTH)/third_party/protobuf/protobuf.gyp:protobuf_lite',
],
# This target exports a hard dependency because it generates header
# files.
« no previous file with comments | « no previous file | chrome/browser/autofill/DEPS » ('j') | chrome/browser/autofill/risk/machine_fingerprint.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698