OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
73 'common/badge_util.h', | 73 'common/badge_util.h', |
74 'common/bzip2_error_handler.cc', | 74 'common/bzip2_error_handler.cc', |
75 'common/cancelable_task_tracker.cc', | 75 'common/cancelable_task_tracker.cc', |
76 'common/cancelable_task_tracker.h', | 76 'common/cancelable_task_tracker.h', |
77 'common/child_process_logging.h', | 77 'common/child_process_logging.h', |
78 'common/child_process_logging_mac.mm', | 78 'common/child_process_logging_mac.mm', |
79 'common/child_process_logging_posix.cc', | 79 'common/child_process_logging_posix.cc', |
80 'common/child_process_logging_win.cc', | 80 'common/child_process_logging_win.cc', |
81 'common/chrome_content_client.cc', | 81 'common/chrome_content_client.cc', |
82 'common/chrome_content_client.h', | 82 'common/chrome_content_client.h', |
| 83 'common/chrome_content_client_ios.mm', |
83 'common/chrome_notification_types.h', | 84 'common/chrome_notification_types.h', |
84 'common/chrome_result_codes.h', | 85 'common/chrome_result_codes.h', |
85 'common/chrome_sandbox_type_mac.h', | 86 'common/chrome_sandbox_type_mac.h', |
86 'common/chrome_utility_messages.h', | 87 'common/chrome_utility_messages.h', |
87 'common/chrome_version_info.cc', | 88 'common/chrome_version_info.cc', |
88 'common/chrome_version_info_android.cc', | 89 'common/chrome_version_info_android.cc', |
89 'common/chrome_version_info_chromeos.cc', | 90 'common/chrome_version_info_chromeos.cc', |
90 'common/chrome_version_info_posix.cc', | 91 'common/chrome_version_info_posix.cc', |
91 'common/chrome_version_info_mac.mm', | 92 'common/chrome_version_info_mac.mm', |
92 'common/chrome_version_info_win.cc', | 93 'common/chrome_version_info_win.cc', |
(...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
351 ['exclude', '^common/multi_process_'], | 352 ['exclude', '^common/multi_process_'], |
352 ['exclude', '^common/nacl_'], | 353 ['exclude', '^common/nacl_'], |
353 ['exclude', '^common/pepper_flash\\.'], | 354 ['exclude', '^common/pepper_flash\\.'], |
354 ['exclude', '^common/profiling\\.'], | 355 ['exclude', '^common/profiling\\.'], |
355 ['exclude', '^common/service_process_util_'], | 356 ['exclude', '^common/service_process_util_'], |
356 ['exclude', '^common/spellcheck_'], | 357 ['exclude', '^common/spellcheck_'], |
357 ['exclude', '^common/web_apps\\.'], | 358 ['exclude', '^common/web_apps\\.'], |
358 # TODO(ios): Include files here as they are made to work; once | 359 # TODO(ios): Include files here as they are made to work; once |
359 # everything is online, remove everything below here and just | 360 # everything is online, remove everything below here and just |
360 # use the exclusions above. | 361 # use the exclusions above. |
361 ['exclude', '.*'], | 362 ['exclude', '\\.(cc|mm)$'], |
| 363 ['include', '_ios\\.(cc|mm)$'], |
| 364 ['include', '(^|/)ios/'], |
| 365 ['include', '^common/chrome_version_info\\.cc$'], |
| 366 ['include', '^common/zip'], |
362 ], | 367 ], |
363 }], | 368 }], |
364 ['OS=="android"', { | 369 ['OS=="android"', { |
365 'sources/': [ | 370 'sources/': [ |
366 ['exclude', '^common/chrome_version_info_posix.cc'], | 371 ['exclude', '^common/chrome_version_info_posix.cc'], |
367 ['exclude', '^common/service_'], | 372 ['exclude', '^common/service_'], |
368 ], | 373 ], |
369 'dependencies!': [ | 374 'dependencies!': [ |
370 '<(DEPTH)/chrome/app/policy/cloud_policy_codegen.gyp:policy', | 375 '<(DEPTH)/chrome/app/policy/cloud_policy_codegen.gyp:policy', |
371 ], | 376 ], |
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
418 '../remoting/remoting.gyp:remoting_client_plugin', | 423 '../remoting/remoting.gyp:remoting_client_plugin', |
419 ], | 424 ], |
420 }], | 425 }], |
421 ], | 426 ], |
422 'target_conditions': [ | 427 'target_conditions': [ |
423 ['OS == "ios"', { | 428 ['OS == "ios"', { |
424 'sources/': [ | 429 'sources/': [ |
425 # Pull in specific Mac files for iOS (which have been filtered out | 430 # Pull in specific Mac files for iOS (which have been filtered out |
426 # by file name rules). | 431 # by file name rules). |
427 ['include', '^common/chrome_version_info_mac\\.mm$'], | 432 ['include', '^common/chrome_version_info_mac\\.mm$'], |
| 433 ['include', '^common/mac/nscoder_util\\.'], |
428 ], | 434 ], |
429 }], | 435 }], |
430 ], | 436 ], |
431 'export_dependent_settings': [ | 437 'export_dependent_settings': [ |
432 '../base/base.gyp:base', | 438 '../base/base.gyp:base', |
433 'metrics_proto', | 439 'metrics_proto', |
434 ], | 440 ], |
435 }, | 441 }, |
436 { | 442 { |
437 'target_name': 'common_version', | 443 'target_name': 'common_version', |
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
590 'common/metrics/proto/user_action_event.proto', | 596 'common/metrics/proto/user_action_event.proto', |
591 ], | 597 ], |
592 'variables': { | 598 'variables': { |
593 'proto_in_dir': 'common/metrics/proto', | 599 'proto_in_dir': 'common/metrics/proto', |
594 'proto_out_dir': 'chrome/common/metrics/proto', | 600 'proto_out_dir': 'chrome/common/metrics/proto', |
595 }, | 601 }, |
596 'includes': [ '../build/protoc.gypi' ], | 602 'includes': [ '../build/protoc.gypi' ], |
597 }, | 603 }, |
598 ], | 604 ], |
599 } | 605 } |
OLD | NEW |