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

Side by Side Diff: chrome/chrome_common.gypi

Issue 167693002: Remove use_system_nspr build flag. It's not "officially" supported (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « build/common.gypi ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'common', 8 'target_name': 'common',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 10 'variables': {
(...skipping 518 matching lines...) Expand 10 before | Expand all | Expand 10 after
529 ['enable_automation==0', { 529 ['enable_automation==0', {
530 'sources/': [ 530 'sources/': [
531 ['exclude', '^common/automation_'] 531 ['exclude', '^common/automation_']
532 ] 532 ]
533 }], 533 }],
534 ['enable_plugins==0', { 534 ['enable_plugins==0', {
535 'source!' : [ 535 'source!' : [
536 'common/pepper_permission_util.cc', 536 'common/pepper_permission_util.cc',
537 ], 537 ],
538 }], 538 }],
539 ['use_system_nspr==1', {
540 'dependencies': [
541 '<(DEPTH)/base/third_party/nspr/nspr.gyp:nspr',
542 ],
543 }],
544 ['enable_webrtc==0', { 539 ['enable_webrtc==0', {
545 'sources!': [ 540 'sources!': [
546 'common/media/webrtc_logging_messages.h', 541 'common/media/webrtc_logging_messages.h',
547 ] 542 ]
548 }], 543 }],
549 ['enable_printing==0', { 544 ['enable_printing==0', {
550 'sources!': [ 545 'sources!': [
551 'common/print_messages.cc', 546 'common/print_messages.cc',
552 'common/print_messages.h', 547 'common/print_messages.h',
553 ] 548 ]
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
743 'common/metrics/proto/user_action_event.proto', 738 'common/metrics/proto/user_action_event.proto',
744 ], 739 ],
745 'variables': { 740 'variables': {
746 'proto_in_dir': 'common/metrics/proto', 741 'proto_in_dir': 'common/metrics/proto',
747 'proto_out_dir': 'chrome/common/metrics/proto', 742 'proto_out_dir': 'chrome/common/metrics/proto',
748 }, 743 },
749 'includes': [ '../build/protoc.gypi' ], 744 'includes': [ '../build/protoc.gypi' ],
750 }, 745 },
751 ], 746 ],
752 } 747 }
OLDNEW
« no previous file with comments | « build/common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698