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

Side by Side Diff: mojo/public/mojo_public.gyp

Issue 733513003: Explicitly declare mojo_application_base->mojom dep in gyp (Closed) Base URL: git@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 | « no previous file | 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 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 'includes': [ 6 'includes': [
7 '../mojo_variables.gypi', 7 '../mojo_variables.gypi',
8 ], 8 ],
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 }, 202 },
203 { 203 {
204 # GN version: //mojo/public/interfaces/application:application 204 # GN version: //mojo/public/interfaces/application:application
205 'target_name': 'mojo_application_bindings', 205 'target_name': 'mojo_application_bindings',
206 'type': 'static_library', 206 'type': 'static_library',
207 'dependencies': [ 207 'dependencies': [
208 'mojo_application_bindings_mojom', 208 'mojo_application_bindings_mojom',
209 'mojo_cpp_bindings', 209 'mojo_cpp_bindings',
210 ], 210 ],
211 'export_dependent_settings': [ 211 'export_dependent_settings': [
212 'mojo_application_bindings_mojom',
212 'mojo_cpp_bindings', 213 'mojo_cpp_bindings',
213 ], 214 ],
214 }, 215 },
215 { 216 {
216 # GN version: //mojo/public/cpp/application 217 # GN version: //mojo/public/cpp/application
217 'target_name': 'mojo_application_base', 218 'target_name': 'mojo_application_base',
218 'type': 'static_library', 219 'type': 'static_library',
219 'sources': [ 220 'sources': [
220 'cpp/application/application_connection.h', 221 'cpp/application/application_connection.h',
221 'cpp/application/application_delegate.h', 222 'cpp/application/application_delegate.h',
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
375 }, 376 },
376 'dependencies': [ 377 'dependencies': [
377 'mojo_public_java', 378 'mojo_public_java',
378 ], 379 ],
379 'includes': [ '../../build/java.gypi' ], 380 'includes': [ '../../build/java.gypi' ],
380 }, 381 },
381 ], 382 ],
382 }], 383 }],
383 ], 384 ],
384 } 385 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698