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

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

Powered by Google App Engine
This is Rietveld 408576698