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

Side by Side Diff: mojo/mojo_base.gyp

Issue 394903005: mojo: terminate apps if the shell goes away (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: disable tests that touch nss for now Created 6 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « mojo/mojo.gyp ('k') | mojo/mojo_examples.gypi » ('j') | 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 # Essential components (and their tests) that are needed to build 5 # Essential components (and their tests) that are needed to build
6 # Chrome should be here. Other components that are useful only in 6 # Chrome should be here. Other components that are useful only in
7 # Mojo land like mojo_shell should be in mojo.gyp. 7 # Mojo land like mojo_shell should be in mojo.gyp.
8 { 8 {
9 'includes': [ 9 'includes': [
10 'mojo_public.gypi', 10 'mojo_public.gypi',
(...skipping 324 matching lines...) Expand 10 before | Expand all | Expand 10 after
335 'environment/default_async_waiter_impl.cc', 335 'environment/default_async_waiter_impl.cc',
336 'environment/default_async_waiter_impl.h', 336 'environment/default_async_waiter_impl.h',
337 'environment/default_logger_impl.cc', 337 'environment/default_logger_impl.cc',
338 'environment/default_logger_impl.h', 338 'environment/default_logger_impl.h',
339 ], 339 ],
340 'include_dirs': [ 340 'include_dirs': [
341 '..', 341 '..',
342 ], 342 ],
343 }, 343 },
344 { 344 {
345 'target_name': 'mojo_application_chromium',
346 'type': 'static_library',
347 'sources': [
348 'public/cpp/application/lib/application_impl_chromium.cc',
349 ],
350 'dependencies': [
351 'mojo_application_base',
352 ],
353 'export_dependent_settings': [
354 'mojo_application_base',
355 ],
356 },
357 {
345 # GN version: //mojo/bindings/js 358 # GN version: //mojo/bindings/js
346 'target_name': 'mojo_js_bindings_lib', 359 'target_name': 'mojo_js_bindings_lib',
347 'type': 'static_library', 360 'type': 'static_library',
348 'dependencies': [ 361 'dependencies': [
349 '../base/base.gyp:base', 362 '../base/base.gyp:base',
350 '../gin/gin.gyp:gin', 363 '../gin/gin.gyp:gin',
351 '../v8/tools/gyp/v8.gyp:v8', 364 '../v8/tools/gyp/v8.gyp:v8',
352 'mojo_common_lib', 365 'mojo_common_lib',
353 ], 366 ],
354 'export_dependent_settings': [ 367 'export_dependent_settings': [
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
499 'mojo_js_unittests.isolate', 512 'mojo_js_unittests.isolate',
500 ], 513 ],
501 'sources': [ 514 'sources': [
502 'mojo_js_unittests.isolate', 515 'mojo_js_unittests.isolate',
503 ], 516 ],
504 }, 517 },
505 ], 518 ],
506 }], 519 }],
507 ] 520 ]
508 } 521 }
OLDNEW
« no previous file with comments | « mojo/mojo.gyp ('k') | mojo/mojo_examples.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698