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

Side by Side Diff: mojo/mojo.gyp

Issue 135073002: Mojo: Add the beginnings of a proper embedder API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review comments Created 6 years, 11 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/common/test/run_all_unittests.cc ('k') | mojo/shell/context.cc » ('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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 'mojo_apps.gypi', 10 'mojo_apps.gypi',
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 'system/core_impl.cc', 87 'system/core_impl.cc',
88 'system/core_impl.h', 88 'system/core_impl.h',
89 'system/data_pipe.cc', 89 'system/data_pipe.cc',
90 'system/data_pipe.h', 90 'system/data_pipe.h',
91 'system/data_pipe_consumer_dispatcher.cc', 91 'system/data_pipe_consumer_dispatcher.cc',
92 'system/data_pipe_consumer_dispatcher.h', 92 'system/data_pipe_consumer_dispatcher.h',
93 'system/data_pipe_producer_dispatcher.cc', 93 'system/data_pipe_producer_dispatcher.cc',
94 'system/data_pipe_producer_dispatcher.h', 94 'system/data_pipe_producer_dispatcher.h',
95 'system/dispatcher.cc', 95 'system/dispatcher.cc',
96 'system/dispatcher.h', 96 'system/dispatcher.h',
97 'system/embedder.cc',
98 'system/embedder.h',
97 'system/local_data_pipe.cc', 99 'system/local_data_pipe.cc',
98 'system/local_data_pipe.h', 100 'system/local_data_pipe.h',
99 'system/local_message_pipe_endpoint.cc', 101 'system/local_message_pipe_endpoint.cc',
100 'system/local_message_pipe_endpoint.h', 102 'system/local_message_pipe_endpoint.h',
101 'system/memory.cc', 103 'system/memory.cc',
102 'system/memory.h', 104 'system/memory.h',
103 'system/message_in_transit.cc', 105 'system/message_in_transit.cc',
104 'system/message_in_transit.h', 106 'system/message_in_transit.h',
105 'system/message_pipe.cc', 107 'system/message_pipe.cc',
106 'system/message_pipe.h', 108 'system/message_pipe.h',
(...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after
420 'java_in_dir': '<(DEPTH)/mojo/shell/android/apk', 422 'java_in_dir': '<(DEPTH)/mojo/shell/android/apk',
421 'resource_dir': '<(DEPTH)/mojo/shell/android/apk/res', 423 'resource_dir': '<(DEPTH)/mojo/shell/android/apk/res',
422 'native_lib_target': 'libmojo_shell', 424 'native_lib_target': 'libmojo_shell',
423 }, 425 },
424 'includes': [ '../build/java_apk.gypi' ], 426 'includes': [ '../build/java_apk.gypi' ],
425 } 427 }
426 ], 428 ],
427 }], 429 }],
428 ], 430 ],
429 } 431 }
OLDNEW
« no previous file with comments | « mojo/common/test/run_all_unittests.cc ('k') | mojo/shell/context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698