Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(479)

Side by Side Diff: chrome/chrome_common.gypi

Issue 15741003: Moving WebRTC logging related files from content to chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Public content API for setting the log delegate. Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 332 matching lines...) Expand 10 before | Expand all | Expand 10 after
343 'common/mac/cfbundle_blocker.h', 343 'common/mac/cfbundle_blocker.h',
344 'common/mac/cfbundle_blocker.mm', 344 'common/mac/cfbundle_blocker.mm',
345 'common/mac/launchd.h', 345 'common/mac/launchd.h',
346 'common/mac/launchd.mm', 346 'common/mac/launchd.mm',
347 'common/mac/nscoder_util.h', 347 'common/mac/nscoder_util.h',
348 'common/mac/nscoder_util.mm', 348 'common/mac/nscoder_util.mm',
349 'common/mac/objc_method_swizzle.h', 349 'common/mac/objc_method_swizzle.h',
350 'common/mac/objc_method_swizzle.mm', 350 'common/mac/objc_method_swizzle.mm',
351 'common/mac/objc_zombie.h', 351 'common/mac/objc_zombie.h',
352 'common/mac/objc_zombie.mm', 352 'common/mac/objc_zombie.mm',
353 'common/media/webrtc_logging_messages.h',
353 'common/metrics/entropy_provider.cc', 354 'common/metrics/entropy_provider.cc',
354 'common/metrics/entropy_provider.h', 355 'common/metrics/entropy_provider.h',
355 'common/metrics/metrics_log_base.cc', 356 'common/metrics/metrics_log_base.cc',
356 'common/metrics/metrics_log_base.h', 357 'common/metrics/metrics_log_base.h',
357 'common/metrics/metrics_log_manager.cc', 358 'common/metrics/metrics_log_manager.cc',
358 'common/metrics/metrics_log_manager.h', 359 'common/metrics/metrics_log_manager.h',
359 'common/metrics/metrics_service_base.cc', 360 'common/metrics/metrics_service_base.cc',
360 'common/metrics/metrics_service_base.h', 361 'common/metrics/metrics_service_base.h',
361 'common/metrics/metrics_util.cc', 362 'common/metrics/metrics_util.cc',
362 'common/metrics/metrics_util.h', 363 'common/metrics/metrics_util.h',
363 'common/metrics/variations/uniformity_field_trials.cc', 364 'common/metrics/variations/uniformity_field_trials.cc',
364 'common/metrics/variations/uniformity_field_trials.h', 365 'common/metrics/variations/uniformity_field_trials.h',
365 'common/metrics/variations/variations_util.cc', 366 'common/metrics/variations/variations_util.cc',
366 'common/metrics/variations/variations_util.h', 367 'common/metrics/variations/variations_util.h',
367 'common/multi_process_lock.h', 368 'common/multi_process_lock.h',
368 'common/multi_process_lock_linux.cc', 369 'common/multi_process_lock_linux.cc',
369 'common/multi_process_lock_mac.cc', 370 'common/multi_process_lock_mac.cc',
370 'common/multi_process_lock_win.cc', 371 'common/multi_process_lock_win.cc',
371 'common/nacl_cmd_line.cc', 372 'common/nacl_cmd_line.cc',
372 'common/nacl_cmd_line.h', 373 'common/nacl_cmd_line.h',
373 'common/nacl_messages.cc', 374 'common/nacl_messages.cc',
374 'common/nacl_messages.h', 375 'common/nacl_messages.h',
375 'common/nacl_types.cc', 376 'common/nacl_types.cc',
376 'common/nacl_types.h', 377 'common/nacl_types.h',
377 'common/omaha_query_params/omaha_query_params.cc', 378 'common/omaha_query_params/omaha_query_params.cc',
378 'common/omaha_query_params/omaha_query_params.h', 379 'common/omaha_query_params/omaha_query_params.h',
379 'common/omnibox_focus_state.h', 380 'common/omnibox_focus_state.h',
380 'common/one_click_signin_messages.h', 381 'common/one_click_signin_messages.h',
382 'common/partial_circular_buffer.cc',
383 'common/partial_circular_buffer.h',
381 'common/pepper_flash.cc', 384 'common/pepper_flash.cc',
382 'common/pepper_flash.h', 385 'common/pepper_flash.h',
383 'common/pref_names_util.cc', 386 'common/pref_names_util.cc',
384 'common/pref_names_util.h', 387 'common/pref_names_util.h',
385 'common/print_messages.cc', 388 'common/print_messages.cc',
386 'common/print_messages.h', 389 'common/print_messages.h',
387 'common/profiling.cc', 390 'common/profiling.cc',
388 'common/profiling.h', 391 'common/profiling.h',
389 'common/ref_counted_util.h', 392 'common/ref_counted_util.h',
390 'common/render_messages.cc', 393 'common/render_messages.cc',
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
564 ['enable_automation==0', { 567 ['enable_automation==0', {
565 'sources/': [ 568 'sources/': [
566 ['exclude', '^common/automation_'] 569 ['exclude', '^common/automation_']
567 ] 570 ]
568 }], 571 }],
569 ['use_system_nspr==1', { 572 ['use_system_nspr==1', {
570 'dependencies': [ 573 'dependencies': [
571 '<(DEPTH)/base/third_party/nspr/nspr.gyp:nspr', 574 '<(DEPTH)/base/third_party/nspr/nspr.gyp:nspr',
572 ], 575 ],
573 }], 576 }],
577 ['enable_webrtc==0', {
578 'sources!': [
579 'common/media/webrtc_logging_messages.h',
580 ]
581 }],
574 ], 582 ],
575 'target_conditions': [ 583 'target_conditions': [
576 ['OS == "ios"', { 584 ['OS == "ios"', {
577 'sources/': [ 585 'sources/': [
578 # Pull in specific Mac files for iOS (which have been filtered out 586 # Pull in specific Mac files for iOS (which have been filtered out
579 # by file name rules). 587 # by file name rules).
580 ['include', '^common/chrome_version_info_mac\\.mm$'], 588 ['include', '^common/chrome_version_info_mac\\.mm$'],
581 ['include', '^common/mac/nscoder_util\\.'], 589 ['include', '^common/mac/nscoder_util\\.'],
582 ], 590 ],
583 }], 591 }],
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
753 'common/metrics/proto/user_action_event.proto', 761 'common/metrics/proto/user_action_event.proto',
754 ], 762 ],
755 'variables': { 763 'variables': {
756 'proto_in_dir': 'common/metrics/proto', 764 'proto_in_dir': 'common/metrics/proto',
757 'proto_out_dir': 'chrome/common/metrics/proto', 765 'proto_out_dir': 'chrome/common/metrics/proto',
758 }, 766 },
759 'includes': [ '../build/protoc.gypi' ], 767 'includes': [ '../build/protoc.gypi' ],
760 }, 768 },
761 ], 769 ],
762 } 770 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_renderer.gypi » ('j') | chrome/renderer/DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698