OLD | NEW |
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 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
229 | 229 |
230 # TODO(GYP): Are these needed, or will they be pulled in automatically? | 230 # TODO(GYP): Are these needed, or will they be pulled in automatically? |
231 "//third_party/android_tools:android_gcm_java", | 231 "//third_party/android_tools:android_gcm_java", |
232 "//third_party/android_tools:uiautomator_java", | 232 "//third_party/android_tools:uiautomator_java", |
233 "//third_party/android_tools:android_support_v13_java", | 233 "//third_party/android_tools:android_support_v13_java", |
234 "//third_party/android_tools:android_support_v7_appcompat_java", | 234 "//third_party/android_tools:android_support_v7_appcompat_java", |
235 "//third_party/android_tools:android_support_v7_mediarouter_java", | 235 "//third_party/android_tools:android_support_v7_mediarouter_java", |
236 "//third_party/mesa", | 236 "//third_party/mesa", |
237 "//third_party/mockito:mockito_java", | 237 "//third_party/mockito:mockito_java", |
238 "//third_party/openmax_dl/dl", | 238 "//third_party/openmax_dl/dl", |
239 "//third_party/speex", | |
240 "//ui/android:ui_java", | 239 "//ui/android:ui_java", |
241 | 240 |
242 # TODO(GYP): Are these needed? | 241 # TODO(GYP): Are these needed? |
243 "//chrome/test:test_support_unit", | 242 "//chrome/test:test_support_unit", |
244 "//third_party/smhasher:murmurhash3", | 243 "//third_party/smhasher:murmurhash3", |
245 "//ui/message_center:test_support", | 244 "//ui/message_center:test_support", |
246 ] | 245 ] |
247 deps -= [ | 246 deps -= [ |
248 "//chrome", # TODO(GYP) ?? | 247 "//chrome", # TODO(GYP) ?? |
249 "//chrome/test:browser_tests", # TODO(GYP) ?? | 248 "//chrome/test:browser_tests", # TODO(GYP) ?? |
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
519 "//pdf", | 518 "//pdf", |
520 "//storage/browser", | 519 "//storage/browser", |
521 "//third_party/brotli", | 520 "//third_party/brotli", |
522 "//third_party/flac", | 521 "//third_party/flac", |
523 "//third_party/hunspell", | 522 "//third_party/hunspell", |
524 "//third_party/iccjpeg", | 523 "//third_party/iccjpeg", |
525 "//third_party/libphonenumber", | 524 "//third_party/libphonenumber", |
526 "//third_party/ots", | 525 "//third_party/ots", |
527 "//third_party/qcms", | 526 "//third_party/qcms", |
528 "//third_party/smhasher:murmurhash3", | 527 "//third_party/smhasher:murmurhash3", |
529 "//third_party/speex", | |
530 "//third_party/webrtc/system_wrappers", | 528 "//third_party/webrtc/system_wrappers", |
531 "//ui/native_theme", | 529 "//ui/native_theme", |
532 "//ui/snapshot", | 530 "//ui/snapshot", |
533 "//ui/surface", | 531 "//ui/surface", |
534 ] | 532 ] |
535 | 533 |
536 # TODO(dpranke): These are as-yet untriaged but need at least the above. | 534 # TODO(dpranke): These are as-yet untriaged but need at least the above. |
537 deps -= [ | 535 deps -= [ |
538 "//chrome", # TODO(GYP) | 536 "//chrome", # TODO(GYP) |
539 "//chrome/test:browser_tests", # TODO(GYP) | 537 "//chrome/test:browser_tests", # TODO(GYP) |
(...skipping 377 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
917 "//ui/views:views_unittests", # TooltipControllerTest failures | 915 "//ui/views:views_unittests", # TooltipControllerTest failures |
918 "//ui/wm:wm_unittests", # PASSES 4/21/2015 | 916 "//ui/wm:wm_unittests", # PASSES 4/21/2015 |
919 "//url:url_unittests", # PASSES 4/17/2015 | 917 "//url:url_unittests", # PASSES 4/17/2015 |
920 | 918 |
921 # TODO(GYP) nacl_integration | 919 # TODO(GYP) nacl_integration |
922 # TODO(GYP) telemetry_perf_unittests | 920 # TODO(GYP) telemetry_perf_unittests |
923 # TODO(GYP) telemetry_unittests | 921 # TODO(GYP) telemetry_unittests |
924 ] | 922 ] |
925 } | 923 } |
926 } | 924 } |
OLD | NEW |