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

Side by Side Diff: build/gn_migration.gypi

Issue 1054753003: Cleanup: Remove ppapi_internal.gyp from gyp_remaining target. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: everything but skeleton 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 | « BUILD.gn ('k') | no next file » | 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 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 '../net/net.gyp:get_server_time', 122 '../net/net.gyp:get_server_time',
123 '../net/net.gyp:hpack_example_generator', 123 '../net/net.gyp:hpack_example_generator',
124 '../net/net.gyp:hpack_fuzz_mutator', 124 '../net/net.gyp:hpack_fuzz_mutator',
125 '../net/net.gyp:hpack_fuzz_wrapper', 125 '../net/net.gyp:hpack_fuzz_wrapper',
126 '../net/net.gyp:net_perftests', 126 '../net/net.gyp:net_perftests',
127 '../net/net.gyp:net_unittests', 127 '../net/net.gyp:net_unittests',
128 '../net/net.gyp:net_watcher', # TODO(GYP): This should be conditional o n use_v8_in_net 128 '../net/net.gyp:net_watcher', # TODO(GYP): This should be conditional o n use_v8_in_net
129 '../net/net.gyp:run_testserver', 129 '../net/net.gyp:run_testserver',
130 '../net/net.gyp:stress_cache', 130 '../net/net.gyp:stress_cache',
131 '../net/net.gyp:tld_cleanup', 131 '../net/net.gyp:tld_cleanup',
132 '../ppapi/ppapi_internal.gyp:*', # TODO(GYP) - list all of the examples explicitly. 132 '../ppapi/ppapi_internal.gyp:ppapi_example_audio',
133 '../ppapi/ppapi_internal.gyp:ppapi_example_audio_input',
134 '../ppapi/ppapi_internal.gyp:ppapi_example_c_stub',
135 '../ppapi/ppapi_internal.gyp:ppapi_example_cc_stub',
136 '../ppapi/ppapi_internal.gyp:ppapi_example_compositor',
137 '../ppapi/ppapi_internal.gyp:ppapi_example_crxfs',
138 '../ppapi/ppapi_internal.gyp:ppapi_example_enumerate_devices',
139 '../ppapi/ppapi_internal.gyp:ppapi_example_file_chooser',
140 '../ppapi/ppapi_internal.gyp:ppapi_example_flash_topmost',
141 '../ppapi/ppapi_internal.gyp:ppapi_example_gamepad',
142 '../ppapi/ppapi_internal.gyp:ppapi_example_gles2',
143 '../ppapi/ppapi_internal.gyp:ppapi_example_gles2_spinning_cube',
144 '../ppapi/ppapi_internal.gyp:ppapi_example_graphics_2d',
145 '../ppapi/ppapi_internal.gyp:ppapi_example_ime',
146 '../ppapi/ppapi_internal.gyp:ppapi_example_input',
147 '../ppapi/ppapi_internal.gyp:ppapi_example_media_stream_audio',
148 '../ppapi/ppapi_internal.gyp:ppapi_example_media_stream_video',
149 '../ppapi/ppapi_internal.gyp:ppapi_example_mouse_cursor',
150 '../ppapi/ppapi_internal.gyp:ppapi_example_mouse_lock',
151 '../ppapi/ppapi_internal.gyp:ppapi_example_paint_manager',
152 '../ppapi/ppapi_internal.gyp:ppapi_example_post_message',
153 '../ppapi/ppapi_internal.gyp:ppapi_example_printing',
154 '../ppapi/ppapi_internal.gyp:ppapi_example_scaling',
155 '../ppapi/ppapi_internal.gyp:ppapi_example_scroll',
156 '../ppapi/ppapi_internal.gyp:ppapi_example_simple_font',
157 '../ppapi/ppapi_internal.gyp:ppapi_example_threading',
158 '../ppapi/ppapi_internal.gyp:ppapi_example_url_loader',
159 '../ppapi/ppapi_internal.gyp:ppapi_example_url_loader_file',
160 '../ppapi/ppapi_internal.gyp:ppapi_example_vc',
161 '../ppapi/ppapi_internal.gyp:ppapi_example_video_decode',
162 '../ppapi/ppapi_internal.gyp:ppapi_example_video_decode_dev',
163 '../ppapi/ppapi_internal.gyp:ppapi_example_video_effects',
164 '../ppapi/ppapi_internal.gyp:ppapi_example_video_encode',
133 '../ppapi/ppapi_internal.gyp:ppapi_tests', # TODO(GYP): Split out the e xamples and tests 165 '../ppapi/ppapi_internal.gyp:ppapi_tests', # TODO(GYP): Split out the e xamples and tests
134 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 166 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
135 '../ppapi/tools/ppapi_tools.gyp:pepper_hash_for_uma', 167 '../ppapi/tools/ppapi_tools.gyp:pepper_hash_for_uma',
136 '../printing/printing.gyp:printing_unittests', 168 '../printing/printing.gyp:printing_unittests',
137 '../skia/skia_tests.gyp:skia_unittests', 169 '../skia/skia_tests.gyp:skia_unittests',
138 '../skia/skia.gyp:filter_fuzz_stub', 170 '../skia/skia.gyp:filter_fuzz_stub',
139 '../skia/skia.gyp:image_operations_bench', 171 '../skia/skia.gyp:image_operations_bench',
140 '../sql/sql.gyp:sql_unittests', 172 '../sql/sql.gyp:sql_unittests',
141 '../sync/sync.gyp:run_sync_testserver', 173 '../sync/sync.gyp:run_sync_testserver',
142 '../sync/sync.gyp:sync_endtoend_tests', 174 '../sync/sync.gyp:sync_endtoend_tests',
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
444 ], 476 ],
445 }, 477 },
446 { 478 {
447 'target_name': 'gyp_remaining', 479 'target_name': 'gyp_remaining',
448 'type': 'none', 480 'type': 'none',
449 'conditions': [ 481 'conditions': [
450 ['OS=="linux"', { 482 ['OS=="linux"', {
451 'dependencies': [ 483 'dependencies': [
452 '../third_party/webrtc/tools/tools.gyp:frame_analyzer', 484 '../third_party/webrtc/tools/tools.gyp:frame_analyzer',
453 '../third_party/webrtc/tools/tools.gyp:rgba_to_i420_converter', 485 '../third_party/webrtc/tools/tools.gyp:rgba_to_i420_converter',
454
455 # TODO(GYP) - list all of the examples explicitly.
456 '../ppapi/ppapi_internal.gyp:*',
457 ], 486 ],
458 'conditions': [ 487 'conditions': [
459 ['remoting==1', { 488 ['remoting==1', {
460 'dependencies': [ 489 'dependencies': [
461 '../remoting/app_remoting_webapp.gyp:ar_sample_app', # crbug.co m/471916 490 '../remoting/app_remoting_webapp.gyp:ar_sample_app', # crbug.co m/471916
462 ], 491 ],
463 'conditions': [ 492 'conditions': [
464 ['disable_nacl==0 and disable_nacl_untrusted==0', { 493 ['disable_nacl==0 and disable_nacl_untrusted==0', {
465 'dependencies': [ 494 'dependencies': [
466 '../remoting/remoting.gyp:remoting_key_tester', 495 '../remoting/remoting.gyp:remoting_key_tester',
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
522 'chromium_builder_perf', 551 'chromium_builder_perf',
523 'chromium_builder_tests', 552 'chromium_builder_tests',
524 'chromium_builder_webrtc', 553 'chromium_builder_webrtc',
525 'chromium_gpu_builder', 554 'chromium_gpu_builder',
526 'chromium_gpu_debug_builder', 555 'chromium_gpu_debug_builder',
527 ], 556 ],
528 }, 557 },
529 ] 558 ]
530 } 559 }
531 560
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698