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: third_party/protobuf/protobuf.gyp

Issue 9706016: third_party/protobuf: update to upstream r412. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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: third_party/protobuf/protobuf.gyp
diff --git a/third_party/protobuf/protobuf.gyp b/third_party/protobuf/protobuf.gyp
index dc6a6424ede920156db297ad784701f37087b671..a0ab85a8e94ad2070f3e7cfd01449e0dcbe220ae 100644
--- a/third_party/protobuf/protobuf.gyp
+++ b/third_party/protobuf/protobuf.gyp
@@ -41,6 +41,13 @@
'toolsets': ['host', 'target'],
'sources': [
'src/google/protobuf/stubs/atomicops.h',
+ 'src/google/protobuf/stubs/atomicops_internals_arm_gcc.h',
+ 'src/google/protobuf/stubs/atomicops_internals_mips_gcc.h',
+ 'src/google/protobuf/stubs/atomicops_internals_x86_gcc.cc',
+ 'src/google/protobuf/stubs/atomicops_internals_x86_gcc.h',
+ 'src/google/protobuf/stubs/atomicops_internals_x86_macosx.h',
+ 'src/google/protobuf/stubs/atomicops_internals_x86_msvc.cc',
+ 'src/google/protobuf/stubs/atomicops_internals_x86_msvc.h',
'src/google/protobuf/stubs/common.h',
'src/google/protobuf/stubs/once.h',
'src/google/protobuf/stubs/platform_macros.h',
@@ -72,36 +79,6 @@
'src/google/protobuf/io/zero_copy_stream_impl_lite.cc',
'<(config_h_dir)/config.h',
],
- 'conditions': [
- ['OS == "win"', {
- 'sources+': [
- 'src/google/protobuf/stubs/atomicops_internals_x86_msvc.cc',
- 'src/google/protobuf/stubs/atomicops_internals_x86_msvc.h',
- ],
- }],
- ['OS == "mac"', {
- 'sources+': [
- 'src/google/protobuf/stubs/atomicops_internals_x86_macosx.h',
- ],
- }],
- ['"<(target_arch)" == "arm"', {
- 'sources+': [
- 'src/google/protobuf/stubs/atomicops_internals_arm_gcc.h',
- ],
- }],
- ['"<(target_arch)" == "mips"', {
- 'sources+': [
- 'src/google/protobuf/stubs/atomicops_internals_mips_gcc.h',
- ],
- }],
- ['"<(target_arch)" == "ia32" or "<(target_arch)" == "x64"', {
- 'sources+': [
- 'src/google/protobuf/stubs/atomicops_internals_x86_gcc.cc',
- 'src/google/protobuf/stubs/atomicops_internals_x86_gcc.h',
- ],
- }],
- ],
-
'include_dirs': [
'<(config_h_dir)',
'src',
« no previous file with comments | « third_party/protobuf/README.chromium ('k') | third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_x86_gcc.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698