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

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

Issue 1435063002: Eliminate third_party/mojo/src from all targets' include paths (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 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
« no previous file with comments | « third_party/mojo/mojo_edk.gyp ('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': [
11 'src', 11 '../..',
12 ], 12 ],
13 'direct_dependent_settings': {
14 'include_dirs': [
15 'src',
16 ],
17 },
18 }, 13 },
19 'targets': [ 14 'targets': [
20 { 15 {
21 'target_name': 'mojo_public', 16 'target_name': 'mojo_public',
22 'type': 'none', 17 'type': 'none',
23 'dependencies': [ 18 'dependencies': [
24 'mojo_js_bindings', 19 'mojo_js_bindings',
25 'mojo_public_test_interfaces', 20 'mojo_public_test_interfaces',
26 'mojo_public_test_utils', 21 'mojo_public_test_utils',
27 'mojo_system', 22 'mojo_system',
(...skipping 365 matching lines...) Expand 10 before | Expand all | Expand 10 after
393 'dependencies': [ 388 'dependencies': [
394 'mojo_interface_bindings_java_sources', 389 'mojo_interface_bindings_java_sources',
395 'mojo_public_java', 390 'mojo_public_java',
396 ], 391 ],
397 'includes': [ '../../build/java.gypi' ], 392 'includes': [ '../../build/java.gypi' ],
398 }, 393 },
399 ], 394 ],
400 }], 395 }],
401 ], 396 ],
402 } 397 }
OLDNEW
« no previous file with comments | « third_party/mojo/mojo_edk.gyp ('k') | third_party/mojo/mojom_bindings_generator.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698