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

Side by Side Diff: base/trace_event/etw_manifest/BUILD.gn

Issue 1540953003: Move base GN subprojects into base. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 | « base/trace_event/BUILD.gn ('k') | chrome/browser/ui/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 import("//build/win/message_compiler.gni") 5 import("//build/win/message_compiler.gni")
6 6
7 assert(is_win, "This only runs on Windows.") 7 assert(is_win, "This only runs on Windows.")
8 8
9 message_compiler("chrome_events_win") { 9 message_compiler("chrome_events_win") {
10 visibility = [ 10 visibility = [
11 "//base/trace_event/*", 11 "//base/*",
12 "//chrome:main_dll", 12 "//chrome:main_dll",
13 ] 13 ]
14 14
15 sources = [ 15 sources = [
16 "chrome_events_win.man", 16 "chrome_events_win.man",
17 ] 17 ]
18 18
19 user_mode_logging = true 19 user_mode_logging = true
20 20
21 # TOOD(brucedawson) bug 569989: Enable ETW manifest and compile and link it 21 # TOOD(brucedawson) bug 569989: Enable ETW manifest and compile and link it
22 # into the proper places. Enabling as-is may add the resources to too many 22 # into the proper places. Enabling as-is may add the resources to too many
23 # targets. See the bug for more information. 23 # targets. See the bug for more information.
24 compile_generated_code = false 24 compile_generated_code = false
25 } 25 }
OLDNEW
« no previous file with comments | « base/trace_event/BUILD.gn ('k') | chrome/browser/ui/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698