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

Side by Side Diff: components/geolocation/public/interfaces/geolocation_interfaces.gyp

Issue 1373883003: Move geolocation and permission mojoms into components. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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
OLDNEW
(Empty)
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
3 # found in the LICENSE file.
4
5 {
6 'targets': [
7 {
8 # GN version: //components/geolocation/public/interfaces
9 'target_name': 'components_geolocation_public_interfaces',
10 'type': 'none',
11 'variables': {
12 'mojom_files': [
13 'geolocation.mojom',
14 'geoposition.mojom',
15 ],
16 },
17 'includes': [ '../../../../third_party/mojo/mojom_bindings_generator_expli cit.gypi' ],
18 },
19 ]
20 }
OLDNEW
« no previous file with comments | « components/geolocation/public/interfaces/geolocation.mojom ('k') | components/geolocation/public/interfaces/geoposition.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698