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

Side by Side Diff: BUILD.gn

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 | « no previous file | build/gn_migration.gypi » ('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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 is the root build file for GN. GN will start processing by loading this 5 # This is the root build file for GN. GN will start processing by loading this
6 # file, and recursively load all dependencies until all dependencies are either 6 # file, and recursively load all dependencies until all dependencies are either
7 # resolved or known not to exist (which will cause the build to fail). So if 7 # resolved or known not to exist (which will cause the build to fail). So if
8 # you add a new build file, there must be some path of dependencies from this 8 # you add a new build file, there must be some path of dependencies from this
9 # file to your new one or GN won't know about it. 9 # file to your new one or GN won't know about it.
10 10
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 "//media/cast:cast_unittests", 66 "//media/cast:cast_unittests",
67 "//mojo", 67 "//mojo",
68 "//mojo/application", 68 "//mojo/application",
69 "//mojo/common:mojo_common_unittests", 69 "//mojo/common:mojo_common_unittests",
70 "//net:hpack_example_generator", 70 "//net:hpack_example_generator",
71 "//net:hpack_fuzz_mutator", 71 "//net:hpack_fuzz_mutator",
72 "//net:hpack_fuzz_wrapper", 72 "//net:hpack_fuzz_wrapper",
73 "//net:net_perftests", 73 "//net:net_perftests",
74 "//net:net_unittests", 74 "//net:net_unittests",
75 "//ppapi:ppapi_unittests", 75 "//ppapi:ppapi_unittests",
76 "//ppapi/examples", # TODO(GYP): What's the GYP equivalent? 76 "//ppapi/examples/2d",
77 "//ppapi/examples/audio",
78 "//ppapi/examples/audio_input",
79 "//ppapi/examples/compositor",
80 "//ppapi/examples/crxfs",
81 "//ppapi/examples/enumerate_devices",
82 "//ppapi/examples/file_chooser",
83 "//ppapi/examples/flash_topmost",
84 "//ppapi/examples/font",
85 "//ppapi/examples/gamepad",
86 "//ppapi/examples/gles2",
87 "//ppapi/examples/gles2_spinning_cube",
88 "//ppapi/examples/ime",
89 "//ppapi/examples/input",
90 "//ppapi/examples/media_stream_audio",
91 "//ppapi/examples/media_stream_video",
92 "//ppapi/examples/mouse_cursor",
93 "//ppapi/examples/mouse_lock",
94 "//ppapi/examples/printing",
95 "//ppapi/examples/scaling",
96 "//ppapi/examples/scripting",
97 "//ppapi/examples/stub",
98 "//ppapi/examples/threading",
99 "//ppapi/examples/url_loader",
100 "//ppapi/examples/video_capture",
101 "//ppapi/examples/video_decode",
102 "//ppapi/examples/video_effects",
103 "//ppapi/examples/video_encode",
77 "//printing:printing_unittests", 104 "//printing:printing_unittests",
78 "//skia:skia_unittests", 105 "//skia:skia_unittests",
79 "//sql:sql_unittests", 106 "//sql:sql_unittests",
80 "//sync:sync_unit_tests", 107 "//sync:sync_unit_tests",
81 "//third_party/WebKit/public:blink_tests", 108 "//third_party/WebKit/public:blink_tests",
82 "//third_party/cacheinvalidation:cacheinvalidation_unittests", 109 "//third_party/cacheinvalidation:cacheinvalidation_unittests",
83 "//third_party/codesighs", 110 "//third_party/codesighs",
84 "//third_party/mojo/src/mojo/edk/system:mojo_system_unittests", 111 "//third_party/mojo/src/mojo/edk/system:mojo_system_unittests",
85 "//third_party/mojo/src/mojo/edk/test:mojo_public_bindings_unittests", 112 "//third_party/mojo/src/mojo/edk/test:mojo_public_bindings_unittests",
86 "//third_party/mojo/src/mojo/edk/test:mojo_public_environment_unittests", 113 "//third_party/mojo/src/mojo/edk/test:mojo_public_environment_unittests",
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 "//extensions:extensions_browsertests", 233 "//extensions:extensions_browsertests",
207 "//extensions:extensions_unittests", 234 "//extensions:extensions_unittests",
208 "//google_apis/gcm:gcm_unit_tests", 235 "//google_apis/gcm:gcm_unit_tests",
209 "//ipc:ipc_tests", # TODO(GYP) ?? 236 "//ipc:ipc_tests", # TODO(GYP) ??
210 "//jingle:jingle_unittests", # TODO(GYP) ?? 237 "//jingle:jingle_unittests", # TODO(GYP) ??
211 "//net:hpack_example_generator", 238 "//net:hpack_example_generator",
212 "//net:hpack_fuzz_mutator", 239 "//net:hpack_fuzz_mutator",
213 "//net:hpack_fuzz_wrapper", 240 "//net:hpack_fuzz_wrapper",
214 "//net:net_perftests", 241 "//net:net_perftests",
215 "//net:net_unittests", 242 "//net:net_unittests",
216 "//ppapi/examples", 243 "//ppapi/examples/2d",
244 "//ppapi/examples/audio",
245 "//ppapi/examples/audio_input",
246 "//ppapi/examples/compositor",
247 "//ppapi/examples/crxfs",
248 "//ppapi/examples/enumerate_devices",
249 "//ppapi/examples/file_chooser",
250 "//ppapi/examples/flash_topmost",
251 "//ppapi/examples/font",
252 "//ppapi/examples/gamepad",
253 "//ppapi/examples/gles2",
254 "//ppapi/examples/gles2_spinning_cube",
255 "//ppapi/examples/ime",
256 "//ppapi/examples/input",
257 "//ppapi/examples/media_stream_audio",
258 "//ppapi/examples/media_stream_video",
259 "//ppapi/examples/mouse_cursor",
260 "//ppapi/examples/mouse_lock",
261 "//ppapi/examples/printing",
262 "//ppapi/examples/scaling",
263 "//ppapi/examples/scripting",
264 "//ppapi/examples/stub",
265 "//ppapi/examples/threading",
266 "//ppapi/examples/url_loader",
267 "//ppapi/examples/video_capture",
268 "//ppapi/examples/video_decode",
269 "//ppapi/examples/video_effects",
270 "//ppapi/examples/video_encode",
217 "//third_party/pdfium/samples:pdfium_test", 271 "//third_party/pdfium/samples:pdfium_test",
218 "//tools/gn", 272 "//tools/gn",
219 "//tools/gn:gn_unittests", 273 "//tools/gn:gn_unittests",
220 "//ui/app_list:app_list_unittests", 274 "//ui/app_list:app_list_unittests",
221 "//url:url_unittests", 275 "//url:url_unittests",
222 ] 276 ]
223 277
224 if (has_chrome_android_internal) { 278 if (has_chrome_android_internal) {
225 deps += [ "//clank" ] # TODO(GYP) ?? 279 deps += [ "//clank" ] # TODO(GYP) ??
226 } 280 }
(...skipping 447 matching lines...) Expand 10 before | Expand all | Expand 10 after
674 728
675 # Note: 729 # Note:
676 # (*) Fails but failures match GYP build at time of testing. 730 # (*) Fails but failures match GYP build at time of testing.
677 ] 731 ]
678 732
679 if (enable_nacl) { 733 if (enable_nacl) {
680 deps += [ "//components/nacl:nacl_loader_unittests" ] # PASSES 3/28/2015 734 deps += [ "//components/nacl:nacl_loader_unittests" ] # PASSES 3/28/2015
681 } 735 }
682 } 736 }
683 } 737 }
OLDNEW
« no previous file with comments | « no previous file | build/gn_migration.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698