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

Side by Side Diff: mojo/mojo_converters.gypi

Issue 658283004: Fix some erroneous "(c)"'s in copyright messages. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 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/build/package_app.gypi ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 # GN version: //mojo/converters/input_events 8 # GN version: //mojo/converters/input_events
9 'target_name': 'mojo_input_events_lib', 9 'target_name': 'mojo_input_events_lib',
10 'type': '<(component)', 10 'type': '<(component)',
11 'defines': [ 11 'defines': [
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 'conditions': [ 131 'conditions': [
132 ['component=="shared_library"', { 132 ['component=="shared_library"', {
133 'dependencies': [ 133 'dependencies': [
134 'mojo_base.gyp:mojo_environment_chromium', 134 'mojo_base.gyp:mojo_environment_chromium',
135 ], 135 ],
136 }], 136 }],
137 ], 137 ],
138 }, 138 },
139 ], 139 ],
140 } 140 }
OLDNEW
« no previous file with comments | « mojo/build/package_app.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698