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

Side by Side Diff: mojo/services/clipboard/BUILD.gn

Issue 623883002: Revert "Move mojo edk into mojo/edk" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 | « mojo/python/system/mojo/embedder.pyx ('k') | mojo/services/view_manager/BUILD.gn » ('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 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 # GYP version: mojo/mojo_services.gypi:mojo_clipboard 5 # GYP version: mojo/mojo_services.gypi:mojo_clipboard
6 component("clipboard") { 6 component("clipboard") {
7 deps = [ 7 deps = [
8 "//base", 8 "//base",
9 "//mojo/application", 9 "//mojo/application",
10 "//mojo/common", 10 "//mojo/common",
(...skipping 13 matching lines...) Expand all
24 24
25 # GYP version: mojo/mojo_services.gypi:mojo_clipboard_unittests 25 # GYP version: mojo/mojo_services.gypi:mojo_clipboard_unittests
26 test("mojo_clipboard_unittests") { 26 test("mojo_clipboard_unittests") {
27 deps = [ 27 deps = [
28 "//base", 28 "//base",
29 "//base/test:test_support", 29 "//base/test:test_support",
30 "//mojo/application", 30 "//mojo/application",
31 "//mojo/application_manager", 31 "//mojo/application_manager",
32 "//mojo/common", 32 "//mojo/common",
33 "//mojo/common/test:run_all_unittests", 33 "//mojo/common/test:run_all_unittests",
34 "//mojo/edk/system",
35 "//mojo/environment:chromium", 34 "//mojo/environment:chromium",
36 "//mojo/services/public/interfaces/clipboard:clipboard", 35 "//mojo/services/public/interfaces/clipboard:clipboard",
37 "//mojo/shell:test_support", 36 "//mojo/shell:test_support",
37 "//mojo/system",
38 "//testing/gtest", 38 "//testing/gtest",
39 ] 39 ]
40 40
41 sources = [ 41 sources = [
42 "clipboard_standalone_unittest.cc", 42 "clipboard_standalone_unittest.cc",
43 ] 43 ]
44 } 44 }
OLDNEW
« no previous file with comments | « mojo/python/system/mojo/embedder.pyx ('k') | mojo/services/view_manager/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698