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

Side by Side Diff: mojo/mojo.gyp

Issue 23913008: C++ bindings (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 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
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 'target_defaults': { 9 'target_defaults': {
10 'defines': ['MOJO_IMPLEMENTATION'], 10 'defines': ['MOJO_IMPLEMENTATION'],
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 'system/message_pipe_dispatcher_unittest.cc', 111 'system/message_pipe_dispatcher_unittest.cc',
112 'system/message_pipe_unittest.cc', 112 'system/message_pipe_unittest.cc',
113 'system/simple_dispatcher_unittest.cc', 113 'system/simple_dispatcher_unittest.cc',
114 'system/test_utils.h', 114 'system/test_utils.h',
115 'system/waiter_list_unittest.cc', 115 'system/waiter_list_unittest.cc',
116 'system/waiter_test_utils.cc', 116 'system/waiter_test_utils.cc',
117 'system/waiter_test_utils.h', 117 'system/waiter_test_utils.h',
118 'system/waiter_unittest.cc', 118 'system/waiter_unittest.cc',
119 ], 119 ],
120 }, 120 },
121 {
122 'target_name': 'mojo_bindings_test',
123 'type': 'executable',
124 'include_dirs': [
125 '..'
126 ],
127 'sources': [
128 'public/bindings/generated/sample_service_proxy.cc',
129 'public/bindings/generated/sample_service_stub.cc',
130 'public/bindings/sample_test.cc',
131 'public/bindings/bindings_internal.cc',
132 ],
133 },
121 ], 134 ],
122 } 135 }
OLDNEW
« no previous file with comments | « no previous file | mojo/public/bindings/bindings.h » ('j') | mojo/public/bindings/generated/sample_service_proxy.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698