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

Side by Side Diff: components/browser_watcher/BUILD.gn

Issue 874033003: Fix chrome target in Windows GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix building on chromeos. 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
« no previous file with comments | « components/BUILD.gn ('k') | components/invalidation/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 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 source_set("browser_watcher") { 5 source_set("browser_watcher") {
6 # This is a separate lib to minimize the dependencies for its 6 # This is a separate lib to minimize the dependencies for its
7 # hosting binary "chrome_watcher.dll". 7 # hosting binary "chrome_watcher.dll".
8 sources = [ 8 sources = [
9 "endsession_watcher_window_win.cc", 9 "endsession_watcher_window_win.cc",
10 "endsession_watcher_window_win.h", 10 "endsession_watcher_window_win.h",
(...skipping 22 matching lines...) Expand all
33 source_set("unit_tests") { 33 source_set("unit_tests") {
34 testonly = true 34 testonly = true
35 sources = [ 35 sources = [
36 "endsession_watcher_window_win_unittest.cc", 36 "endsession_watcher_window_win_unittest.cc",
37 "exit_code_watcher_win_unittest.cc", 37 "exit_code_watcher_win_unittest.cc",
38 "exit_funnel_win_unittest.cc", 38 "exit_funnel_win_unittest.cc",
39 "watcher_client_win_unittest.cc", 39 "watcher_client_win_unittest.cc",
40 "watcher_metrics_provider_win_unittest.cc", 40 "watcher_metrics_provider_win_unittest.cc",
41 ] 41 ]
42 deps = [ 42 deps = [
43 ":browser_watcher",
44 ":browser_watcher_client",
43 "//testing/gtest", 45 "//testing/gtest",
44 ] 46 ]
45 } 47 }
OLDNEW
« no previous file with comments | « components/BUILD.gn ('k') | components/invalidation/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698