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 547 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
558 ['include', '^common/chrome_version_info\\.cc$'], | 558 ['include', '^common/chrome_version_info\\.cc$'], |
559 ['include', '^common/translate'], | 559 ['include', '^common/translate'], |
560 ['include', '^common/zip'], | 560 ['include', '^common/zip'], |
561 ], | 561 ], |
562 'include_dirs': [ | 562 'include_dirs': [ |
563 '<(DEPTH)/breakpad/src', | 563 '<(DEPTH)/breakpad/src', |
564 ], | 564 ], |
565 }], | 565 }], |
566 ['OS!="ios" and chrome_multiple_dll!=1', { | 566 ['OS!="ios" and chrome_multiple_dll!=1', { |
567 'dependencies': [ | 567 'dependencies': [ |
568 '<(DEPTH)/webkit/support/webkit_support.gyp:glue', | 568 '<(DEPTH)/webkit/glue/webkit_glue.gyp:glue', |
569 ], | 569 ], |
570 }], | 570 }], |
571 ['OS=="android"', { | 571 ['OS=="android"', { |
572 'sources/': [ | 572 'sources/': [ |
573 ['exclude', '^common/chrome_version_info_posix.cc'], | 573 ['exclude', '^common/chrome_version_info_posix.cc'], |
574 ['exclude', '^common/service_'], | 574 ['exclude', '^common/service_'], |
575 ], | 575 ], |
576 'sources!': [ | 576 'sources!': [ |
577 'common/badge_util.cc', | 577 'common/badge_util.cc', |
578 'common/extensions/api/extension_action/browser_action_handler.cc', | 578 'common/extensions/api/extension_action/browser_action_handler.cc', |
(...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
864 'common/metrics/proto/user_action_event.proto', | 864 'common/metrics/proto/user_action_event.proto', |
865 ], | 865 ], |
866 'variables': { | 866 'variables': { |
867 'proto_in_dir': 'common/metrics/proto', | 867 'proto_in_dir': 'common/metrics/proto', |
868 'proto_out_dir': 'chrome/common/metrics/proto', | 868 'proto_out_dir': 'chrome/common/metrics/proto', |
869 }, | 869 }, |
870 'includes': [ '../build/protoc.gypi' ], | 870 'includes': [ '../build/protoc.gypi' ], |
871 }, | 871 }, |
872 ], | 872 ], |
873 } | 873 } |
OLD | NEW |