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

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

Issue 954643002: Update mojo sdk to rev 3d23dae011859a2aae49f1d1adde705c8e85d819 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: use run_renderer_in_process() Created 5 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 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 'target_defaults' : { 9 'target_defaults' : {
10 'include_dirs': [ 10 'include_dirs': [
(...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after
326 }, 326 },
327 { 327 {
328 'target_name': 'mojo_public_test_interfaces_mojom', 328 'target_name': 'mojo_public_test_interfaces_mojom',
329 'type': 'none', 329 'type': 'none',
330 'variables': { 330 'variables': {
331 'mojom_files': [ 331 'mojom_files': [
332 'src/mojo/public/interfaces/bindings/tests/math_calculator.mojom', 332 'src/mojo/public/interfaces/bindings/tests/math_calculator.mojom',
333 'src/mojo/public/interfaces/bindings/tests/no_module.mojom', 333 'src/mojo/public/interfaces/bindings/tests/no_module.mojom',
334 'src/mojo/public/interfaces/bindings/tests/rect.mojom', 334 'src/mojo/public/interfaces/bindings/tests/rect.mojom',
335 'src/mojo/public/interfaces/bindings/tests/regression_tests.mojom', 335 'src/mojo/public/interfaces/bindings/tests/regression_tests.mojom',
336 'src/mojo/public/interfaces/bindings/tests/regression_tests_import.moj om',
337 'src/mojo/public/interfaces/bindings/tests/sample_factory.mojom', 336 'src/mojo/public/interfaces/bindings/tests/sample_factory.mojom',
338 'src/mojo/public/interfaces/bindings/tests/sample_import.mojom', 337 'src/mojo/public/interfaces/bindings/tests/sample_import.mojom',
339 'src/mojo/public/interfaces/bindings/tests/sample_import2.mojom', 338 'src/mojo/public/interfaces/bindings/tests/sample_import2.mojom',
340 'src/mojo/public/interfaces/bindings/tests/sample_interfaces.mojom', 339 'src/mojo/public/interfaces/bindings/tests/sample_interfaces.mojom',
341 'src/mojo/public/interfaces/bindings/tests/sample_service.mojom', 340 'src/mojo/public/interfaces/bindings/tests/sample_service.mojom',
342 'src/mojo/public/interfaces/bindings/tests/serialization_test_structs. mojom', 341 'src/mojo/public/interfaces/bindings/tests/serialization_test_structs. mojom',
343 'src/mojo/public/interfaces/bindings/tests/test_structs.mojom', 342 'src/mojo/public/interfaces/bindings/tests/test_structs.mojom',
344 'src/mojo/public/interfaces/bindings/tests/validation_test_interfaces. mojom', 343 'src/mojo/public/interfaces/bindings/tests/validation_test_interfaces. mojom',
345 ], 344 ],
346 }, 345 },
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
380 }, 379 },
381 'dependencies': [ 380 'dependencies': [
382 'mojo_public_java', 381 'mojo_public_java',
383 ], 382 ],
384 'includes': [ '../../build/java.gypi' ], 383 'includes': [ '../../build/java.gypi' ],
385 }, 384 },
386 ], 385 ],
387 }], 386 }],
388 ], 387 ],
389 } 388 }
OLDNEW
« no previous file with comments | « third_party/mojo/mojo_edk_tests.gyp ('k') | third_party/mojo/mojom_bindings_generator_variables.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698