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

Side by Side Diff: third_party/mojo/mojo_public.gyp

Issue 1529093004: [mojo] Suppress findbugs errors on generated bindings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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
« no previous file with comments | « mojo/public/tools/bindings/mojom.gni ('k') | third_party/mojo/mojom_bindings_generator.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 { 5 {
6 'includes': [ 6 'includes': [
7 'mojo_variables.gypi', 7 'mojo_variables.gypi',
8 ], 8 ],
9 'target_defaults' : { 9 'target_defaults' : {
10 'include_dirs': [ 10 'include_dirs': [
(...skipping 415 matching lines...) Expand 10 before | Expand all | Expand 10 after
426 # GN version: //mojo/public/java:bindings 426 # GN version: //mojo/public/java:bindings
427 'target_name': 'mojo_bindings_java', 427 'target_name': 'mojo_bindings_java',
428 'type': 'none', 428 'type': 'none',
429 'variables': { 429 'variables': {
430 'chromium_code': 0, 430 'chromium_code': 0,
431 'java_in_dir': '../../mojo/public/java/bindings', 431 'java_in_dir': '../../mojo/public/java/bindings',
432 }, 432 },
433 'dependencies': [ 433 'dependencies': [
434 'mojo_interface_bindings_java_sources', 434 'mojo_interface_bindings_java_sources',
435 'mojo_public_java', 435 'mojo_public_java',
436 '<(DEPTH)/base/base.gyp:base_java',
436 ], 437 ],
437 'includes': [ '../../build/java.gypi' ], 438 'includes': [ '../../build/java.gypi' ],
438 }, 439 },
439 ], 440 ],
440 }], 441 }],
441 ], 442 ],
442 } 443 }
OLDNEW
« no previous file with comments | « mojo/public/tools/bindings/mojom.gni ('k') | third_party/mojo/mojom_bindings_generator.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698