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

Side by Side Diff: BUILD.gn

Issue 2092453002: Mojom interface for Preferences (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 3 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
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 708 matching lines...) Expand 10 before | Expand all | Expand 10 after
719 if (is_win && target_cpu == "x86") { 719 if (is_win && target_cpu == "x86") {
720 deps += [ "//chrome/tools/disable_outdated_build_detector" ] 720 deps += [ "//chrome/tools/disable_outdated_build_detector" ]
721 } 721 }
722 722
723 if (is_win || is_linux) { 723 if (is_win || is_linux) {
724 deps += [ 724 deps += [
725 "//mash:all", 725 "//mash:all",
726 "//media/mojo/services:media_mojo_shell_unittests", 726 "//media/mojo/services:media_mojo_shell_unittests",
727 "//mojo", 727 "//mojo",
728 "//services/navigation", 728 "//services/navigation",
729 "//services/preferences:tests",
729 "//services/ui/demo", 730 "//services/ui/demo",
730 "//services/ui/ws:tests", 731 "//services/ui/ws:tests",
731 "//ui/views/mus:views_mus_interactive_ui_tests", 732 "//ui/views/mus:views_mus_interactive_ui_tests",
732 "//ui/views/mus:views_mus_unittests", 733 "//ui/views/mus:views_mus_unittests",
733 ] 734 ]
734 } 735 }
735 736
736 if (is_linux && !is_chromeos && !is_chromecast) { 737 if (is_linux && !is_chromeos && !is_chromecast) {
737 # TODO(GYP): Figure out if any of these should be in gn_all 738 # TODO(GYP): Figure out if any of these should be in gn_all
738 # and figure out how cross-platform they are 739 # and figure out how cross-platform they are
(...skipping 393 matching lines...) Expand 10 before | Expand all | Expand 10 after
1132 "//ui/display:display_unittests", 1133 "//ui/display:display_unittests",
1133 "//ui/events:events_unittests", 1134 "//ui/events:events_unittests",
1134 "//ui/gfx:gfx_unittests", 1135 "//ui/gfx:gfx_unittests",
1135 "//ui/gl:gl_unittests", 1136 "//ui/gl:gl_unittests",
1136 "//ui/keyboard:keyboard_unittests", 1137 "//ui/keyboard:keyboard_unittests",
1137 "//ui/touch_selection:ui_touch_selection_unittests", 1138 "//ui/touch_selection:ui_touch_selection_unittests",
1138 "//url:url_unittests", 1139 "//url:url_unittests",
1139 ] 1140 ]
1140 } 1141 }
1141 } 1142 }
OLDNEW
« no previous file with comments | « no previous file | services/preferences/BUILD.gn » ('j') | services/preferences/public/cpp/preferences_export.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698