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

Side by Side Diff: mojo/message_pump/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
« no previous file with comments | « mojo/gpu/mojo_gles2_impl_autogen.cc ('k') | mojo/message_pump/handle_watcher.h » ('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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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("//testing/test.gni") 5 import("//testing/test.gni")
6 6
7 component("message_pump") { 7 component("message_pump") {
8 sources = [ 8 sources = [
9 "handle_watcher.cc", 9 "handle_watcher.cc",
10 "handle_watcher.h", 10 "handle_watcher.h",
11 "message_pump_mojo.cc", 11 "message_pump_mojo.cc",
12 "message_pump_mojo.h", 12 "message_pump_mojo.h",
13 "message_pump_mojo_handler.h", 13 "message_pump_mojo_handler.h",
14 "time_helper.cc", 14 "time_helper.cc",
15 "time_helper.h", 15 "time_helper.h",
16 ] 16 ]
17 17
18 defines = [ "MOJO_MESSAGE_PUMP_IMPLEMENTATION" ] 18 defines = [ "MOJO_MESSAGE_PUMP_IMPLEMENTATION" ]
19 19
20 public_deps = [
21 "//base",
22 "//mojo/public/cpp/system",
23 ]
24
20 deps = [ 25 deps = [
21 "//base",
22 "//base/third_party/dynamic_annotations", 26 "//base/third_party/dynamic_annotations",
23 "//third_party/mojo/src/mojo/public/c/system:for_component", 27 "//mojo/public/c/system:for_component",
24 "//third_party/mojo/src/mojo/public/cpp/system",
25 ] 28 ]
26 } 29 }
OLDNEW
« no previous file with comments | « mojo/gpu/mojo_gles2_impl_autogen.cc ('k') | mojo/message_pump/handle_watcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698