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

Side by Side Diff: build/gn_migration.gypi

Issue 1039083004: Add remaining remoting targets for the GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@content_browsertests
Patch Set: 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 | « build/config/linux/gtk/BUILD.gn ('k') | remoting/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 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_unittes ts', 175 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_unittes ts',
176 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 176 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
177 '../url/url.gyp:url_unittests', 177 '../url/url.gyp:url_unittests',
178 '../v8/tools/gyp/v8.gyp:v8_snapshot', 178 '../v8/tools/gyp/v8.gyp:v8_snapshot',
179 '../v8/tools/gyp/v8.gyp:postmortem-metadata', 179 '../v8/tools/gyp/v8.gyp:postmortem-metadata',
180 ], 180 ],
181 'conditions': [ 181 'conditions': [
182 ['chromeos== 1 or use_ash==1', { 182 ['chromeos== 1 or use_ash==1', {
183 'dependencies': [ 183 'dependencies': [
184 '../components/components.gyp:session_manager_component', 184 '../components/components.gyp:session_manager_component',
185 ]
186 }],
187 ['disable_nacl==0 and disable_nacl_untrusted==0', {
188 'dependencies': [
189 '../remoting/remoting.gyp:remoting_key_tester',
185 ], 190 ],
186 }], 191 }],
187 ['enable_extensions==1 and OS!="mac"', { 192 ['enable_extensions==1 and OS!="mac"', {
188 'dependencies': [ 193 'dependencies': [
189 '../extensions/shell/app_shell.gyp:app_shell', 194 '../extensions/shell/app_shell.gyp:app_shell',
190 '../extensions/shell/app_shell.gyp:app_shell_unittests', 195 '../extensions/shell/app_shell.gyp:app_shell_unittests',
191 ], 196 ],
192 }], 197 }],
193 ['OS!="win"', { 198 ['OS!="win"', {
194 'dependencies': [ 199 'dependencies': [
195 '../breakpad/breakpad.gyp:symupload', 200 '../breakpad/breakpad.gyp:symupload',
196 ], 201 ],
197 }], 202 }],
198 ['remoting==1', { 203 ['remoting==1', {
199 'dependencies': [ 204 'dependencies': [
205 '../remoting/remoting.gyp:remoting_host',
206 '../remoting/remoting.gyp:remoting_it2me_native_messaging_host',
207 '../remoting/remoting.gyp:remoting_me2me_native_messaging_host',
208 '../remoting/remoting.gyp:remoting_me2me_host',
209 '../remoting/remoting.gyp:remoting_native_messaging_manifests',
210 '../remoting/remoting.gyp:remoting_perftests',
211 '../remoting/remoting.gyp:remoting_start_host',
200 '../remoting/remoting.gyp:remoting_unittests', 212 '../remoting/remoting.gyp:remoting_unittests',
201 ], 213 ],
202 }], 214 }],
203 ['use_x11==1', { 215 ['use_x11==1', {
204 'dependencies': [ 216 'dependencies': [
205 '../media/media.gyp:player_x11', 217 '../media/media.gyp:player_x11',
206 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 218 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
207 ], 219 ],
208 'conditions': [ 220 'conditions': [
209 ['target_arch!="arm"', { 221 ['target_arch!="arm"', {
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after
422 '../third_party/webrtc/tools/tools.gyp:rgba_to_i420_converter', 434 '../third_party/webrtc/tools/tools.gyp:rgba_to_i420_converter',
423 435
424 # TODO(GYP) - list all of the examples explicitly. 436 # TODO(GYP) - list all of the examples explicitly.
425 '../ppapi/ppapi_internal.gyp:*', 437 '../ppapi/ppapi_internal.gyp:*',
426 ], 438 ],
427 'conditions': [ 439 'conditions': [
428 ['disable_nacl==0 and disable_nacl_untrusted==0', { 440 ['disable_nacl==0 and disable_nacl_untrusted==0', {
429 'dependencies': [ 441 'dependencies': [
430 '../components/nacl.gyp:nacl_loader_unittests', 442 '../components/nacl.gyp:nacl_loader_unittests',
431 '../mojo/mojo_nacl.gyp:monacl_shell', # TODO(GYP) This will be deleted; don't port 443 '../mojo/mojo_nacl.gyp:monacl_shell', # TODO(GYP) This will be deleted; don't port
432 '../remoting/remoting.gyp:remoting_key_tester',
433 ] 444 ]
434 }], 445 }],
435 ['remoting==1', { 446 ['remoting==1', {
436 'dependencies': [ 447 'dependencies': [
437 '../remoting/app_remoting_webapp.gyp:ar_sample_app', 448 '../remoting/app_remoting_webapp.gyp:ar_sample_app',
Dirk Pranke 2015/03/27 03:17:42 I should probably implement this as part of this C
438 '../remoting/remoting.gyp:remoting_host',
439 '../remoting/remoting.gyp:remoting_it2me_native_messaging_host',
440 '../remoting/remoting.gyp:remoting_me2me_host',
441 '../remoting/remoting.gyp:remoting_me2me_native_messaging_host',
442 '../remoting/remoting.gyp:remoting_native_messaging_manifests',
443 '../remoting/remoting.gyp:remoting_perftests',
444 '../remoting/remoting.gyp:remoting_start_host',
445 ], 449 ],
446 }], 450 }],
447 ['test_isolation_mode!="noop"', { 451 ['test_isolation_mode!="noop"', {
448 'dependencies': [ 452 'dependencies': [
449 '../base/base.gyp:base_unittests_run', 453 '../base/base.gyp:base_unittests_run',
450 '../cc/cc_tests.gyp:cc_unittests_run', 454 '../cc/cc_tests.gyp:cc_unittests_run',
451 '../chrome/chrome.gyp:browser_tests_run', 455 '../chrome/chrome.gyp:browser_tests_run',
452 '../chrome/chrome.gyp:chrome_run', 456 '../chrome/chrome.gyp:chrome_run',
453 '../chrome/chrome.gyp:interactive_ui_tests_run', 457 '../chrome/chrome.gyp:interactive_ui_tests_run',
454 '../chrome/chrome.gyp:sync_integration_tests_run', 458 '../chrome/chrome.gyp:sync_integration_tests_run',
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
498 'chromium_builder_perf', 502 'chromium_builder_perf',
499 'chromium_builder_tests', 503 'chromium_builder_tests',
500 'chromium_builder_webrtc', 504 'chromium_builder_webrtc',
501 'chromium_gpu_builder', 505 'chromium_gpu_builder',
502 'chromium_gpu_debug_builder', 506 'chromium_gpu_debug_builder',
503 ], 507 ],
504 }, 508 },
505 ] 509 ]
506 } 510 }
507 511
OLDNEW
« no previous file with comments | « build/config/linux/gtk/BUILD.gn ('k') | remoting/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698