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

Side by Side Diff: Source/core/core.gyp

Issue 306673002: Qualify include paths in bindings/v8 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix GC path Created 6 years, 6 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 | « Source/bindings/v8/WorkerScriptController.cpp ('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 # 1 #
2 # Copyright (C) 2009 Google Inc. All rights reserved. 2 # Copyright (C) 2009 Google Inc. All rights reserved.
3 # 3 #
4 # Redistribution and use in source and binary forms, with or without 4 # Redistribution and use in source and binary forms, with or without
5 # modification, are permitted provided that the following conditions are 5 # modification, are permitted provided that the following conditions are
6 # met: 6 # met:
7 # 7 #
8 # * Redistributions of source code must retain the above copyright 8 # * Redistributions of source code must retain the above copyright
9 # notice, this list of conditions and the following disclaimer. 9 # notice, this list of conditions and the following disclaimer.
10 # * Redistributions in binary form must reproduce the above 10 # * Redistributions in binary form must reproduce the above
(...skipping 26 matching lines...) Expand all
37 'core.gypi', 37 'core.gypi',
38 ], 38 ],
39 39
40 'variables': { 40 'variables': {
41 'enable_wexit_time_destructors': 1, 41 'enable_wexit_time_destructors': 1,
42 42
43 'webcore_include_dirs': [ 43 'webcore_include_dirs': [
44 '../..', 44 '../..',
45 '..', 45 '..',
46 '<(SHARED_INTERMEDIATE_DIR)/blink', 46 '<(SHARED_INTERMEDIATE_DIR)/blink',
47 # FIXME: Remove these once the bindings script generates qualified 47 # FIXME: Remove these once core scripts generates qualified
48 # includes correctly: http://crbug.com/377364 48 # includes correctly: http://crbug.com/358074
49 '<(bindings_core_v8_output_dir)', 49 '<(bindings_core_v8_output_dir)',
50 '<(bindings_modules_v8_output_dir)', 50 '<(bindings_modules_v8_output_dir)',
51 ], 51 ],
52 52
53 'conditions': [ 53 'conditions': [
54 ['OS=="android" and use_openmax_dl_fft!=0', { 54 ['OS=="android" and use_openmax_dl_fft!=0', {
55 'webcore_include_dirs': [ 55 'webcore_include_dirs': [
56 '<(DEPTH)/third_party/openmax_dl' 56 '<(DEPTH)/third_party/openmax_dl'
57 ] 57 ]
58 }], 58 }],
(...skipping 765 matching lines...) Expand 10 before | Expand all | Expand 10 after
824 '<(bindings_core_v8_output_dir)/V8LayerRect.h', 824 '<(bindings_core_v8_output_dir)/V8LayerRect.h',
825 '<(bindings_core_v8_output_dir)/V8LayerRectList.cpp', 825 '<(bindings_core_v8_output_dir)/V8LayerRectList.cpp',
826 '<(bindings_core_v8_output_dir)/V8LayerRectList.h', 826 '<(bindings_core_v8_output_dir)/V8LayerRectList.h',
827 ], 827 ],
828 'sources/': [ 828 'sources/': [
829 ['exclude', 'testing/js'], 829 ['exclude', 'testing/js'],
830 ], 830 ],
831 }, 831 },
832 ], # targets 832 ], # targets
833 } 833 }
OLDNEW
« no previous file with comments | « Source/bindings/v8/WorkerScriptController.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698