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

Side by Side Diff: build/all.gyp

Issue 382333002: Introduce ChannelMojo (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixing Mac build failure Created 6 years, 5 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) 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 'variables': { 6 'variables': {
7 # A hook that can be overridden in other repositories to add additional 7 # A hook that can be overridden in other repositories to add additional
8 # compilation targets to 'All'. Only used on Android. 8 # compilation targets to 'All'. Only used on Android.
9 'android_app_targets%': [], 9 'android_app_targets%': [],
10 }, 10 },
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 '../third_party/re2/re2.gyp:re2', 72 '../third_party/re2/re2.gyp:re2',
73 '../chrome/chrome.gyp:*', 73 '../chrome/chrome.gyp:*',
74 '../cc/cc_tests.gyp:*', 74 '../cc/cc_tests.gyp:*',
75 '../device/bluetooth/bluetooth.gyp:*', 75 '../device/bluetooth/bluetooth.gyp:*',
76 '../device/device_tests.gyp:*', 76 '../device/device_tests.gyp:*',
77 '../device/usb/usb.gyp:*', 77 '../device/usb/usb.gyp:*',
78 '../gin/gin.gyp:*', 78 '../gin/gin.gyp:*',
79 '../gpu/gpu.gyp:*', 79 '../gpu/gpu.gyp:*',
80 '../gpu/tools/tools.gyp:*', 80 '../gpu/tools/tools.gyp:*',
81 '../ipc/ipc.gyp:*', 81 '../ipc/ipc.gyp:*',
82 '../ipc/mojo/ipc_mojo.gyp:*',
82 '../jingle/jingle.gyp:*', 83 '../jingle/jingle.gyp:*',
83 '../media/cast/cast.gyp:*', 84 '../media/cast/cast.gyp:*',
84 '../media/media.gyp:*', 85 '../media/media.gyp:*',
85 '../mojo/mojo.gyp:*', 86 '../mojo/mojo.gyp:*',
86 '../ppapi/ppapi.gyp:*', 87 '../ppapi/ppapi.gyp:*',
87 '../ppapi/ppapi_internal.gyp:*', 88 '../ppapi/ppapi_internal.gyp:*',
88 '../ppapi/tools/ppapi_tools.gyp:*', 89 '../ppapi/tools/ppapi_tools.gyp:*',
89 '../printing/printing.gyp:*', 90 '../printing/printing.gyp:*',
90 '../skia/skia.gyp:*', 91 '../skia/skia.gyp:*',
91 '../sync/tools/sync_tools.gyp:*', 92 '../sync/tools/sync_tools.gyp:*',
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
281 '../content/content_shell_and_tests.gyp:content_browsertests', 282 '../content/content_shell_and_tests.gyp:content_browsertests',
282 '../content/content_shell_and_tests.gyp:content_shell', 283 '../content/content_shell_and_tests.gyp:content_shell',
283 '../content/content_shell_and_tests.gyp:content_unittests', 284 '../content/content_shell_and_tests.gyp:content_unittests',
284 '../device/device_tests.gyp:device_unittests', 285 '../device/device_tests.gyp:device_unittests',
285 '../extensions/extensions.gyp:extensions_unittests', 286 '../extensions/extensions.gyp:extensions_unittests',
286 '../gin/gin.gyp:gin_unittests', 287 '../gin/gin.gyp:gin_unittests',
287 '../google_apis/google_apis.gyp:google_apis_unittests', 288 '../google_apis/google_apis.gyp:google_apis_unittests',
288 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_confor m_support', 289 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_confor m_support',
289 '../gpu/gpu.gyp:gpu_unittests', 290 '../gpu/gpu.gyp:gpu_unittests',
290 '../ipc/ipc.gyp:ipc_tests', 291 '../ipc/ipc.gyp:ipc_tests',
292 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo_unittests',
291 '../jingle/jingle.gyp:jingle_unittests', 293 '../jingle/jingle.gyp:jingle_unittests',
292 '../media/cast/cast.gyp:cast_unittests', 294 '../media/cast/cast.gyp:cast_unittests',
293 '../media/media.gyp:media_unittests', 295 '../media/media.gyp:media_unittests',
294 '../mojo/mojo.gyp:mojo', 296 '../mojo/mojo.gyp:mojo',
295 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 297 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
296 '../remoting/remoting.gyp:remoting_unittests', 298 '../remoting/remoting.gyp:remoting_unittests',
297 '../third_party/WebKit/public/all.gyp:all_blink', 299 '../third_party/WebKit/public/all.gyp:all_blink',
298 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 300 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
299 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts', 301 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts',
300 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests', 302 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests',
(...skipping 537 matching lines...) Expand 10 before | Expand all | Expand 10 after
838 '../chrome/chrome.gyp:sync_integration_tests', 840 '../chrome/chrome.gyp:sync_integration_tests',
839 '../chrome/chrome.gyp:unit_tests', 841 '../chrome/chrome.gyp:unit_tests',
840 '../cloud_print/cloud_print.gyp:cloud_print_unittests', 842 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
841 '../components/components_tests.gyp:components_unittests', 843 '../components/components_tests.gyp:components_unittests',
842 '../content/content_shell_and_tests.gyp:content_browsertests', 844 '../content/content_shell_and_tests.gyp:content_browsertests',
843 '../content/content_shell_and_tests.gyp:content_unittests', 845 '../content/content_shell_and_tests.gyp:content_unittests',
844 '../device/device_tests.gyp:device_unittests', 846 '../device/device_tests.gyp:device_unittests',
845 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', 847 '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
846 '../gpu/gpu.gyp:gpu_unittests', 848 '../gpu/gpu.gyp:gpu_unittests',
847 '../ipc/ipc.gyp:ipc_tests', 849 '../ipc/ipc.gyp:ipc_tests',
850 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo_unittests',
848 '../jingle/jingle.gyp:jingle_unittests', 851 '../jingle/jingle.gyp:jingle_unittests',
849 '../media/media.gyp:media_unittests', 852 '../media/media.gyp:media_unittests',
850 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 853 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
851 '../printing/printing.gyp:printing_unittests', 854 '../printing/printing.gyp:printing_unittests',
852 '../remoting/remoting.gyp:remoting_unittests', 855 '../remoting/remoting.gyp:remoting_unittests',
853 '../rlz/rlz.gyp:*', 856 '../rlz/rlz.gyp:*',
854 '../sql/sql.gyp:sql_unittests', 857 '../sql/sql.gyp:sql_unittests',
855 '../sync/sync.gyp:sync_unit_tests', 858 '../sync/sync.gyp:sync_unit_tests',
856 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 859 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
857 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts', 860 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts',
(...skipping 16 matching lines...) Expand all
874 '../chrome/chrome.gyp:sync_integration_tests', 877 '../chrome/chrome.gyp:sync_integration_tests',
875 '../chrome/chrome.gyp:unit_tests', 878 '../chrome/chrome.gyp:unit_tests',
876 '../cloud_print/cloud_print.gyp:cloud_print_unittests', 879 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
877 '../components/components_tests.gyp:components_unittests', 880 '../components/components_tests.gyp:components_unittests',
878 '../content/content_shell_and_tests.gyp:content_browsertests', 881 '../content/content_shell_and_tests.gyp:content_browsertests',
879 '../content/content_shell_and_tests.gyp:content_unittests', 882 '../content/content_shell_and_tests.gyp:content_unittests',
880 '../device/device_tests.gyp:device_unittests', 883 '../device/device_tests.gyp:device_unittests',
881 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', 884 '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
882 '../gpu/gpu.gyp:gpu_unittests', 885 '../gpu/gpu.gyp:gpu_unittests',
883 '../ipc/ipc.gyp:ipc_tests', 886 '../ipc/ipc.gyp:ipc_tests',
887 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo_unittests',
884 '../jingle/jingle.gyp:jingle_unittests', 888 '../jingle/jingle.gyp:jingle_unittests',
885 '../media/media.gyp:media_unittests', 889 '../media/media.gyp:media_unittests',
886 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 890 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
887 '../printing/printing.gyp:printing_unittests', 891 '../printing/printing.gyp:printing_unittests',
888 '../remoting/remoting.gyp:remoting_unittests', 892 '../remoting/remoting.gyp:remoting_unittests',
889 '../sql/sql.gyp:sql_unittests', 893 '../sql/sql.gyp:sql_unittests',
890 '../sync/sync.gyp:sync_unit_tests', 894 '../sync/sync.gyp:sync_unit_tests',
891 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 895 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
892 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts', 896 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts',
893 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests', 897 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests',
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
971 '../content/content_shell_and_tests.gyp:content_browsertests', 975 '../content/content_shell_and_tests.gyp:content_browsertests',
972 '../content/content_shell_and_tests.gyp:content_unittests', 976 '../content/content_shell_and_tests.gyp:content_unittests',
973 '../content/content_shell_and_tests.gyp:copy_test_netscape_plugin', 977 '../content/content_shell_and_tests.gyp:copy_test_netscape_plugin',
974 # ../chrome/test/mini_installer requires mini_installer. 978 # ../chrome/test/mini_installer requires mini_installer.
975 '../chrome/installer/mini_installer.gyp:mini_installer', 979 '../chrome/installer/mini_installer.gyp:mini_installer',
976 '../courgette/courgette.gyp:courgette_unittests', 980 '../courgette/courgette.gyp:courgette_unittests',
977 '../device/device_tests.gyp:device_unittests', 981 '../device/device_tests.gyp:device_unittests',
978 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', 982 '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
979 '../gpu/gpu.gyp:gpu_unittests', 983 '../gpu/gpu.gyp:gpu_unittests',
980 '../ipc/ipc.gyp:ipc_tests', 984 '../ipc/ipc.gyp:ipc_tests',
985 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo_unittests',
981 '../jingle/jingle.gyp:jingle_unittests', 986 '../jingle/jingle.gyp:jingle_unittests',
982 '../media/media.gyp:media_unittests', 987 '../media/media.gyp:media_unittests',
983 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 988 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
984 '../printing/printing.gyp:printing_unittests', 989 '../printing/printing.gyp:printing_unittests',
985 '../remoting/remoting.gyp:remoting_unittests', 990 '../remoting/remoting.gyp:remoting_unittests',
986 '../sql/sql.gyp:sql_unittests', 991 '../sql/sql.gyp:sql_unittests',
987 '../sync/sync.gyp:sync_unit_tests', 992 '../sync/sync.gyp:sync_unit_tests',
988 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 993 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
989 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts', 994 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts',
990 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests', 995 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests',
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
1055 '../courgette/courgette.gyp:courgette_unittests', 1060 '../courgette/courgette.gyp:courgette_unittests',
1056 '../crypto/crypto.gyp:crypto_unittests', 1061 '../crypto/crypto.gyp:crypto_unittests',
1057 '../device/device_tests.gyp:device_unittests', 1062 '../device/device_tests.gyp:device_unittests',
1058 '../extensions/extensions.gyp:extensions_unittests', 1063 '../extensions/extensions.gyp:extensions_unittests',
1059 '../gin/gin.gyp:gin_unittests', 1064 '../gin/gin.gyp:gin_unittests',
1060 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', 1065 '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
1061 '../google_apis/google_apis.gyp:google_apis_unittests', 1066 '../google_apis/google_apis.gyp:google_apis_unittests',
1062 '../gpu/gpu.gyp:angle_unittests', 1067 '../gpu/gpu.gyp:angle_unittests',
1063 '../gpu/gpu.gyp:gpu_unittests', 1068 '../gpu/gpu.gyp:gpu_unittests',
1064 '../ipc/ipc.gyp:ipc_tests', 1069 '../ipc/ipc.gyp:ipc_tests',
1070 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo_unittests',
1065 '../jingle/jingle.gyp:jingle_unittests', 1071 '../jingle/jingle.gyp:jingle_unittests',
1066 '../media/cast/cast.gyp:cast_unittests', 1072 '../media/cast/cast.gyp:cast_unittests',
1067 '../media/media.gyp:media_unittests', 1073 '../media/media.gyp:media_unittests',
1068 '../mojo/mojo.gyp:mojo', 1074 '../mojo/mojo.gyp:mojo',
1069 '../net/net.gyp:net_unittests', 1075 '../net/net.gyp:net_unittests',
1070 '../printing/printing.gyp:printing_unittests', 1076 '../printing/printing.gyp:printing_unittests',
1071 '../remoting/remoting.gyp:remoting_unittests', 1077 '../remoting/remoting.gyp:remoting_unittests',
1072 '../sql/sql.gyp:sql_unittests', 1078 '../sql/sql.gyp:sql_unittests',
1073 '../sync/sync.gyp:sync_unit_tests', 1079 '../sync/sync.gyp:sync_unit_tests',
1074 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 1080 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
1259 'dependencies': [ 1265 'dependencies': [
1260 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1266 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1261 '../ui/views/views.gyp:views', 1267 '../ui/views/views.gyp:views',
1262 '../ui/views/views.gyp:views_unittests', 1268 '../ui/views/views.gyp:views_unittests',
1263 ], 1269 ],
1264 }, # target_name: macviews_builder 1270 }, # target_name: macviews_builder
1265 ], # targets 1271 ], # targets
1266 }], # os=='mac' and toolkit_views==1 1272 }], # os=='mac' and toolkit_views==1
1267 ], # conditions 1273 ], # conditions
1268 } 1274 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/renderer_host/render_process_host_impl.h » ('j') | ipc/ipc_channel.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698