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

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

Issue 14476012: Absolutify paths to most subfolders of platform/graphics/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: iwyu 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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 '../loader/icon', 72 '../loader/icon',
73 '../page', 73 '../page',
74 '../page/animation', 74 '../page/animation',
75 '../page/scrolling', 75 '../page/scrolling',
76 '../platform', 76 '../platform',
77 '../platform/animation', 77 '../platform/animation',
78 '../platform/audio', 78 '../platform/audio',
79 '../platform/audio/chromium', 79 '../platform/audio/chromium',
80 '../platform/chromium', 80 '../platform/chromium',
81 '../platform/chromium/support', 81 '../platform/chromium/support',
82 '../platform/graphics/chromium',
83 '../platform/graphics/cpu/arm',
84 '../platform/graphics/cpu/arm/filters',
85 '../platform/graphics/filters',
86 '../platform/graphics/filters/custom',
87 '../platform/graphics/gpu',
88 '../platform/graphics/opentype',
89 '../platform/graphics/skia', 82 '../platform/graphics/skia',
90 '../platform/graphics/transforms',
91 '../platform/mediastream', 83 '../platform/mediastream',
92 '../platform/mediastream/chromium', 84 '../platform/mediastream/chromium',
93 '../platform/mock', 85 '../platform/mock',
94 '../platform/network', 86 '../platform/network',
95 '../platform/text', 87 '../platform/text',
96 '../platform/text/transcoder', 88 '../platform/text/transcoder',
97 '../plugins', 89 '../plugins',
98 '../rendering', 90 '../rendering',
99 '../rendering/mathml', 91 '../rendering/mathml',
100 '../rendering/style', 92 '../rendering/style',
(...skipping 1179 matching lines...) Expand 10 before | Expand all | Expand 10 after
1280 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettings.h', 1272 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettings.h',
1281 '<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8InternalSettingsGenerated .cpp', 1273 '<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8InternalSettingsGenerated .cpp',
1282 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettingsGenerated. h', 1274 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettingsGenerated. h',
1283 ], 1275 ],
1284 'sources/': [ 1276 'sources/': [
1285 ['exclude', 'testing/js'], 1277 ['exclude', 'testing/js'],
1286 ], 1278 ],
1287 }, 1279 },
1288 ], # targets 1280 ], # targets
1289 } 1281 }
OLDNEW
« no previous file with comments | « Source/WebKit/chromium/tests/UniscribeHelperTest.cpp ('k') | Source/core/css/CSSComputedStyleDeclaration.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698