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

Side by Side Diff: tools/gyp/v8.gyp

Issue 1749663002: [api] Assume that v8/include is in the include path for all public headers (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: updates Created 4 years, 9 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
« no previous file with comments | « include/v8-experimental.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2012 the V8 project authors. All rights reserved. 1 # Copyright 2012 the V8 project authors. All rights reserved.
2 # Redistribution and use in source and binary forms, with or without 2 # Redistribution and use in source and binary forms, with or without
3 # modification, are permitted provided that the following conditions are 3 # modification, are permitted provided that the following conditions are
4 # met: 4 # met:
5 # 5 #
6 # * Redistributions of source code must retain the above copyright 6 # * Redistributions of source code must retain the above copyright
7 # notice, this list of conditions and the following disclaimer. 7 # notice, this list of conditions and the following disclaimer.
8 # * Redistributions in binary form must reproduce the above 8 # * Redistributions in binary form must reproduce the above
9 # copyright notice, this list of conditions and the following 9 # copyright notice, this list of conditions and the following
10 # disclaimer in the documentation and/or other materials provided 10 # disclaimer in the documentation and/or other materials provided
(...skipping 1870 matching lines...) Expand 10 before | Expand all | Expand 10 after
1881 '../../src/libplatform/worker-thread.cc', 1881 '../../src/libplatform/worker-thread.cc',
1882 '../../src/libplatform/worker-thread.h', 1882 '../../src/libplatform/worker-thread.h',
1883 ], 1883 ],
1884 'conditions': [ 1884 'conditions': [
1885 ['want_separate_host_toolset==1', { 1885 ['want_separate_host_toolset==1', {
1886 'toolsets': ['host', 'target'], 1886 'toolsets': ['host', 'target'],
1887 }, { 1887 }, {
1888 'toolsets': ['target'], 1888 'toolsets': ['target'],
1889 }], 1889 }],
1890 ], 1890 ],
1891 'direct_dependent_settings': {
1892 'include_dirs': [
1893 '../../include',
1894 ],
1895 },
1891 }, 1896 },
1892 { 1897 {
1893 'target_name': 'natives_blob', 1898 'target_name': 'natives_blob',
1894 'type': 'none', 1899 'type': 'none',
1895 'conditions': [ 1900 'conditions': [
1896 [ 'v8_use_external_startup_data==1', { 1901 [ 'v8_use_external_startup_data==1', {
1897 'conditions': [ 1902 'conditions': [
1898 ['want_separate_host_toolset==1', { 1903 ['want_separate_host_toolset==1', {
1899 'dependencies': ['js2c#host'], 1904 'dependencies': ['js2c#host'],
1900 }, { 1905 }, {
(...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after
2204 }], 2209 }],
2205 ['want_separate_host_toolset==1', { 2210 ['want_separate_host_toolset==1', {
2206 'toolsets': ['host'], 2211 'toolsets': ['host'],
2207 }, { 2212 }, {
2208 'toolsets': ['target'], 2213 'toolsets': ['target'],
2209 }], 2214 }],
2210 ], 2215 ],
2211 }, 2216 },
2212 ], 2217 ],
2213 } 2218 }
OLDNEW
« no previous file with comments | « include/v8-experimental.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698