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

Side by Side Diff: content/browser/notifications/notification_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 {
2 'targets': [
3 {
4 # GN version: //content/browser/notifications:notification_proto
5 'target_name': 'notification_proto',
6 'type': 'static_library',
7 'sources': [
8 'notification_database_data.proto',
9 ],
10 'variables': {
11 'proto_in_dir': '.',
12 'proto_out_dir': 'content/browser/notifications',
13 },
14 'includes': [ '../../../build/protoc.gypi' ]
15 },
16 ],
17 }
OLDNEW
« no previous file with comments | « content/browser/gpu/test_support_gpu.gypi ('k') | content/browser/service_worker/service_worker_proto.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698