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 334 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
345 'common/mac/cfbundle_blocker.h', | 345 'common/mac/cfbundle_blocker.h', |
346 'common/mac/cfbundle_blocker.mm', | 346 'common/mac/cfbundle_blocker.mm', |
347 'common/mac/launchd.h', | 347 'common/mac/launchd.h', |
348 'common/mac/launchd.mm', | 348 'common/mac/launchd.mm', |
349 'common/mac/nscoder_util.h', | 349 'common/mac/nscoder_util.h', |
350 'common/mac/nscoder_util.mm', | 350 'common/mac/nscoder_util.mm', |
351 'common/mac/objc_method_swizzle.h', | 351 'common/mac/objc_method_swizzle.h', |
352 'common/mac/objc_method_swizzle.mm', | 352 'common/mac/objc_method_swizzle.mm', |
353 'common/mac/objc_zombie.h', | 353 'common/mac/objc_zombie.h', |
354 'common/mac/objc_zombie.mm', | 354 'common/mac/objc_zombie.mm', |
| 355 'common/media/webrtc_logging_messages.h', |
355 'common/metrics/entropy_provider.cc', | 356 'common/metrics/entropy_provider.cc', |
356 'common/metrics/entropy_provider.h', | 357 'common/metrics/entropy_provider.h', |
357 'common/metrics/metrics_log_base.cc', | 358 'common/metrics/metrics_log_base.cc', |
358 'common/metrics/metrics_log_base.h', | 359 'common/metrics/metrics_log_base.h', |
359 'common/metrics/metrics_log_manager.cc', | 360 'common/metrics/metrics_log_manager.cc', |
360 'common/metrics/metrics_log_manager.h', | 361 'common/metrics/metrics_log_manager.h', |
361 'common/metrics/metrics_service_base.cc', | 362 'common/metrics/metrics_service_base.cc', |
362 'common/metrics/metrics_service_base.h', | 363 'common/metrics/metrics_service_base.h', |
363 'common/metrics/metrics_util.cc', | 364 'common/metrics/metrics_util.cc', |
364 'common/metrics/metrics_util.h', | 365 'common/metrics/metrics_util.h', |
365 'common/metrics/variations/uniformity_field_trials.cc', | 366 'common/metrics/variations/uniformity_field_trials.cc', |
366 'common/metrics/variations/uniformity_field_trials.h', | 367 'common/metrics/variations/uniformity_field_trials.h', |
367 'common/metrics/variations/variations_util.cc', | 368 'common/metrics/variations/variations_util.cc', |
368 'common/metrics/variations/variations_util.h', | 369 'common/metrics/variations/variations_util.h', |
369 'common/multi_process_lock.h', | 370 'common/multi_process_lock.h', |
370 'common/multi_process_lock_linux.cc', | 371 'common/multi_process_lock_linux.cc', |
371 'common/multi_process_lock_mac.cc', | 372 'common/multi_process_lock_mac.cc', |
372 'common/multi_process_lock_win.cc', | 373 'common/multi_process_lock_win.cc', |
373 'common/nacl_cmd_line.cc', | 374 'common/nacl_cmd_line.cc', |
374 'common/nacl_cmd_line.h', | 375 'common/nacl_cmd_line.h', |
375 'common/nacl_messages.cc', | 376 'common/nacl_messages.cc', |
376 'common/nacl_messages.h', | 377 'common/nacl_messages.h', |
377 'common/nacl_types.cc', | 378 'common/nacl_types.cc', |
378 'common/nacl_types.h', | 379 'common/nacl_types.h', |
379 'common/omaha_query_params/omaha_query_params.cc', | 380 'common/omaha_query_params/omaha_query_params.cc', |
380 'common/omaha_query_params/omaha_query_params.h', | 381 'common/omaha_query_params/omaha_query_params.h', |
381 'common/omnibox_focus_state.h', | 382 'common/omnibox_focus_state.h', |
382 'common/one_click_signin_messages.h', | 383 'common/one_click_signin_messages.h', |
| 384 'common/partial_circular_buffer.cc', |
| 385 'common/partial_circular_buffer.h', |
383 'common/pepper_flash.cc', | 386 'common/pepper_flash.cc', |
384 'common/pepper_flash.h', | 387 'common/pepper_flash.h', |
385 'common/pref_names_util.cc', | 388 'common/pref_names_util.cc', |
386 'common/pref_names_util.h', | 389 'common/pref_names_util.h', |
387 'common/print_messages.cc', | 390 'common/print_messages.cc', |
388 'common/print_messages.h', | 391 'common/print_messages.h', |
389 'common/profiling.cc', | 392 'common/profiling.cc', |
390 'common/profiling.h', | 393 'common/profiling.h', |
391 'common/ref_counted_util.h', | 394 'common/ref_counted_util.h', |
392 'common/render_messages.cc', | 395 'common/render_messages.cc', |
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
566 ['enable_automation==0', { | 569 ['enable_automation==0', { |
567 'sources/': [ | 570 'sources/': [ |
568 ['exclude', '^common/automation_'] | 571 ['exclude', '^common/automation_'] |
569 ] | 572 ] |
570 }], | 573 }], |
571 ['use_system_nspr==1', { | 574 ['use_system_nspr==1', { |
572 'dependencies': [ | 575 'dependencies': [ |
573 '<(DEPTH)/base/third_party/nspr/nspr.gyp:nspr', | 576 '<(DEPTH)/base/third_party/nspr/nspr.gyp:nspr', |
574 ], | 577 ], |
575 }], | 578 }], |
| 579 ['enable_webrtc==0', { |
| 580 'sources!': [ |
| 581 'common/media/webrtc_logging_messages.h', |
| 582 ] |
| 583 }], |
576 ], | 584 ], |
577 'target_conditions': [ | 585 'target_conditions': [ |
578 ['OS == "ios"', { | 586 ['OS == "ios"', { |
579 'sources/': [ | 587 'sources/': [ |
580 # Pull in specific Mac files for iOS (which have been filtered out | 588 # Pull in specific Mac files for iOS (which have been filtered out |
581 # by file name rules). | 589 # by file name rules). |
582 ['include', '^common/chrome_version_info_mac\\.mm$'], | 590 ['include', '^common/chrome_version_info_mac\\.mm$'], |
583 ['include', '^common/mac/nscoder_util\\.'], | 591 ['include', '^common/mac/nscoder_util\\.'], |
584 ], | 592 ], |
585 }], | 593 }], |
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
755 'common/metrics/proto/user_action_event.proto', | 763 'common/metrics/proto/user_action_event.proto', |
756 ], | 764 ], |
757 'variables': { | 765 'variables': { |
758 'proto_in_dir': 'common/metrics/proto', | 766 'proto_in_dir': 'common/metrics/proto', |
759 'proto_out_dir': 'chrome/common/metrics/proto', | 767 'proto_out_dir': 'chrome/common/metrics/proto', |
760 }, | 768 }, |
761 'includes': [ '../build/protoc.gypi' ], | 769 'includes': [ '../build/protoc.gypi' ], |
762 }, | 770 }, |
763 ], | 771 ], |
764 } | 772 } |
OLD | NEW |