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

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

Issue 14522027: Absolutify paths to svg/animation/, svg/graphics/**. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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
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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 46
47 'webcore_include_dirs': [ 47 'webcore_include_dirs': [
48 # FIXME: Remove most entries in this list. 48 # FIXME: Remove most entries in this list.
49 '../', 49 '../',
50 '../..', 50 '../..',
51 '../../modules/websockets', 51 '../../modules/websockets',
52 '../html', 52 '../html',
53 '../platform/graphics/skia', 53 '../platform/graphics/skia',
54 '../plugins', 54 '../plugins',
55 '../svg', 55 '../svg',
56 '../svg/animation',
57 '../svg/graphics',
58 '../svg/graphics/filters',
59 '../svg/properties', 56 '../svg/properties',
60 '<(INTERMEDIATE_DIR)', 57 '<(INTERMEDIATE_DIR)',
61 '<(SHARED_INTERMEDIATE_DIR)/webkit', 58 '<(SHARED_INTERMEDIATE_DIR)/webkit',
62 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings', 59 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings',
63 ], 60 ],
64 61
65 'conditions': [ 62 'conditions': [
66 ['OS=="mac"', { 63 ['OS=="mac"', {
67 'webcore_include_dirs': [ 64 'webcore_include_dirs': [
68 # FIXME: Eliminate dependency on platform/mac and related 65 # FIXME: Eliminate dependency on platform/mac and related
(...skipping 1160 matching lines...) Expand 10 before | Expand all | Expand 10 after
1229 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettings.h', 1226 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettings.h',
1230 '<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8InternalSettingsGenerated .cpp', 1227 '<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8InternalSettingsGenerated .cpp',
1231 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettingsGenerated. h', 1228 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettingsGenerated. h',
1232 ], 1229 ],
1233 'sources/': [ 1230 'sources/': [
1234 ['exclude', 'testing/js'], 1231 ['exclude', 'testing/js'],
1235 ], 1232 ],
1236 }, 1233 },
1237 ], # targets 1234 ], # targets
1238 } 1235 }
OLDNEW
« no previous file with comments | « Source/core/accessibility/AccessibilityRenderObject.cpp ('k') | Source/core/loader/cache/CachedImage.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698