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

Side by Side Diff: mojo/mojo.gyp

Issue 399663002: Have mojo_shell run in its custom thread on android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 5 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 | « no previous file | mojo/shell/android/apk/src/org/chromium/mojo_shell_apk/MojoMain.java » ('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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'target_defaults': { 6 'target_defaults': {
7 'conditions': [ 7 'conditions': [
8 ['mojo_shell_debug_url != ""', { 8 ['mojo_shell_debug_url != ""', {
9 'defines': [ 9 'defines': [
10 'MOJO_SHELL_DEBUG=1', 10 'MOJO_SHELL_DEBUG=1',
(...skipping 567 matching lines...) Expand 10 before | Expand all | Expand 10 after
578 'shell/out_of_process_dynamic_service_runner.cc', 578 'shell/out_of_process_dynamic_service_runner.cc',
579 'shell/out_of_process_dynamic_service_runner.h', 579 'shell/out_of_process_dynamic_service_runner.h',
580 'shell/run.cc', 580 'shell/run.cc',
581 'shell/run.h', 581 'shell/run.h',
582 'shell/switches.cc', 582 'shell/switches.cc',
583 'shell/switches.h', 583 'shell/switches.h',
584 'shell/task_runners.cc', 584 'shell/task_runners.cc',
585 'shell/task_runners.h', 585 'shell/task_runners.h',
586 'shell/test_child_process.cc', 586 'shell/test_child_process.cc',
587 'shell/test_child_process.h', 587 'shell/test_child_process.h',
588 'shell/ui_service_loader_android.cc',
589 'shell/ui_service_loader_android.h',
588 'shell/view_manager_loader.cc', 590 'shell/view_manager_loader.cc',
589 'shell/view_manager_loader.h', 591 'shell/view_manager_loader.h',
590 ], 592 ],
591 'conditions': [ 593 'conditions': [
592 ['OS=="linux"', { 594 ['OS=="linux"', {
593 'dependencies': [ 595 'dependencies': [
594 '../build/linux/system.gyp:dbus', 596 '../build/linux/system.gyp:dbus',
595 '../dbus/dbus.gyp:dbus', 597 '../dbus/dbus.gyp:dbus',
596 ], 598 ],
597 }], 599 }],
(...skipping 452 matching lines...) Expand 10 before | Expand all | Expand 10 after
1050 'views/views_init_internal.h', 1052 'views/views_init_internal.h',
1051 ], 1053 ],
1052 'defines': [ 1054 'defines': [
1053 'MOJO_VIEWS_IMPLEMENTATION', 1055 'MOJO_VIEWS_IMPLEMENTATION',
1054 ], 1056 ],
1055 }, 1057 },
1056 ], 1058 ],
1057 }], 1059 }],
1058 ], 1060 ],
1059 } 1061 }
OLDNEW
« no previous file with comments | « no previous file | mojo/shell/android/apk/src/org/chromium/mojo_shell_apk/MojoMain.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698