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

Side by Side Diff: BUILD.gn

Issue 1040543002: clean up GN targets that are already migrated, add pepper_hash_for_uma. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix components_perftests conditions 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 28 matching lines...) Expand all
39 deps = [ 39 deps = [
40 "//base:base_unittests", 40 "//base:base_unittests",
41 "//cc:cc_unittests", 41 "//cc:cc_unittests",
42 "//chrome", 42 "//chrome",
43 "//chrome/test:browser_tests", 43 "//chrome/test:browser_tests",
44 "//chrome/test:interactive_ui_tests", 44 "//chrome/test:interactive_ui_tests",
45 "//chrome/test:sync_integration_tests", 45 "//chrome/test:sync_integration_tests",
46 "//chrome/test:unit_tests", 46 "//chrome/test:unit_tests",
47 "//chrome/test/chromedriver:chromedriver_unittests", 47 "//chrome/test/chromedriver:chromedriver_unittests",
48 "//components:components_unittests", 48 "//components:components_unittests",
49 "//components/policy:policy_templates",
49 "//content/shell:content_shell", 50 "//content/shell:content_shell",
50 "//content/test:content_browsertests", 51 "//content/test:content_browsertests",
51 "//content/test:content_perftests", 52 "//content/test:content_perftests",
52 "//content/test:content_unittests", 53 "//content/test:content_unittests",
53 "//crypto:crypto_unittests", 54 "//crypto:crypto_unittests",
54 "//extensions:extensions_browsertests", 55 "//extensions:extensions_browsertests",
55 "//extensions:extensions_unittests", 56 "//extensions:extensions_unittests",
56 "//google_apis/gcm:gcm_unit_tests", 57 "//google_apis/gcm:gcm_unit_tests",
57 "//gpu:gpu_unittests", 58 "//gpu:gpu_unittests",
58 "//ipc:ipc_tests", 59 "//ipc:ipc_tests",
59 "//ipc/mojo:ipc_mojo_unittests", 60 "//ipc/mojo:ipc_mojo_unittests",
60 "//jingle:jingle_unittests", 61 "//jingle:jingle_unittests",
61 "//media:media_unittests", 62 "//media:media_unittests",
62 "//media/cast:cast_unittests", 63 "//media/cast:cast_unittests",
63 "//mojo", 64 "//mojo",
65 "//mojo/application",
64 "//mojo/common:mojo_common_unittests", 66 "//mojo/common:mojo_common_unittests",
65 "//net:hpack_example_generator", 67 "//net:hpack_example_generator",
66 "//net:hpack_fuzz_mutator", 68 "//net:hpack_fuzz_mutator",
67 "//net:hpack_fuzz_wrapper", 69 "//net:hpack_fuzz_wrapper",
68 "//net:net_perftests", 70 "//net:net_perftests",
69 "//net:net_unittests", 71 "//net:net_unittests",
70 "//ppapi:ppapi_unittests", 72 "//ppapi:ppapi_unittests",
71 "//ppapi/examples", # TODO(GYP): What's the GYP equivalent? 73 "//ppapi/examples", # TODO(GYP): What's the GYP equivalent?
72 "//printing:printing_unittests", 74 "//printing:printing_unittests",
73 "//skia:skia_unittests", 75 "//skia:skia_unittests",
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 "//media/cast:cast_benchmarks", 285 "//media/cast:cast_benchmarks",
284 "//media/cast:generate_barcode_video", 286 "//media/cast:generate_barcode_video",
285 "//media/cast:generate_timecode_audio", 287 "//media/cast:generate_timecode_audio",
286 "//media/cast:tap_proxy", 288 "//media/cast:tap_proxy",
287 "//mojo/application", 289 "//mojo/application",
288 "//net:crash_cache", 290 "//net:crash_cache",
289 "//net:crl_set_dump", 291 "//net:crl_set_dump",
290 "//net:dns_fuzz_stub", 292 "//net:dns_fuzz_stub",
291 "//net:gdig", 293 "//net:gdig",
292 "//net:get_server_time", 294 "//net:get_server_time",
293
294 #"//net:hpack_example_generator", # TODO(GYP) rockot in progress
295 #"//net:hpack_fuzz_mutator", # TODO(GYP) rockot in progress
296 #"//net:hpack_fuzz_wrapper", # TODO(GYP) rockot in progress
297 #"//net:net_perftests", # TODO(GYP) rockot in progress
298 "//net:net_watcher", # TODO(GYP): This should be conditional on use_v8_in _net 295 "//net:net_watcher", # TODO(GYP): This should be conditional on use_v8_in _net
299 "//net:stress_cache", 296 "//net:stress_cache",
300 "//net:tld_cleanup", 297 "//net:tld_cleanup",
301 "//net:run_testserver", 298 "//net:run_testserver",
302 "//net:dump_cache", 299 "//net:dump_cache",
303 300 "//ppapi:pepper_hash_for_uma",
304 # "//ppapi:pepper_hash_for_uma", # TODO(GYP): Implement me.
305 "//ppapi:ppapi_perftests", # TODO(GYP): Are there other ppapi_* test targ ets? 301 "//ppapi:ppapi_perftests", # TODO(GYP): Are there other ppapi_* test targ ets?
306 "//skia:filter_fuzz_stub", 302 "//skia:filter_fuzz_stub",
307 "//skia:image_operations_bench", 303 "//skia:image_operations_bench",
308 "//sync:run_sync_testserver", 304 "//sync:run_sync_testserver",
309 "//sync:sync_endtoend_tests", 305 "//sync:sync_endtoend_tests",
310 "//sync/tools:sync_client", 306 "//sync/tools:sync_client",
311 "//sync/tools:sync_listen_notifications", 307 "//sync/tools:sync_listen_notifications",
312 "//testing/gmock:gmock_main", 308 "//testing/gmock:gmock_main",
313 "//third_party/codesighs:maptsvdifftool", 309 "//third_party/codesighs:maptsvdifftool",
314 "//third_party/libphonenumber:libphonenumber_unittests", 310 "//third_party/libphonenumber:libphonenumber_unittests",
(...skipping 340 matching lines...) Expand 10 before | Expand all | Expand 10 after
655 "//ui/touch_selection:ui_touch_selection_unittests", # PASSES 2/25/2015 651 "//ui/touch_selection:ui_touch_selection_unittests", # PASSES 2/25/2015
656 "//ui/views:views_unittests", # PASSES (*) 2/25/2015 652 "//ui/views:views_unittests", # PASSES (*) 2/25/2015
657 "//ui/wm:wm_unittests", # PASSES 2/25/2015 653 "//ui/wm:wm_unittests", # PASSES 2/25/2015
658 "//url:url_unittests", # PASSES 2/25/2015 654 "//url:url_unittests", # PASSES 2/25/2015
659 655
660 # Note: 656 # Note:
661 # (*) Fails but failures match GYP build at time of testing. 657 # (*) Fails but failures match GYP build at time of testing.
662 ] 658 ]
663 } 659 }
664 } 660 }
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