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

Side by Side Diff: mojo/mojo_services.gyp

Issue 1737933002: mojo leveldb: Get profile and leveldb connected to DOMStorageContext. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove most of the LOGs. Created 4 years, 9 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
1 # Copyright 2015 The Chromium Authors. All rights reserved. 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 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 'target_name': 'network_service_bindings_mojom', 8 'target_name': 'network_service_bindings_mojom',
9 'type': 'none', 9 'type': 'none',
10 'variables': { 10 'variables': {
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 'services/tracing/public/interfaces/tracing.mojom', 69 'services/tracing/public/interfaces/tracing.mojom',
70 ], 70 ],
71 'mojom_include_path': '<(DEPTH)/mojo/services', 71 'mojom_include_path': '<(DEPTH)/mojo/services',
72 }, 72 },
73 'includes': [ 73 'includes': [
74 'mojom_bindings_generator_explicit.gypi', 74 'mojom_bindings_generator_explicit.gypi',
75 ], 75 ],
76 }, 76 },
77 { 77 {
78 # GN version: //mojo/services/tracing/public/interfaces 78 # GN version: //mojo/services/tracing/public/interfaces
79 'target_name': 'tracing_service_bindings_lib', 79 'target_name': 'tracing_service_bindings_lib',
80 'type': 'static_library', 80 'type': 'static_library',
81 'dependencies': [ 81 'dependencies': [
82 'tracing_service_bindings_mojom', 82 'tracing_service_bindings_mojom',
83 ], 83 ],
84 }, 84 },
85 { 85 {
86 'target_name': 'updater_bindings_mojom', 86 'target_name': 'updater_bindings_mojom',
87 'type': 'none', 87 'type': 'none',
88 'variables': { 88 'variables': {
89 'mojom_files': [ 89 'mojom_files': [
90 'services/updater/updater.mojom', 90 'services/updater/updater.mojom',
91 ], 91 ],
92 'mojom_include_path': '<(DEPTH)/mojo/services', 92 'mojom_include_path': '<(DEPTH)/mojo/services',
93 }, 93 },
94 'includes': [ 94 'includes': [
95 'mojom_bindings_generator_explicit.gypi', 95 'mojom_bindings_generator_explicit.gypi',
96 ], 96 ],
97 }, 97 },
98 { 98 {
99 # GN version: //mojo/services/updater 99 # GN version: //mojo/services/updater
100 'target_name': 'updater_bindings_lib', 100 'target_name': 'updater_bindings_lib',
101 'type': 'static_library', 101 'type': 'static_library',
102 'dependencies': [ 102 'dependencies': [
103 'updater_bindings_mojom', 103 'updater_bindings_mojom',
104 ], 104 ],
105 }, 105 },
106 ], 106 ],
107 } 107 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698