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

Side by Side Diff: base/base.gypi

Issue 1030253002: Fix missing symbols for pre-linking of the Cast sender library for iOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update media/base/BUILD.gn. Created 5 years, 8 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
« no previous file with comments | « base/BUILD.gn ('k') | base/native_library_ios.mm » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 'includes': [ 6 'includes': [
7 'trace_event/trace_event.gypi', 7 'trace_event/trace_event.gypi',
8 ], 8 ],
9 'target_defaults': { 9 'target_defaults': {
10 'variables': { 10 'variables': {
(...skipping 373 matching lines...) Expand 10 before | Expand all | Expand 10 after
384 'metrics/sample_vector.h', 384 'metrics/sample_vector.h',
385 'metrics/sparse_histogram.cc', 385 'metrics/sparse_histogram.cc',
386 'metrics/sparse_histogram.h', 386 'metrics/sparse_histogram.h',
387 'metrics/statistics_recorder.cc', 387 'metrics/statistics_recorder.cc',
388 'metrics/statistics_recorder.h', 388 'metrics/statistics_recorder.h',
389 'metrics/user_metrics.cc', 389 'metrics/user_metrics.cc',
390 'metrics/user_metrics.h', 390 'metrics/user_metrics.h',
391 'metrics/user_metrics_action.h', 391 'metrics/user_metrics_action.h',
392 'move.h', 392 'move.h',
393 'native_library.h', 393 'native_library.h',
394 'native_library_ios.mm',
394 'native_library_mac.mm', 395 'native_library_mac.mm',
395 'native_library_posix.cc', 396 'native_library_posix.cc',
396 'native_library_win.cc', 397 'native_library_win.cc',
397 'nix/mime_util_xdg.cc', 398 'nix/mime_util_xdg.cc',
398 'nix/mime_util_xdg.h', 399 'nix/mime_util_xdg.h',
399 'nix/xdg_util.cc', 400 'nix/xdg_util.cc',
400 'nix/xdg_util.h', 401 'nix/xdg_util.h',
401 'numerics/safe_conversions.h', 402 'numerics/safe_conversions.h',
402 'numerics/safe_conversions_impl.h', 403 'numerics/safe_conversions_impl.h',
403 'numerics/safe_math.h', 404 'numerics/safe_math.h',
(...skipping 458 matching lines...) Expand 10 before | Expand all | Expand 10 after
862 ['include', '^strings/sys_string_conversions_mac\\.'], 863 ['include', '^strings/sys_string_conversions_mac\\.'],
863 ['include', '^threading/platform_thread_mac\\.'], 864 ['include', '^threading/platform_thread_mac\\.'],
864 ['include', '^time/time_mac\\.'], 865 ['include', '^time/time_mac\\.'],
865 ['include', '^worker_pool_mac\\.'], 866 ['include', '^worker_pool_mac\\.'],
866 # Exclude all process/ except the minimal implementation 867 # Exclude all process/ except the minimal implementation
867 # needed on iOS (mostly for unit tests). 868 # needed on iOS (mostly for unit tests).
868 ['exclude', '^process/.*'], 869 ['exclude', '^process/.*'],
869 ['include', '^process/.*_ios\.(cc|mm)$'], 870 ['include', '^process/.*_ios\.(cc|mm)$'],
870 ['include', '^process/memory_stubs\.cc$'], 871 ['include', '^process/memory_stubs\.cc$'],
871 ['include', '^process/process_handle_posix\.cc$'], 872 ['include', '^process/process_handle_posix\.cc$'],
873 ['include', '^process/process_metrics\\.cc$'],
872 ['exclude', '^threading/platform_thread_internal_posix\\.(h|cc)'], 874 ['exclude', '^threading/platform_thread_internal_posix\\.(h|cc)'],
873 ['exclude', 'files/file_path_watcher_fsevents.cc'], 875 ['exclude', 'files/file_path_watcher_fsevents.cc'],
874 ['exclude', 'files/file_path_watcher_fsevents.h'], 876 ['exclude', 'files/file_path_watcher_fsevents.h'],
875 ['include', 'files/file_path_watcher_mac.cc'], 877 ['include', 'files/file_path_watcher_mac.cc'],
876 ], 878 ],
877 'sources': [ 879 'sources': [
878 'process/memory_stubs.cc', 880 'process/memory_stubs.cc',
879 ], 881 ],
880 'sources!': [ 882 'sources!': [
881 'message_loop/message_pump_libevent.cc' 883 'message_loop/message_pump_libevent.cc'
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
1006 'i18n/time_formatting.h', 1008 'i18n/time_formatting.h',
1007 'i18n/timezone.cc', 1009 'i18n/timezone.cc',
1008 'i18n/timezone.h', 1010 'i18n/timezone.h',
1009 'i18n/utf8_validator_tables.cc', 1011 'i18n/utf8_validator_tables.cc',
1010 'i18n/utf8_validator_tables.h', 1012 'i18n/utf8_validator_tables.h',
1011 ], 1013 ],
1012 }] 1014 }]
1013 ], 1015 ],
1014 }, 1016 },
1015 } 1017 }
OLDNEW
« no previous file with comments | « base/BUILD.gn ('k') | base/native_library_ios.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698