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

Side by Side Diff: third_party/mojo_services/src/view_manager/public/cpp/tests/DEPS

Issue 861683003: Move services code brought in from Mojo to live under //third_party. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 10 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 include_rules = [ 1 include_rules = [
2 "+mojo/services/geometry/public", 2 "+mojo/services/geometry/public",
3 3
4 # TODO(blundell): Determine whether to eliminate these dependencies or move 4 # TODO(blundell): Determine whether to eliminate these dependencies or move
5 # the tests outside of view_manager's public code. crbug.com/451403 5 # the tests outside of view_manager's public code. crbug.com/451403
6 "!base/auto_reset.h", 6 "!base/auto_reset.h",
7 "!base/bind.h", 7 "!base/bind.h",
8 "!base/i18n/icu_util.h", 8 "!base/i18n/icu_util.h",
9 "!base/logging.h", 9 "!base/logging.h",
10 "!base/strings/stringprintf.h", 10 "!base/strings/stringprintf.h",
11 "!base/test/launcher/unit_test_launcher.h", 11 "!base/test/launcher/unit_test_launcher.h",
12 "!base/test/test_suite.h", 12 "!base/test/test_suite.h",
13 "!shell/application_manager", 13 "!shell/application_manager",
14 "!shell/shell_test_helper.h", 14 "!shell/shell_test_helper.h",
15 "!ui/gfx/x/x11_connection.h", 15 "!ui/gfx/x/x11_connection.h",
16 ] 16 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698