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

Side by Side Diff: components/mus/public/cpp/tests/BUILD.gn

Issue 1410053006: Move third_party/mojo/src/mojo/public to mojo/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 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 unified diff | Download patch
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 source_set("unittest_support") { 8 source_set("unittest_support") {
9 sources = [ 9 sources = [
10 "test_window.h", 10 "test_window.h",
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 47
48 deps = [ 48 deps = [
49 ":unittest_support", 49 ":unittest_support",
50 "//base", 50 "//base",
51 "//base/test:test_support", 51 "//base/test:test_support",
52 "//components/mus/public/cpp", 52 "//components/mus/public/cpp",
53 "//mojo/application/public/cpp", 53 "//mojo/application/public/cpp",
54 "//mojo/converters/geometry", 54 "//mojo/converters/geometry",
55 "//mojo/gles2", 55 "//mojo/gles2",
56 "//mojo/platform_handle:platform_handle_impl", 56 "//mojo/platform_handle:platform_handle_impl",
57 "//mojo/public/cpp/system",
57 "//testing/gtest", 58 "//testing/gtest",
58 "//third_party/mojo/src/mojo/public/cpp/system",
59 "//third_party/mojo/src/mojo/edk/system", 59 "//third_party/mojo/src/mojo/edk/system",
60 "//ui/gfx:test_support", 60 "//ui/gfx:test_support",
61 "//ui/gfx/geometry", 61 "//ui/gfx/geometry",
62 "//ui/mojo/geometry:interfaces", 62 "//ui/mojo/geometry:interfaces",
63 ] 63 ]
64 64
65 if (use_x11) { 65 if (use_x11) {
66 deps += [ "//ui/gfx/x" ] 66 deps += [ "//ui/gfx/x" ]
67 } 67 }
68 } 68 }
OLDNEW
« no previous file with comments | « components/mus/public/cpp/property_type_converters.h ('k') | components/mus/public/cpp/tests/window_server_test_suite.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698