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

Side by Side Diff: BUILD.gn

Issue 1100763002: Inject CanAddURLToHistory into TopSitesImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@prefs
Patch Set: Fix error introduced during rebase Created 5 years, 7 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 | « .gitignore ('k') | DEPS » ('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 559 matching lines...) Expand 10 before | Expand all | Expand 10 after
570 "//chrome:main_dll", 570 "//chrome:main_dll",
571 "//chrome/test:load_library_perf_tests", 571 "//chrome/test:load_library_perf_tests",
572 "//chrome/tools/convert_dict", 572 "//chrome/tools/convert_dict",
573 "//components/constrained_window:unit_tests", 573 "//components/constrained_window:unit_tests",
574 "//components/enhanced_bookmarks:test_support", 574 "//components/enhanced_bookmarks:test_support",
575 "//components/metrics:serialization", 575 "//components/metrics:serialization",
576 "//components/password_manager/content/renderer:browser_tests", 576 "//components/password_manager/content/renderer:browser_tests",
577 "//components/rappor:unit_tests", 577 "//components/rappor:unit_tests",
578 "//components/sessions:unit_tests", 578 "//components/sessions:unit_tests",
579 "//media/blink:media_blink_unittests", 579 "//media/blink:media_blink_unittests",
580 "//media/base:base_for_cast_ios",
581 "//media/cast:udp_proxy", 580 "//media/cast:udp_proxy",
582 "//native_client/src/trusted/platform_qualify:vcpuid", 581 "//native_client/src/trusted/platform_qualify:vcpuid",
583 "//native_client/src/trusted/debug_stub:gdb_rsp_unittest", 582 "//native_client/src/trusted/debug_stub:gdb_rsp_unittest",
584 "//storage/browser:dump_file_system", 583 "//storage/browser:dump_file_system",
585 "//third_party/angle:libANGLE", 584 "//third_party/angle:libANGLE",
586 "//third_party/angle:libEGL", 585 "//third_party/angle:libEGL",
587 "//third_party/angle:libGLESv2", 586 "//third_party/angle:libGLESv2",
588 "//third_party/cld_2:cld_2_dynamic_data_tool", 587 "//third_party/cld_2:cld_2_dynamic_data_tool",
589 "//third_party/leveldatabase:leveldb_arena_test", 588 "//third_party/leveldatabase:leveldb_arena_test",
590 "//third_party/leveldatabase:leveldb_bloom_test", 589 "//third_party/leveldatabase:leveldb_bloom_test",
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
756 755
757 if (enable_nacl) { 756 if (enable_nacl) {
758 deps += [ "//components/nacl:nacl_loader_unittests" ] # PASSES 3/28/2015 757 deps += [ "//components/nacl:nacl_loader_unittests" ] # PASSES 3/28/2015
759 } 758 }
760 } 759 }
761 } else if (is_win) { 760 } else if (is_win) {
762 group("windows_default_tests") { 761 group("windows_default_tests") {
763 testonly = true 762 testonly = true
764 deps = [ 763 deps = [
765 "//ash:ash_unittests", # FAILS 4/20/2015 764 "//ash:ash_unittests", # FAILS 4/20/2015
766 "//base:base_unittests", # PASSES 4/17/2015 in 32-bit, some 64-bit failur es. 765 "//base:base_unittests", # PASSES 4/20/2015
767 "//cc:cc_unittests", # PASSES 4/17/2015 766 "//cc:cc_unittests", # PASSES 4/17/2015
768 "//chrome_elf:chrome_elf_unittests", # FAILS 4/20/2015 767 "//chrome_elf:chrome_elf_unittests", # FAILS 4/20/2015
768 "//chrome/app_installer:app_installer_unittests",
769 "//chrome/test:browser_tests", 769 "//chrome/test:browser_tests",
770 "//chrome/test:interactive_ui_tests", 770 "//chrome/test:interactive_ui_tests",
771 "//chrome/test:sync_integration_tests", # Note: need to turn off incremen tal linking for debug. 771 "//chrome/test:sync_integration_tests", # Note: need to turn off incremen tal linking for debug.
772 "//chrome/test:unit_tests", 772 "//chrome/test:unit_tests",
773 "//chrome/test/chromedriver:chromedriver_unittests", # PASSES 4/20/2015 773 "//chrome/test/chromedriver:chromedriver_unittests", # PASSES 4/20/2015
774 "//components:components_browsertests", 774 "//components:components_browsertests",
775 "//components:components_unittests", # PASSES 4/17/2015 775 "//components:components_unittests", # PASSES 4/17/2015
776 "//courgette:courgette_unittests", # PASSES 4/20/2015 776 "//courgette:courgette_unittests", # PASSES 4/20/2015
777 "//content/test:content_browsertests", 777 "//content/test:content_browsertests",
778 "//content/test:content_unittests", # PASSES 4/17/2015 778 "//content/test:content_unittests", # PASSES 4/17/2015
(...skipping 30 matching lines...) Expand all
809 "//ui/accessibility:accessibility_unittests", # PASSES 4/20/2015 809 "//ui/accessibility:accessibility_unittests", # PASSES 4/20/2015
810 "//ui/app_list:app_list_unittests", # PASSES 4/20/2015 810 "//ui/app_list:app_list_unittests", # PASSES 4/20/2015
811 "//ui/aura:aura_unittests", # PASSES 4/17/2015 811 "//ui/aura:aura_unittests", # PASSES 4/17/2015
812 "//ui/base:ui_base_unittests", # PASSES 4/20/2015 812 "//ui/base:ui_base_unittests", # PASSES 4/20/2015
813 "//ui/compositor:compositor_unittests", # PASSES 4/20/2015 813 "//ui/compositor:compositor_unittests", # PASSES 4/20/2015
814 "//ui/display:display_unittests", # PASSES 4/20/2015 814 "//ui/display:display_unittests", # PASSES 4/20/2015
815 "//ui/events:events_unittests", # PASSES 4/20/2015 815 "//ui/events:events_unittests", # PASSES 4/20/2015
816 "//ui/gfx:gfx_unittests", # PASSES (with assertion failure?) 4/20/2015 816 "//ui/gfx:gfx_unittests", # PASSES (with assertion failure?) 4/20/2015
817 "//ui/message_center:message_center_unittests", # PASSES 4/20/2015 817 "//ui/message_center:message_center_unittests", # PASSES 4/20/2015
818 "//ui/touch_selection:ui_touch_selection_unittests", # PASSES 4/20/2015 818 "//ui/touch_selection:ui_touch_selection_unittests", # PASSES 4/20/2015
819 "//ui/views:views_unittests", # Same as WM unittests 819 "//ui/views:views_unittests", # TooltipControllerTest failures
820 "//ui/wm:wm_unittests", # CRASHES, looks like something simple missing. 820 "//ui/wm:wm_unittests", # PASSES 4/21/2015
821 "//url:url_unittests", # PASSES 4/17/2015 821 "//url:url_unittests", # PASSES 4/17/2015
822 822
823 # TODO(GYP) installer_util_unittests 823 # TODO(GYP) installer_util_unittests
824 # TODO(GYP) app_installer_unittests 824 # TODO(GYP) app_installer_unittests
825 # TODO(GYP) nacl_integration 825 # TODO(GYP) nacl_integration
826 # TODO(GYP) telemetry_perf_unittests 826 # TODO(GYP) telemetry_perf_unittests
827 # TODO(GYP) telemetry_unittests 827 # TODO(GYP) telemetry_unittests
828 ] 828 ]
829 } 829 }
830 } 830 }
OLDNEW
« no previous file with comments | « .gitignore ('k') | DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698