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

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

Issue 12378092: Linux: for use_system_v8=1, use all_dependent_settings (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 7 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | 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 987 matching lines...) Expand 10 before | Expand all | Expand 10 after
998 }, { 998 }, {
999 'toolsets': ['target'], 999 'toolsets': ['target'],
1000 }], 1000 }],
1001 ], 1001 ],
1002 'variables': { 1002 'variables': {
1003 'shim_headers_path': '<(SHARED_INTERMEDIATE_DIR)/shim_headers/<(_tar get_name)/<(_toolset)', 1003 'shim_headers_path': '<(SHARED_INTERMEDIATE_DIR)/shim_headers/<(_tar get_name)/<(_toolset)',
1004 }, 1004 },
1005 'include_dirs++': [ 1005 'include_dirs++': [
1006 '<(shim_headers_path)', 1006 '<(shim_headers_path)',
1007 ], 1007 ],
1008 'direct_dependent_settings': { 1008 'all_dependent_settings': {
1009 'include_dirs+++': [ 1009 'include_dirs+++': [
1010 '<(shim_headers_path)', 1010 '<(shim_headers_path)',
1011 ], 1011 ],
1012 }, 1012 },
1013 'actions': [ 1013 'actions': [
1014 { 1014 {
1015 'variables': { 1015 'variables': {
1016 'generator_path': '../../../tools/generate_shim_headers/generate _shim_headers.py', 1016 'generator_path': '../../../tools/generate_shim_headers/generate _shim_headers.py',
1017 'generator_args': [ 1017 'generator_args': [
1018 '--headers-root', '../../include', 1018 '--headers-root', '../../include',
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
1057 }], 1057 }],
1058 ], 1058 ],
1059 'dependencies': [ 1059 'dependencies': [
1060 'v8' 1060 'v8'
1061 ], 1061 ],
1062 }, 1062 },
1063 ], 1063 ],
1064 }], 1064 }],
1065 ], 1065 ],
1066 } 1066 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698