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

Side by Side Diff: content/browser/speech/proto/speech_proto.gyp

Issue 2321743002: Inline content_[tests/browser/android].gypi into GN build. (Closed)
Patch Set: gen file fix Created 4 years, 3 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 (c) 2012 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: //content/browser/speech/proto:proto
9 'target_name': 'speech_proto',
10 'type': 'static_library',
11 'sources': [
12 'google_streaming_api.proto',
13 ],
14 'variables': {
15 'proto_in_dir': '.',
16 'proto_out_dir': 'content/browser/speech/proto',
17 },
18 'includes': [ '../../../../build/protoc.gypi' ],
19 },
20 ],
21 }
OLDNEW
« no previous file with comments | « content/browser/service_worker/service_worker_proto.gyp ('k') | content/browser/tracing/tracing_resources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698