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

Side by Side Diff: chrome/chrome_watcher/BUILD.gn

Issue 2033243003: Use Mojo pipes to signal sync IPC events (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 | « no previous file | chrome/installer/setup/BUILD.gn » ('j') | mojo/public/cpp/system/event.h » ('J')
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("//chrome/version.gni") 5 import("//chrome/version.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 import("//third_party/kasko/kasko.gni") 7 import("//third_party/kasko/kasko.gni")
8 8
9 source_set("client") { 9 source_set("client") {
10 sources = [ 10 sources = [
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 deps = [ 72 deps = [
73 ":chrome_watcher_resources", 73 ":chrome_watcher_resources",
74 ":client", 74 ":client",
75 ":kasko_util", 75 ":kasko_util",
76 "//base", 76 "//base",
77 "//base:base_static", 77 "//base:base_static",
78 "//build/config/sanitizers:deps", 78 "//build/config/sanitizers:deps",
79 "//chrome/common:metrics_constants_util_win", 79 "//chrome/common:metrics_constants_util_win",
80 "//chrome/installer/util:with_no_strings", 80 "//chrome/installer/util:with_no_strings",
81 "//components/browser_watcher", 81 "//components/browser_watcher",
82 "//mojo/public/c/system:for_shared_library",
82 ] 83 ]
83 ldflags = [ "/DEF:" + rebase_path("chrome_watcher.def", root_build_dir) ] 84 ldflags = [ "/DEF:" + rebase_path("chrome_watcher.def", root_build_dir) ]
84 configs -= [ "//build/config/win:console" ] 85 configs -= [ "//build/config/win:console" ]
85 configs += [ "//build/config/win:windowed" ] 86 configs += [ "//build/config/win:windowed" ]
86 } 87 }
OLDNEW
« no previous file with comments | « no previous file | chrome/installer/setup/BUILD.gn » ('j') | mojo/public/cpp/system/event.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698