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

Side by Side Diff: mojo/mojo.gyp

Issue 65043004: Add better handle tracking, and optimize Connector::Accept. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update per review feedback Created 7 years, 1 month 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/public/bindings/lib/connector.h » ('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 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after
307 ], 307 ],
308 }, 308 },
309 { 309 {
310 'target_name': 'mojo_bindings_test', 310 'target_name': 'mojo_bindings_test',
311 'type': 'executable', 311 'type': 'executable',
312 'include_dirs': [ 312 'include_dirs': [
313 '..' 313 '..'
314 ], 314 ],
315 'dependencies': [ 315 'dependencies': [
316 'mojo_bindings', 316 'mojo_bindings',
317 'mojo_system',
317 ], 318 ],
318 'sources': [ 319 'sources': [
319 'public/bindings/sample/generated/sample_service.cc', 320 'public/bindings/sample/generated/sample_service.cc',
320 'public/bindings/sample/generated/sample_service.h', 321 'public/bindings/sample/generated/sample_service.h',
321 'public/bindings/sample/generated/sample_service_internal.h', 322 'public/bindings/sample/generated/sample_service_internal.h',
322 'public/bindings/sample/sample_test.cc', 323 'public/bindings/sample/sample_test.cc',
323 ], 324 ],
324 }, 325 },
325 { 326 {
326 'target_name': 'native_viewport', 327 'target_name': 'native_viewport',
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
433 'java_in_dir': '<(DEPTH)/mojo/shell/android/apk', 434 'java_in_dir': '<(DEPTH)/mojo/shell/android/apk',
434 'resource_dir': '<(DEPTH)/mojo/shell/android/apk/res', 435 'resource_dir': '<(DEPTH)/mojo/shell/android/apk/res',
435 'native_lib_target': 'libmojo_shell', 436 'native_lib_target': 'libmojo_shell',
436 }, 437 },
437 'includes': [ '../build/java_apk.gypi' ], 438 'includes': [ '../build/java_apk.gypi' ],
438 } 439 }
439 ], 440 ],
440 }], 441 }],
441 ], 442 ],
442 } 443 }
OLDNEW
« no previous file with comments | « no previous file | mojo/public/bindings/lib/connector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698