OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |