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 386 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
397 'common/spellcheck_common.h', | 397 'common/spellcheck_common.h', |
398 'common/spellcheck_marker.h', | 398 'common/spellcheck_marker.h', |
399 'common/spellcheck_messages.h', | 399 'common/spellcheck_messages.h', |
400 'common/spellcheck_result.h', | 400 'common/spellcheck_result.h', |
401 'common/switch_utils.cc', | 401 'common/switch_utils.cc', |
402 'common/switch_utils.h', | 402 'common/switch_utils.h', |
403 'common/thumbnail_score.cc', | 403 'common/thumbnail_score.cc', |
404 'common/thumbnail_score.h', | 404 'common/thumbnail_score.h', |
405 'common/translate/language_detection_details.cc', | 405 'common/translate/language_detection_details.cc', |
406 'common/translate/language_detection_details.h', | 406 'common/translate/language_detection_details.h', |
407 'common/translate/language_detection_util.cc', | |
408 'common/translate/language_detection_util.h', | |
409 'common/translate/translate_common_metrics.cc', | |
410 'common/translate/translate_common_metrics.h', | |
411 'common/translate/translate_errors.h', | 407 'common/translate/translate_errors.h', |
412 'common/translate/translate_util.cc', | |
413 'common/translate/translate_util.h', | |
414 'common/tts_messages.h', | 408 'common/tts_messages.h', |
415 'common/tts_utterance_request.cc', | 409 'common/tts_utterance_request.cc', |
416 'common/tts_utterance_request.h', | 410 'common/tts_utterance_request.h', |
417 'common/url_constants.cc', | 411 'common/url_constants.cc', |
418 'common/url_constants.h', | 412 'common/url_constants.h', |
419 'common/validation_message_messages.h', | 413 'common/validation_message_messages.h', |
420 'common/web_application_info.cc', | 414 'common/web_application_info.cc', |
421 'common/web_application_info.h', | 415 'common/web_application_info.h', |
422 'common/worker_thread_ticker.cc', | 416 'common/worker_thread_ticker.cc', |
423 'common/worker_thread_ticker.h', | 417 'common/worker_thread_ticker.h', |
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
608 'sources!': [ | 602 'sources!': [ |
609 'common/media/webrtc_logging_messages.h', | 603 'common/media/webrtc_logging_messages.h', |
610 ] | 604 ] |
611 }], | 605 }], |
612 ['enable_printing==0', { | 606 ['enable_printing==0', { |
613 'sources!': [ | 607 'sources!': [ |
614 'common/print_messages.cc', | 608 'common/print_messages.cc', |
615 'common/print_messages.h', | 609 'common/print_messages.h', |
616 ] | 610 ] |
617 }], | 611 }], |
618 ['cld_version==0 or cld_version==1', { | |
619 'dependencies': [ | |
620 '<(DEPTH)/third_party/cld/cld.gyp:cld', | |
621 ], | |
622 }], | |
623 ['cld_version==0 or cld_version==2', { | |
624 'dependencies': [ | |
625 '<(DEPTH)/third_party/cld_2/cld_2.gyp:cld_2', | |
626 ], | |
627 }], | |
628 ], | 612 ], |
629 'target_conditions': [ | 613 'target_conditions': [ |
630 ['OS == "ios"', { | 614 ['OS == "ios"', { |
631 'sources/': [ | 615 'sources/': [ |
632 # Pull in specific Mac files for iOS (which have been filtered out | 616 # Pull in specific Mac files for iOS (which have been filtered out |
633 # by file name rules). | 617 # by file name rules). |
634 ['include', '^common/chrome_version_info_mac\\.mm$'], | 618 ['include', '^common/chrome_version_info_mac\\.mm$'], |
635 ['include', '^common/mac/nscoder_util\\.'], | 619 ['include', '^common/mac/nscoder_util\\.'], |
636 ], | 620 ], |
637 }], | 621 }], |
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
809 'common/metrics/proto/user_action_event.proto', | 793 'common/metrics/proto/user_action_event.proto', |
810 ], | 794 ], |
811 'variables': { | 795 'variables': { |
812 'proto_in_dir': 'common/metrics/proto', | 796 'proto_in_dir': 'common/metrics/proto', |
813 'proto_out_dir': 'chrome/common/metrics/proto', | 797 'proto_out_dir': 'chrome/common/metrics/proto', |
814 }, | 798 }, |
815 'includes': [ '../build/protoc.gypi' ], | 799 'includes': [ '../build/protoc.gypi' ], |
816 }, | 800 }, |
817 ], | 801 ], |
818 } | 802 } |
OLD | NEW |