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

Unified Diff: BUILD.gn

Issue 2480203002: ui: Cleanup class/struct forward declarations (Closed)
Patch Set: Sync CL to position 430550 Created 4 years, 1 month 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « AUTHORS ('k') | DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index e4d9fc7d6d42290be59e67942be0e222afcd5757..64ab23176ef3667103ebf2722b52ae8bbf930c47 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -855,6 +855,7 @@ group("gn_only") {
deps += [
"//build/android/gyp/test:hello_world",
"//build/android/incremental_install:bootstrap_java",
+ "//build/android/java_assertion_enabler",
]
}
@@ -1082,75 +1083,3 @@ template("assert_valid_out_dir") {
assert_valid_out_dir("_unused") {
actual_sources = [ "$root_build_dir/foo" ]
}
-
-if (is_win) {
- group("chromium_builder_lkgr_drmemory_win") {
- testonly = true
-
- deps = [
- "//content/shell:content_shell",
- "//content/shell:content_shell_crash_service",
- ]
- }
-
- group("chromium_builder_dbg_drmemory_win") {
- testonly = true
-
- deps = [
- "//base:base_unittests",
- "//cc:cc_unittests",
- "//cc/blink:cc_blink_unittests",
- "//chrome/installer/setup:setup_unittests",
- "//chrome/installer/util:installer_util_unittests",
- "//chrome/test:browser_tests",
- "//chrome/test:chrome_app_unittests",
- "//chrome/test:unit_tests",
- "//chrome/test/chromedriver:chromedriver_unittests",
- "//chrome_elf:chrome_elf_unittests",
- "//components:components_unittests",
- "//content/shell:content_shell_crash_service",
- "//content/test:content_browsertests",
- "//content/test:content_unittests",
- "//courgette:courgette_unittests",
- "//crypto:crypto_unittests",
- "//device:device_unittests",
- "//extensions:extensions_browsertests",
- "//extensions:extensions_unittests",
- "//gin:gin_shell",
- "//gin:gin_unittests",
- "//google_apis:google_apis_unittests",
- "//google_apis/gcm:gcm_unit_tests",
- "//gpu:gpu_unittests",
- "//ipc:ipc_tests",
- "//jingle:jingle_unittests",
- "//media:media_unittests",
- "//media/capture:capture_unittests",
- "//media/cast:cast_unittests",
- "//media/midi:midi_unittests",
- "//mojo",
- "//net:net_unittests",
- "//printing:printing_unittests",
- "//remoting:remoting_unittests",
- "//skia:skia_unittests",
- "//sql:sql_unittests",
- "//storage//browser:storage_unittests",
- "//third_party/WebKit/Source/platform:blink_platform_unittests",
- "//third_party/WebKit/Source/platform/heap:blink_heap_unittests",
- "//third_party/angle/src/tests:angle_unittests",
- "//third_party/cacheinvalidation:cacheinvalidation_unittests",
- "//third_party/leveldatabase:env_chromium_unittests",
- "//third_party/libaddressinput:libaddressinput_unittests",
- "//third_party/libphonenumber:libphonenumber_unittests",
- "//ui/accessibility:accessibility_unittests",
- "//ui/aura:aura_unittests",
- "//ui/compositor:compositor_unittests",
- "//ui/display:display_unittests",
- "//ui/events:events_unittests",
- "//ui/gfx:gfx_unittests",
- "//ui/gl:gl_unittests",
- "//ui/keyboard:keyboard_unittests",
- "//ui/touch_selection:ui_touch_selection_unittests",
- "//url:url_unittests",
- ]
- }
-}
« no previous file with comments | « AUTHORS ('k') | DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698