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

Side by Side Diff: base/trace_event/etw_manifest/chrome_events_win.man

Issue 1446363003: Deleted OS_WIN and all Windows specific files from base. (Closed) Base URL: https://github.com/domokit/mojo.git@base_tests
Patch Set: 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 | « base/timer/hi_res_timer_manager_win.cc ('k') | base/trace_event/memory_dump_manager.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <?xml version='1.0' encoding='utf-8' standalone='yes'?>
2 <instrumentationManifest
3 xmlns="http://schemas.microsoft.com/win/2004/08/events"
4 xmlns:win="http://manifests.microsoft.com/win/2004/08/windows/events"
5 xmlns:xs="http://www.w3.org/2001/XMLSchema"
6 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
7 xsi:schemaLocation="http://schemas.microsoft.com/win/2004/08/events eventman .xsd"
8 >
9 <instrumentation>
10 <events>
11 <provider
12 guid="{D2D578D9-2936-45B6-A09f-30E32715F42D}"
13 messageFileName="chrome.dll"
14 name="Chrome"
15 resourceFileName="chrome.dll"
16 symbol="CHROME"
17 >
18 <channels>
19 <importChannel
20 chid="SYSTEM"
21 name="System"
22 />
23 </channels>
24 <templates>
25 <template tid="tid_chrome_event">
26 <data
27 inType="win:AnsiString"
28 name="Name"
29 />
30 <data
31 inType="win:AnsiString"
32 name="Phase"
33 />
34 <data
35 inType="win:AnsiString"
36 name="Arg Name 1"
37 />
38 <data
39 inType="win:AnsiString"
40 name="Arg Value 1"
41 />
42 <data
43 inType="win:AnsiString"
44 name="Arg Name 2"
45 />
46 <data
47 inType="win:AnsiString"
48 name="Arg Value 2"
49 />
50 <data
51 inType="win:AnsiString"
52 name="Arg Name 3"
53 />
54 <data
55 inType="win:AnsiString"
56 name="Arg Value 3"
57 />
58 </template>
59 </templates>
60 <events>
61 <event
62 channel="SYSTEM"
63 level="win:Informational"
64 message="$(string.ChromeEvent.EventMessage)"
65 opcode="win:Info"
66 symbol="ChromeEvent"
67 template="tid_chrome_event"
68 value="1"
69 />
70 </events>
71 </provider>
72 </events>
73 </instrumentation>
74 <localization xmlns="http://schemas.microsoft.com/win/2004/08/events">
75 <resources culture="en-US">
76 <stringTable>
77 <string
78 id="ChromeEvent.EventMessage"
79 value="Chrome Event: %1 (%2)"
80 />
81 </stringTable>
82 </resources>
83 </localization>
84 </instrumentationManifest>
OLDNEW
« no previous file with comments | « base/timer/hi_res_timer_manager_win.cc ('k') | base/trace_event/memory_dump_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698