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

Side by Side Diff: build/gn_migration.gypi

Issue 975123003: Add remaining trivial targets for the Linux GN build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix other debug/component woes Created 5 years, 9 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/base.gyp ('k') | build/sanitizers/BUILD.gn » ('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) 2015 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2015 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 # This file defines three targets that we are using to 5 # This file defines three targets that we are using to
6 # track the progress of the GYP->GN migration: 6 # track the progress of the GYP->GN migration:
7 # 7 #
8 # If you run 'ninja gn_build gyp_remaining gyp_groups', and then 8 # If you run 'ninja gn_build gyp_remaining gyp_groups', and then
9 # run 'ninja', the second ninja invocation should do nothing. This 9 # run 'ninja', the second ninja invocation should do nothing. This
10 # indicates that everything built by a ninja build is in fact 10 # indicates that everything built by a ninja build is in fact
(...skipping 16 matching lines...) Expand all
27 # above contracts. 27 # above contracts.
28 28
29 { 29 {
30 'targets': [ 30 'targets': [
31 { 31 {
32 # This target should mirror the structure of //:gn_all 32 # This target should mirror the structure of //:gn_all
33 # as closely as possible, for ease of comparison. 33 # as closely as possible, for ease of comparison.
34 'target_name': 'gn_all', 34 'target_name': 'gn_all',
35 'type': 'none', 35 'type': 'none',
36 'dependencies': [ 36 'dependencies': [
37 '../base/base.gyp:base_i18n_perftests',
38 '../base/base.gyp:base_perftests',
37 '../base/base.gyp:base_unittests', 39 '../base/base.gyp:base_unittests',
40 '../base/base.gyp:build_utf8_validator_tables',
41 '../base/base.gyp:check_example',
42 '../base/base.gyp:protect_file_posix',
43 '../breakpad/breakpad.gyp:core-2-minidump',
44 '../breakpad/breakpad.gyp:microdump_stackwalk',
45 '../breakpad/breakpad.gyp:minidump_dump',
46 '../breakpad/breakpad.gyp:minidump_stackwalk',
47 '../build/sanitizers/sanitizers.gyp:llvm-symbolizer',
48 '../cc/cc_tests.gyp:cc_perftests',
38 '../cc/cc_tests.gyp:cc_unittests', 49 '../cc/cc_tests.gyp:cc_unittests',
50 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests',
39 '../chrome/chrome.gyp:chrome', 51 '../chrome/chrome.gyp:chrome',
40 '../chrome/chrome.gyp:browser_tests', 52 '../chrome/chrome.gyp:browser_tests',
53 '../chrome/chrome.gyp:chrome_app_unittests',
54 '../chrome/chrome.gyp:chromedriver',
55 '../chrome/chrome.gyp:chromedriver_tests',
56 '../chrome/chrome.gyp:chromedriver_unittests',
41 '../chrome/chrome.gyp:interactive_ui_tests', 57 '../chrome/chrome.gyp:interactive_ui_tests',
58 '../chrome/chrome.gyp:load_library_perf_tests',
59 '../chrome/chrome.gyp:service_discovery_sniffer',
42 '../chrome/chrome.gyp:sync_integration_tests', 60 '../chrome/chrome.gyp:sync_integration_tests',
61 '../chrome/chrome.gyp:sync_performance_tests',
43 '../chrome/chrome.gyp:unit_tests', 62 '../chrome/chrome.gyp:unit_tests',
63 '../chrome/tools/profile_reset/jtl_compiler.gyp:jtl_compiler',
64 '../components/components.gyp:network_hints_browser',
65 '../components/components.gyp:session_manager_component',
66 '../components/components.gyp:webui_generator',
67 '../components/components_tests.gyp:components_perftests',
44 '../components/components_tests.gyp:components_unittests', 68 '../components/components_tests.gyp:components_unittests',
69 '../components/nacl.gyp:nacl_loader_unittests',
70 '../content/content.gyp:content_app_browser',
71 '../content/content.gyp:content_app_child',
72 '../content/content_shell_and_tests.gyp:content_browsertests',
73 '../content/content_shell_and_tests.gyp:content_gl_benchmark',
74 '../content/content_shell_and_tests.gyp:content_gl_tests',
75 '../content/content_shell_and_tests.gyp:content_perftests',
45 '../content/content_shell_and_tests.gyp:content_shell', 76 '../content/content_shell_and_tests.gyp:content_shell',
46 '../content/content_shell_and_tests.gyp:content_browsertests',
47 '../content/content_shell_and_tests.gyp:content_perftests',
48 '../content/content_shell_and_tests.gyp:content_unittests', 77 '../content/content_shell_and_tests.gyp:content_unittests',
78 '../courgette/courgette.gyp:courgette',
79 '../courgette/courgette.gyp:courgette_fuzz',
80 '../courgette/courgette.gyp:courgette_minimal_tool',
81 '../courgette/courgette.gyp:courgette_unittests',
49 '../crypto/crypto.gyp:crypto_unittests', 82 '../crypto/crypto.gyp:crypto_unittests',
50 '../extensions/extensions_tests.gyp:extensions_browsertests', 83 '../extensions/extensions_tests.gyp:extensions_browsertests',
51 '../extensions/extensions_tests.gyp:extensions_unittests', 84 '../extensions/extensions_tests.gyp:extensions_unittests',
85 '../device/device_tests.gyp:device_unittests',
86 '../gin/gin.gyp:gin_v8_snapshot_fingerprint',
87 '../gin/gin.gyp:gin_shell',
88 '../gin/gin.gyp:gin_unittests',
52 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', 89 '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
90 '../google_apis/gcm/gcm.gyp:mcs_probe',
91 '../google_apis/google_apis.gyp:google_apis_unittests',
92 '../gpu/gpu.gyp:angle_unittests',
93 '../gpu/gpu.gyp:gl_tests',
94 '../gpu/gpu.gyp:gpu_perftests',
53 '../gpu/gpu.gyp:gpu_unittests', 95 '../gpu/gpu.gyp:gpu_unittests',
96 '../ipc/ipc.gyp:ipc_perftests',
54 '../ipc/ipc.gyp:ipc_tests', 97 '../ipc/ipc.gyp:ipc_tests',
55 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo_unittests', 98 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo_unittests',
56 '../jingle/jingle.gyp:jingle_unittests', 99 '../jingle/jingle.gyp:jingle_unittests',
100 '../media/media.gyp:ffmpeg_regression_tests', # TODO(GYP) this should b e conditional on media_use_ffmpeg
101 '../media/media.gyp:media_perftests',
57 '../media/media.gyp:media_unittests', 102 '../media/media.gyp:media_unittests',
103 '../media/cast/cast.gyp:cast_benchmarks',
58 '../media/cast/cast.gyp:cast_unittests', 104 '../media/cast/cast.gyp:cast_unittests',
105 '../media/cast/cast.gyp:generate_barcode_video',
106 '../media/cast/cast.gyp:generate_timecode_audio',
59 '../mojo/mojo.gyp:mojo', 107 '../mojo/mojo.gyp:mojo',
108 '../mojo/mojo_base.gyp:mojo_application_chromium',
60 '../mojo/mojo_base.gyp:mojo_common_unittests', 109 '../mojo/mojo_base.gyp:mojo_common_unittests',
110 '../net/net.gyp:crash_cache',
111 '../net/net.gyp:crl_set_dump',
112 '../net/net.gyp:dns_fuzz_stub',
113 '../net/net.gyp:dump_cache',
114 '../net/net.gyp:gdig',
115 '../net/net.gyp:get_server_time',
61 '../net/net.gyp:net_unittests', 116 '../net/net.gyp:net_unittests',
117 '../net/net.gyp:net_watcher', # TODO(GYP): This should be conditional o n use_v8_in_net
118 '../net/net.gyp:run_testserver',
119 '../net/net.gyp:stress_cache',
120 '../net/net.gyp:tld_cleanup',
121 '../ppapi/ppapi_internal.gyp:*', # TODO(GYP) - list all of the examples explicitly.
122 '../ppapi/ppapi_internal.gyp:ppapi_tests', # TODO(GYP): Split out the e xamples and tests
123 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
62 '../printing/printing.gyp:printing_unittests', 124 '../printing/printing.gyp:printing_unittests',
63 '../skia/skia_tests.gyp:skia_unittests', 125 '../skia/skia_tests.gyp:skia_unittests',
126 '../skia/skia.gyp:filter_fuzz_stub',
127 '../skia/skia.gyp:image_operations_bench',
64 '../sql/sql.gyp:sql_unittests', 128 '../sql/sql.gyp:sql_unittests',
129 '../sync/sync.gyp:run_sync_testserver',
130 '../sync/sync.gyp:sync_endtoend_tests',
65 '../sync/sync.gyp:sync_unit_tests', 131 '../sync/sync.gyp:sync_unit_tests',
66 '../third_party/WebKit/public/all.gyp:all_blink', 132 '../sync/tools/sync_tools.gyp:sync_client',
133 '../sync/tools/sync_tools.gyp:sync_listen_notifications',
134 '../testing/gmock.gyp:gmock_main',
135 '../third_party/WebKit/public/all.gyp:blink_tests',
67 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_unittests', 136 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_unittests',
68 '../third_party/codesighs/codesighs.gyp:codesighs', 137 '../third_party/codesighs/codesighs.gyp:codesighs',
138 '../third_party/codesighs/codesighs.gyp:maptsvdifftool',
139 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittests',
140 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittes ts',
141 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_unit tests',
69 '../third_party/mojo/mojo_edk_tests.gyp:mojo_system_unittests', 142 '../third_party/mojo/mojo_edk_tests.gyp:mojo_system_unittests',
70 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_bindings_unittests', 143 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_bindings_unittests',
71 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_environment_unittest s', 144 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_environment_unittest s',
145 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_system_perftests',
72 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_system_unittests', 146 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_system_unittests',
73 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_utility_unittests', 147 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_utility_unittests',
74 '../third_party/pdfium/samples/samples.gyp:pdfium_test', 148 '../third_party/pdfium/samples/samples.gyp:pdfium_test',
75 '../third_party/smhasher/smhasher.gyp:pmurhash', 149 '../third_party/smhasher/smhasher.gyp:pmurhash',
76 '../third_party/sqlite/sqlite.gyp:sqlite_shell', 150 '../third_party/sqlite/sqlite.gyp:sqlite_shell',
77 '../tools/gn/gn.gyp:gn', 151 '../tools/gn/gn.gyp:gn',
152 '../tools/gn/gn.gyp:generate_test_gn_data',
78 '../tools/gn/gn.gyp:gn_unittests', 153 '../tools/gn/gn.gyp:gn_unittests',
154 '../tools/imagediff/image_diff.gyp:image_diff',
155 '../tools/perf/clear_system_cache/clear_system_cache.gyp:clear_system_ca che',
156 '../tools/telemetry/telemetry.gyp:bitmaptools',
79 '../ui/accessibility/accessibility.gyp:accessibility_unittests', 157 '../ui/accessibility/accessibility.gyp:accessibility_unittests',
80 '../ui/app_list/app_list.gyp:app_list_unittests', 158 '../ui/app_list/app_list.gyp:app_list_unittests',
81 '../ui/base/ui_base_tests.gyp:ui_base_unittests', 159 '../ui/base/ui_base_tests.gyp:ui_base_unittests',
160 '../ui/compositor/compositor.gyp:compositor_unittests',
82 '../ui/display/display.gyp:display_unittests', 161 '../ui/display/display.gyp:display_unittests',
83 '../ui/events/events.gyp:events_unittests', 162 '../ui/events/events.gyp:events_unittests',
84 '../ui/gfx/gfx_tests.gyp:gfx_unittests', 163 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
164 '../ui/keyboard/keyboard.gyp:keyboard_unittests',
165 '../ui/message_center/message_center.gyp:message_center_unittests',
166 '../ui/snapshot/snapshot.gyp:snapshot_unittests',
85 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_unittes ts', 167 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_unittes ts',
168 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
86 '../url/url.gyp:url_unittests', 169 '../url/url.gyp:url_unittests',
170 '../v8/tools/gyp/v8.gyp:v8_snapshot',
171 '../v8/tools/gyp/v8.gyp:postmortem-metadata',
87 ], 172 ],
88 'conditions': [ 173 'conditions': [
89 ['enable_extensions==1 and OS!="mac"', { 174 ['enable_extensions==1 and OS!="mac"', {
90 'dependencies': [ 175 'dependencies': [
176 '../extensions/shell/app_shell.gyp:app_shell',
91 '../extensions/shell/app_shell.gyp:app_shell_unittests', 177 '../extensions/shell/app_shell.gyp:app_shell_unittests',
92 ], 178 ],
93 }], 179 }],
94 ['OS!="win"', { 180 ['OS!="win"', {
95 'dependencies': [ 181 'dependencies': [
96 '../breakpad/breakpad.gyp:symupload', 182 '../breakpad/breakpad.gyp:symupload',
97 ], 183 ],
98 }], 184 }],
99 ['use_x11==1', { 185 ['use_x11==1', {
100 'dependencies': [ 186 'dependencies': [
187 '../media/media.gyp:player_x11',
101 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 188 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
102 ], 189 ],
190 'conditions': [
191 ['target_arch!="arm"', {
192 'dependencies': [
193 '../gpu/tools/tools.gyp:compositor_model_bench',
194 ],
195 }],
196 ],
103 }], 197 }],
104 ['toolkit_views==1', { 198 ['toolkit_views==1', {
105 'dependencies': [ 199 'dependencies': [
200 '../ui/app_list/app_list.gyp:app_list_demo',
106 '../ui/views/views.gyp:views_unittests', 201 '../ui/views/views.gyp:views_unittests',
107 ], 202 ],
108 }], 203 }],
204 ['use_ash==1', {
205 'dependencies': [
206 '../ash/ash.gyp:ash_shell',
207 '../ash/ash.gyp:ash_shell_unittests',
208 '../ash/ash.gyp:ash_unittests',
209 ],
210 }],
109 ['use_aura==1', { 211 ['use_aura==1', {
110 'dependencies': [ 212 'dependencies': [
213 '../ui/aura/aura.gyp:aura_bench',
214 '../ui/aura/aura.gyp:aura_demo',
215 '../ui/aura/aura.gyp:aura_unittests',
111 '../ui/wm/wm.gyp:wm_unittests', 216 '../ui/wm/wm.gyp:wm_unittests',
112 ], 217 ],
113 }], 218 }],
114 ['use_ozone==1', { 219 ['use_ozone==1', {
115 'dependencies': [ 220 'dependencies': [
116 '../ui/ozone/ozone.gyp:ozone', 221 '../ui/ozone/ozone.gyp:ozone',
117 ], 222 ],
118 }], 223 }],
119 ['OS=="win" or OS=="mac" or chromeos==1', { 224 ['OS=="win" or OS=="mac" or chromeos==1', {
120 'dependencies': [ 225 'dependencies': [
121 '../rlz/rlz.gyp:rlz_lib', 226 '../rlz/rlz.gyp:rlz_lib',
122 ], 227 ],
123 }], 228 }],
124 ['OS=="android"', { 229 ['OS=="android"', {
125 'dependencies': [ 230 'dependencies': [
126 '../base/base.gyp:chromium_android_linker', 231 '../base/base.gyp:chromium_android_linker',
232 '../breakpad/breakpad.gyp:dump_syms',
127 '../build/android/rezip.gyp:rezip_apk_jar', 233 '../build/android/rezip.gyp:rezip_apk_jar',
128 '../chrome/chrome.gyp:chrome_shell_apk', 234 '../chrome/chrome.gyp:chrome_shell_apk',
129 '../chrome/chrome.gyp:chromedriver_webview_shell_apk', 235 '../chrome/chrome.gyp:chromedriver_webview_shell_apk',
130 #"//clank" TODO(GYP) - conditional somehow? 236 #"//clank" TODO(GYP) - conditional somehow?
131 '../tools/imagediff/imagediff.gyp:imagediff#host', 237 '../tools/imagediff/image_diff.gyp:image_diff#host',
132 '../tools/telemetry/telemetry.gyp:bitmaptools#host', 238 '../tools/telemetry/telemetry.gyp:bitmaptools#host',
133 239
134 # TODO(GYP): Remove these when the components_unittests work. 240 # TODO(GYP): Remove these when the components_unittests work.
135 #"//components/history/core/test:test", 241 #"//components/history/core/test:test",
136 #"//components/policy:policy_component_test_support", 242 #"//components/policy:policy_component_test_support",
137 #"//components/policy:test_support", 243 #"//components/policy:test_support",
138 #"//components/rappor:test_support", 244 #"//components/rappor:test_support",
139 #"//components/signin/core/browser:test_support", 245 #"//components/signin/core/browser:test_support",
140 #"//components/sync_driver:test_support", 246 #"//components/sync_driver:test_support",
141 #"//components/user_manager", 247 #"//components/user_manager",
(...skipping 14 matching lines...) Expand all
156 #"//ui/android:ui_java", 262 #"//ui/android:ui_java",
157 263
158 # TODO(GYP): Are these needed? 264 # TODO(GYP): Are these needed?
159 #"//chrome/test:test_support_unit", 265 #"//chrome/test:test_support_unit",
160 #"//third_party/smhasher:murmurhash3", 266 #"//third_party/smhasher:murmurhash3",
161 #"//ui/message_center:test_support", 267 #"//ui/message_center:test_support",
162 ], 268 ],
163 'dependencies!': [ 269 'dependencies!': [
164 '../breakpad/breakpad.gyp:symupload', 270 '../breakpad/breakpad.gyp:symupload',
165 '../chrome/chrome.gyp:browser_tests', 271 '../chrome/chrome.gyp:browser_tests',
272 '../chrome/chrome.gyp:chromedriver',
273 '../chrome/chrome.gyp:chromedriver_unitests',
166 '../chrome/chrome.gyp:interactive_ui_tests', 274 '../chrome/chrome.gyp:interactive_ui_tests',
167 '../chrome/chrome.gyp:sync_integration_tests', 275 '../chrome/chrome.gyp:sync_integration_tests',
168 '../chrome/chrome.gyp:unit_tests', 276 '../chrome/chrome.gyp:unit_tests',
169 '../extensions/extensions_tests.gyp:extensions_browsertests', 277 '../extensions/extensions_tests.gyp:extensions_browsertests',
170 '../extensions/extensions_tests.gyp:extensions_unittests', 278 '../extensions/extensions_tests.gyp:extensions_unittests',
171 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', 279 '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
172 '../ipc/ipc.gyp:ipc_tests', 280 '../ipc/ipc.gyp:ipc_tests',
173 '../jingle/jingle.gyp:jingle_unittests', 281 '../jingle/jingle.gyp:jingle_unittests',
174 '../net/net.gyp:net_unittests', 282 '../net/net.gyp:net_unittests',
175 #"//ppapi/examples", 283 #"//ppapi/examples",
176 '../third_party/pdfium/samples/samples.gyp:pdfium_test', 284 '../third_party/pdfium/samples/samples.gyp:pdfium_test',
177 '../tools/gn/gn.gyp:gn', 285 '../tools/gn/gn.gyp:gn',
178 '../tools/gn/gn.gyp:gn_unittests', 286 '../tools/gn/gn.gyp:gn_unittests',
287 '../tools/imagediff/image_diff.gyp:image_diff',
288 '../tools/telemetry/telemetry.gyp:bitmaptools',
289 '../tools/gn/gn.gyp:gn',
290 '../tools/gn/gn.gyp:gn_unittests',
179 '../ui/app_list/app_list.gyp:app_list_unittests', 291 '../ui/app_list/app_list.gyp:app_list_unittests',
180 '../url/url.gyp:url_unittests', 292 '../url/url.gyp:url_unittests',
181 ], 293 ],
182 }], 294 }],
183 ['OS=="linux"', { 295 ['OS=="linux"', {
184 'dependencies': [ 296 'dependencies': [
297 '../breakpad/breakpad.gyp:breakpad_unittests',
298 '../breakpad/breakpad.gyp:dump_syms',
299 '../breakpad/breakpad.gyp:generate_test_dump',
300 '../breakpad/breakpad.gyp:minidump-2-core',
301 '../dbus/dbus.gyp:dbus_test_server',
302 '../dbus/dbus.gyp:dbus_unittests',
303 '../media/cast/cast.gyp:tap_proxy',
304 '../net/net.gyp:disk_cache_memory_test',
305 '../net/net.gyp:flip_in_mem_edsm_server',
306 '../net/net.gyp:flip_in_mem_edsm_server_unittests',
307 '../net/net.gyp:hpack_example_generator',
308 '../net/net.gyp:hpack_fuzz_mutator',
309 '../net/net.gyp:hpack_fuzz_wrapper',
310 '../net/net.gyp:net_perftests',
311 '../net/net.gyp:quic_client',
312 '../net/net.gyp:quic_server',
185 '../sandbox/sandbox.gyp:chrome_sandbox', 313 '../sandbox/sandbox.gyp:chrome_sandbox',
186 '../sandbox/sandbox.gyp:sandbox_linux_unittests', 314 '../sandbox/sandbox.gyp:sandbox_linux_unittests',
315 '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests',
187 ], 316 ],
188 }], 317 }],
189 ['OS=="mac"', { 318 ['OS=="mac"', {
190 'dependencies': [ 319 'dependencies': [
320 '../breakpad/breakpad.gyp:crash_inspector',
321 '../breakpad/breakpad.gyp:dump_syms',
322 '../breakpad/breakpad.gyp:symupload',
191 '../third_party/apple_sample_code/apple_sample_code.gyp:apple_sample _code', 323 '../third_party/apple_sample_code/apple_sample_code.gyp:apple_sample _code',
192 '../third_party/molokocacao/molokocacao.gyp:molokocacao', 324 '../third_party/molokocacao/molokocacao.gyp:molokocacao',
193 325
194 # TODO(GYP): remove these when the corresponding root targets work. 326 # TODO(GYP): remove these when the corresponding root targets work.
195 "//cc/blink", 327 #"//cc/blink",
196 "//components/ui/zoom:ui_zoom", 328 #"//components/ui/zoom:ui_zoom",
197 "//content", 329 #"//content",
198 "//content/test:test_support", 330 #"//content/test:test_support",
199 "//device/battery", 331 #"//device/battery",
200 "//device/bluetooth", 332 #"//device/bluetooth",
201 "//device/nfc", 333 #"//device/nfc",
202 "//device/usb", 334 #"//device/usb",
203 "//device/vibration", 335 #"//device/vibration",
204 "//media/blink", 336 #"//media/blink",
205 "//pdf", 337 #"//pdf",
206 "//storage/browser", 338 #"//storage/browser",
207 "//third_party/brotli", 339 #"//third_party/brotli",
208 "//third_party/flac", 340 #"//third_party/flac",
209 "//third_party/hunspell", 341 #"//third_party/hunspell",
210 "//third_party/iccjpeg", 342 #//third_party/iccjpeg",
211 "//third_party/libphonenumber", 343 #"//third_party/libphonenumber",
212 "//third_party/ots", 344 #"//third_party/ots",
213 "//third_party/qcms", 345 #"//third_party/qcms",
214 "//third_party/smhasher:murmurhash3", 346 #"//third_party/smhasher:murmurhash3",
215 "//third_party/speex", 347 #"//third_party/speex",
216 "//third_party/webrtc/system_wrappers", 348 #"//third_party/webrtc/system_wrappers",
217 "//ui/native_theme", 349 #"//ui/native_theme",
218 "//ui/snapshot", 350 #"//ui/snapshot",
219 "//ui/surface", 351 #"//ui/surface",
220 ], 352 ],
221 'dependencies!': [ 353 'dependencies!': [
222 "//chrome", # TODO(GYP) 354 #"//chrome", # TODO(GYP)
223 "//chrome/test:browser_tests", # TODO(GYP) 355 #"//chrome/test:browser_tests", # TODO(GYP)
224 "//chrome/test:interactive_ui_tests", # TODO(GYP) 356 #"//chrome/test:interactive_ui_tests", # TODO(GYP)
225 "//chrome/test:sync_integration_tests", # TODO(GYP) 357 #"//chrome/test:sync_integration_tests", # TODO(GYP)
226 "//chrome/test:unit_tests", # TODO(GYP) 358 #"//chrome/test:unit_tests", # TODO(GYP)
227 "//components:components_unittests", # TODO(GYP) 359 #"//components:components_unittests", # TODO(GYP)
228 "//content/test:content_browsertests", # TODO(GYP) 360 #"//content/test:content_browsertests", # TODO(GYP)
229 "//content/test:content_perftests", # TODO(GYP) 361 #"//content/test:content_perftests", # TODO(GYP)
230 "//content/test:content_unittests", # TODO(GYP) 362 #"//content/test:content_unittests", # TODO(GYP)
231 "//extensions:extensions_browsertests", # TODO(GYP) 363 #"//extensions:extensions_browsertests", # TODO(GYP)
232 "//extensions:extensions_unittests", # TODO(GYP) 364 #"//extensions:extensions_unittests", # TODO(GYP)
233 "//net:net_unittests", # TODO(GYP) 365 #"//net:net_unittests", # TODO(GYP)
234 "//third_party/usrsctp", # TODO(GYP) 366 #"//third_party/usrsctp", # TODO(GYP)
235 "//ui/app_list:app_list_unittests", # TODO(GYP) 367 #"//ui/app_list:app_list_unittests", # TODO(GYP)
236 "//ui/gfx:gfx_unittests", # TODO(GYP) 368 #"//ui/gfx:gfx_unittests", # TODO(GYP)
237 ], 369 ],
238 }], 370 }],
239 ['OS=="win"', { 371 ['OS=="win"', {
240 'dependencies': [ 372 'dependencies': [
241 "//ui/metro_viewer", 373 "//ui/metro_viewer",
242 '../third_party/codesighs/codesighs.gyp:msdump2symdb', 374 '../third_party/codesighs/codesighs.gyp:msdump2symdb',
243 ], 375 ],
244 'dependencies!': [ 376 'dependencies!': [
245 "//crypto:crypto_unittests", # TODO(GYP) 377 "//crypto:crypto_unittests", # TODO(GYP)
246 "//net:net_unittests", # TODO(GYP) 378 "//net:net_unittests", # TODO(GYP)
247 ], 379 ],
248 }], 380 }, {
249 ],
250 },
251 {
252 # This target contains a list of things that actually currently
253 # build in GN, but aren't listed in //:gn_all
254 'target_name': 'add_to_gn_all',
255 'type': 'none',
256 'dependencies': [
257 '../breakpad/breakpad.gyp:microdump_stackwalk',
258 '../breakpad/breakpad.gyp:minidump_dump',
259 '../breakpad/breakpad.gyp:minidump_stackwalk',
260 '../cc/cc_tests.gyp:cc_perftests',
261 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests',
262 '../chrome/chrome.gyp:sync_performance_tests',
263 '../chrome/tools/profile_reset/jtl_compiler.gyp:jtl_compiler',
264 '../courgette/courgette.gyp:courgette_minimal_tool',
265 '../courgette/courgette.gyp:courgette_unittests',
266 '../extensions/shell/app_shell.gyp:app_shell',
267 '../gin/gin.gyp:gin_unittests',
268 '../google_apis/google_apis.gyp:google_apis_unittests',
269 '../gpu/gpu.gyp:angle_unittests',
270 '../gpu/gpu.gyp:gpu_perftests',
271 '../ipc/ipc.gyp:ipc_perftests',
272 '../media/media.gyp:ffmpeg_regression_tests', # TODO(GYP) this should b e conditional on media_use_ffmpeg
273 '../media/media.gyp:media_perftests',
274 '../net/net.gyp:crash_cache',
275 '../net/net.gyp:crl_set_dump',
276 '../net/net.gyp:dns_fuzz_stub',
277 '../net/net.gyp:dump_cache',
278 '../net/net.gyp:gdig',
279 '../net/net.gyp:get_server_time',
280 '../net/net.gyp:net_watcher', # TODO(GYP): This should be conditional o n use_v8_in_net
281 '../net/net.gyp:run_testserver',
282 '../net/net.gyp:stress_cache',
283 '../net/net.gyp:tld_cleanup',
284 '../ppapi/ppapi_internal.gyp:ppapi_tests', # TODO(GYP): Split out the ex amples and tests
285 '../third_party/codesighs/codesighs.gyp:maptsvdifftool',
286 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_system_perftests',
287 '../ui/compositor/compositor.gyp:compositor_unittests',
288 '../ui/keyboard/keyboard.gyp:keyboard_unittests',
289 '../ui/snapshot/snapshot.gyp:snapshot_unittests',
290 ],
291 'conditions': [
292 ['use_aura==1', {
293 'dependencies': [
294 '../ui/aura/aura.gyp:aura_bench',
295 ],
296 }],
297 ['use_ash==1', {
298 'dependencies': [
299 '../ash/ash.gyp:ash_shell',
300 '../ash/ash.gyp:ash_shell_unittests',
301 '../ash/ash.gyp:ash_unittests',
302 ],
303 }],
304 ['OS=="android"', {
305 'dependencies': [
306 '../breakpad/breakpad.gyp:dump_syms',
307 ],
308 }],
309 ['OS=="linux"', {
310 'dependencies': [
311 '../breakpad/breakpad.gyp:breakpad_unittests',
312 '../breakpad/breakpad.gyp:dump_syms',
313 '../breakpad/breakpad.gyp:generate_test_dump',
314 '../breakpad/breakpad.gyp:minidump-2-core',
315 '../net/net.gyp:disk_cache_memory_test',
316 '../net/net.gyp:flip_in_mem_edsm_server',
317 '../net/net.gyp:flip_in_mem_edsm_server_unittests',
318 '../net/net.gyp:quic_client',
319 '../net/net.gyp:quic_server',
320 '../dbus/dbus.gyp:dbus_unittests',
321 ],
322 }],
323 ['OS!="win"', {
324 'dependencies': [ 381 'dependencies': [
325 '../third_party/codesighs/codesighs.gyp:nm2tsv', 382 '../third_party/codesighs/codesighs.gyp:nm2tsv',
326 ], 383 ],
327 }], 384 }],
328 ['OS=="mac"', {
329 'dependencies': [
330 '../breakpad/breakpad.gyp:crash_inspector',
331 '../breakpad/breakpad.gyp:dump_syms',
332 '../breakpad/breakpad.gyp:symupload',
333 ],
334 }],
335 ['OS=="android" or OS=="linux"', { 385 ['OS=="android" or OS=="linux"', {
336 'dependencies': [ 386 'dependencies': [
337 '../net/net.gyp:disk_cache_memory_test', 387 '../net/net.gyp:disk_cache_memory_test',
338 ], 388 ],
339 }], 389 }],
340 ], 390 ],
341 }, 391 },
342 { 392 {
343 'target_name': 'gyp_remaining', 393 'target_name': 'gyp_remaining',
344 'type': 'none', 394 'type': 'none',
345 'dependencies': [
346 ':add_to_gn_all',
347 ],
348 'conditions': [ 395 'conditions': [
349 ['OS=="linux"', { 396 ['OS=="linux"', {
350 'dependencies': [ 397 'dependencies': [
351 '../base/base.gyp:base_i18n_perftests',
352 '../base/base.gyp:base_perftests',
353 '../base/base.gyp:build_utf8_validator_tables#host',
354 '../base/base.gyp:check_example',
355 '../base/base.gyp:protect_file_posix',
356 '../breakpad/breakpad.gyp:core-2-minidump',
357 '../build/sanitizers/sanitizers.gyp:llvm-symbolizer',
358 '../chrome/chrome.gyp:chrome_app_unittests',
359 '../chrome/chrome.gyp:chromedriver',
360 '../chrome/chrome.gyp:chromedriver_tests',
361 '../chrome/chrome.gyp:chromedriver_unittests',
362 '../chrome/chrome.gyp:load_library_perf_tests',
363 '../chrome/chrome.gyp:performance_browser_tests', 398 '../chrome/chrome.gyp:performance_browser_tests',
364 '../chrome/chrome.gyp:service_discovery_sniffer',
365 '../cloud_print/cloud_print.gyp:cloud_print_unittests', 399 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
366 '../components/components.gyp:network_hints_browser',
367 '../components/components.gyp:policy_templates', 400 '../components/components.gyp:policy_templates',
368 '../components/components_tests.gyp:components_browsertests', 401 '../components/components_tests.gyp:components_browsertests',
369 '../components/components_tests.gyp:components_perftests', 402 '../components/components_tests.gyp:components_perftests',
370 '../content/content.gyp:content_app_browser', 403 '../content/content.gyp:content_app_browser',
371 '../content/content.gyp:content_app_child', 404 '../content/content.gyp:content_app_child',
372 '../content/content_shell_and_tests.gyp:content_gl_benchmark', 405 '../content/content_shell_and_tests.gyp:content_gl_benchmark',
373 '../content/content_shell_and_tests.gyp:content_gl_tests', 406 '../content/content_shell_and_tests.gyp:content_gl_tests',
374 '../courgette/courgette.gyp:courgette', 407 '../courgette/courgette.gyp:courgette',
375 '../courgette/courgette.gyp:courgette_fuzz', 408 '../courgette/courgette.gyp:courgette_fuzz',
376 '../dbus/dbus.gyp:dbus_test_server', 409 '../dbus/dbus.gyp:dbus_test_server',
377 '../device/device_tests.gyp:device_unittests', 410 '../device/device_tests.gyp:device_unittests',
378 '../gin/gin.gyp:gin_v8_snapshot_fingerprint', 411 '../gin/gin.gyp:gin_v8_snapshot_fingerprint',
379 '../gin/gin.gyp:gin_shell', 412 '../gin/gin.gyp:gin_shell',
380 '../google_apis/gcm/gcm.gyp:mcs_probe', 413 '../google_apis/gcm/gcm.gyp:mcs_probe',
381 '../gpu/gpu.gyp:gl_tests', 414 '../gpu/gpu.gyp:gl_tests',
382 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_confor m_support', 415 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_confor m_support',
383 '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_conform_t est', 416 '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_conform_t est',
384 '../gpu/khronos_glcts_support/khronos_glcts_test.gyp:khronos_glcts_t est', 417 '../gpu/khronos_glcts_support/khronos_glcts_test.gyp:khronos_glcts_t est',
385 '../media/cast/cast.gyp:cast_benchmarks', 418 '../media/cast/cast.gyp:cast_benchmarks',
386 '../media/cast/cast.gyp:generate_barcode_video', 419 '../media/cast/cast.gyp:generate_barcode_video',
387 '../media/cast/cast.gyp:generate_timecode_audio', 420 '../media/cast/cast.gyp:generate_timecode_audio',
388 '../media/cast/cast.gyp:tap_proxy', 421 '../media/cast/cast.gyp:tap_proxy',
389 '../mojo/mojo_base.gyp:mojo_application_chromium', 422 '../mojo/mojo_base.gyp:mojo_application_chromium',
390 '../net/net.gyp:hpack_example_generator', 423 '../net/net.gyp:hpack_example_generator',
391 '../net/net.gyp:hpack_fuzz_mutator', 424 '../net/net.gyp:hpack_fuzz_mutator',
392 '../net/net.gyp:hpack_fuzz_wrapper', 425 '../net/net.gyp:hpack_fuzz_wrapper',
393 '../net/net.gyp:net_perftests', 426 '../net/net.gyp:net_perftests',
394 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 427 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
395 '../ppapi/tools/ppapi_tools.gyp:pepper_hash_for_uma', 428 '../ppapi/tools/ppapi_tools.gyp:pepper_hash_for_uma',
396 '../remoting/app_remoting_webapp.gyp:ar_sample_app',
397 '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests', 429 '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests',
398 '../skia/skia.gyp:filter_fuzz_stub', 430 '../skia/skia.gyp:filter_fuzz_stub',
399 '../skia/skia.gyp:image_operations_bench', 431 '../skia/skia.gyp:image_operations_bench',
400 '../sync/sync.gyp:run_sync_testserver', 432 '../sync/sync.gyp:run_sync_testserver',
401 '../sync/sync.gyp:sync_endtoend_tests', 433 '../sync/sync.gyp:sync_endtoend_tests',
402 '../sync/tools/sync_tools.gyp:sync_client', 434 '../sync/tools/sync_tools.gyp:sync_client',
403 '../sync/tools/sync_tools.gyp:sync_listen_notifications', 435 '../sync/tools/sync_tools.gyp:sync_listen_notifications',
404 '../testing/gmock.gyp:gmock_main', 436 '../testing/gmock.gyp:gmock_main',
405 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts', 437 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts',
406 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 438 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
407 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests', 439 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests',
408 '../third_party/webrtc/tools/tools.gyp:frame_analyzer', 440 '../third_party/webrtc/tools/tools.gyp:frame_analyzer',
409 '../third_party/webrtc/tools/tools.gyp:rgba_to_i420_converter', 441 '../third_party/webrtc/tools/tools.gyp:rgba_to_i420_converter',
410 '../tools/gn/gn.gyp:generate_test_gn_data', 442 '../tools/gn/gn.gyp:generate_test_gn_data',
411 '../tools/perf/clear_system_cache/clear_system_cache.gyp:clear_syste m_cache', 443 '../tools/perf/clear_system_cache/clear_system_cache.gyp:clear_syste m_cache',
412 #'../tools/telemetry/telemetry.gyp:bitmaptools', TODO(GYP) should th is be #host ? 444 #'../tools/telemetry/telemetry.gyp:bitmaptools', TODO(GYP) should th is be #host ?
413 '../ui/compositor/compositor.gyp:compositor_unittests', 445 '../ui/compositor/compositor.gyp:compositor_unittests',
414 '../ui/message_center/message_center.gyp:message_center_unittests', 446 '../ui/message_center/message_center.gyp:message_center_unittests',
415 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 447 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
416 '../v8/tools/gyp/v8.gyp:v8_snapshot', 448 '../v8/tools/gyp/v8.gyp:v8_snapshot',
417 '../v8/tools/gyp/v8.gyp:postmortem-metadata', 449 '../v8/tools/gyp/v8.gyp:postmortem-metadata',
418 450
419 # TODO(GYP) - list all of the examples explicitly. 451 # TODO(GYP) - list all of the examples explicitly.
420 '../ppapi/ppapi_internal.gyp:*', 452 '../ppapi/ppapi_internal.gyp:*',
421 ], 453 ],
422 'conditions': [ 454 'conditions': [
423 ['disable_nacl==0 and disable_nacl_untrusted==0', { 455 ['disable_nacl==0 and disable_nacl_untrusted==0', {
424 'dependencies': [ 456 'dependencies': [
425 '../components/nacl.gyp:nacl_loader_unittests', 457 '../components/nacl.gyp:nacl_loader_unittests',
426 '../mojo/mojo_nacl.gyp:monacl_shell', 458 '../mojo/mojo_nacl.gyp:monacl_shell', # TODO(GYP) This will be deleted; don't port
427 '../remoting/remoting.gyp:remoting_key_tester', 459 '../remoting/remoting.gyp:remoting_key_tester',
428 ] 460 ]
429 }], 461 }],
430 ['chromeos== 1 or use_ash==1', { 462 ['chromeos== 1 or use_ash==1', {
431 'dependencies': [ 463 'dependencies': [
432 '../components/components.gyp:session_manager_component', 464 '../components/components.gyp:session_manager_component',
433 ], 465 ],
434 }], 466 }],
435 ['use_x11==1', { 467 ['use_x11==1', {
436 'dependencies': [ 468 'dependencies': [
437 '../gpu/tools/tools.gyp:compositor_model_bench', 469 '../gpu/tools/tools.gyp:compositor_model_bench',
438 '../media/media.gyp:player_x11', 470 '../media/media.gyp:player_x11',
439 ], 471 ],
440 }], 472 }],
441 ['remoting==1', { 473 ['remoting==1', {
442 'dependencies': [ 474 'dependencies': [
475 '../remoting/app_remoting_webapp.gyp:ar_sample_app',
443 '../remoting/remoting.gyp:remoting_host', 476 '../remoting/remoting.gyp:remoting_host',
444 '../remoting/remoting.gyp:remoting_it2me_native_messaging_host', 477 '../remoting/remoting.gyp:remoting_it2me_native_messaging_host',
478 '../remoting/remoting.gyp:remoting_key_tester',
445 '../remoting/remoting.gyp:remoting_me2me_host', 479 '../remoting/remoting.gyp:remoting_me2me_host',
446 '../remoting/remoting.gyp:remoting_me2me_native_messaging_host', 480 '../remoting/remoting.gyp:remoting_me2me_native_messaging_host',
447 '../remoting/remoting.gyp:remoting_native_messaging_manifests', 481 '../remoting/remoting.gyp:remoting_native_messaging_manifests',
448 '../remoting/remoting.gyp:remoting_perftests', 482 '../remoting/remoting.gyp:remoting_perftests',
449 '../remoting/remoting.gyp:remoting_start_host', 483 '../remoting/remoting.gyp:remoting_start_host',
450 '../remoting/remoting.gyp:remoting_unittests', 484 '../remoting/remoting.gyp:remoting_unittests',
451 ], 485 ],
452 }], 486 }],
453 ['toolkit_views==1', { 487 ['toolkit_views==1', {
454 'dependencies': [ 488 'dependencies': [
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
486 'conditions': [ 520 'conditions': [
487 ['use_ash==1', { 521 ['use_ash==1', {
488 'dependencies': [ 522 'dependencies': [
489 '../ash/ash.gyp:ash_unittests_run', 523 '../ash/ash.gyp:ash_unittests_run',
490 ], 524 ],
491 }], 525 }],
492 ], 526 ],
493 }], 527 }],
494 ], 528 ],
495 }], 529 }],
496 ['use_aura==1', {
497 'dependencies': [
498 '../ui/aura/aura.gyp:aura_demo',
499 '../ui/aura/aura.gyp:aura_unittests',
500 ],
501 }],
502 ], 530 ],
503 }, 531 },
504 { 532 {
505 # This target, when built, should cause no actual work 533 # This target, when built, should cause no actual work
506 # to be done, just update a bunch of stamp files. 534 # to be done, just update a bunch of stamp files.
507 'target_name': 'gyp_groups', 535 'target_name': 'gyp_groups',
508 'type': 'none', 536 'type': 'none',
509 'dependencies': [ 537 'dependencies': [
510 'All', 538 'All',
511 'aura_builder', 539 'aura_builder',
512 'blink_tests', 540 'blink_tests',
513 'chromium_builder_asan', 541 'chromium_builder_asan',
514 'chromium_builder_chromedriver', 542 'chromium_builder_chromedriver',
515 'chromium_builder_perf', 543 'chromium_builder_perf',
516 'chromium_builder_tests', 544 'chromium_builder_tests',
517 'chromium_builder_webrtc', 545 'chromium_builder_webrtc',
518 'chromium_gpu_builder', 546 'chromium_gpu_builder',
519 'chromium_gpu_debug_builder', 547 'chromium_gpu_debug_builder',
520 ], 548 ],
521 }, 549 },
522 ] 550 ]
523 } 551 }
524 552
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | build/sanitizers/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698