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

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

Issue 13840007: Absolutify paths to platform/network. (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
« no previous file with comments | « Source/WebKit/chromium/tests/WebFrameTest.cpp ('k') | Source/core/dom/Document.cpp » ('j') | 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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 '../loader/appcache', 68 '../loader/appcache',
69 '../loader/archive', 69 '../loader/archive',
70 '../loader/archive/mhtml', 70 '../loader/archive/mhtml',
71 '../loader/cache', 71 '../loader/cache',
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/graphics/skia', 77 '../platform/graphics/skia',
78 '../platform/network',
79 '../platform/text', 78 '../platform/text',
80 '../platform/text/transcoder', 79 '../platform/text/transcoder',
81 '../plugins', 80 '../plugins',
82 '../rendering', 81 '../rendering',
83 '../rendering/mathml', 82 '../rendering/mathml',
84 '../rendering/style', 83 '../rendering/style',
85 '../rendering/svg', 84 '../rendering/svg',
86 '../svg', 85 '../svg',
87 '../svg/animation', 86 '../svg/animation',
88 '../svg/graphics', 87 '../svg/graphics',
(...skipping 1175 matching lines...) Expand 10 before | Expand all | Expand 10 after
1264 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettings.h', 1263 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettings.h',
1265 '<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8InternalSettingsGenerated .cpp', 1264 '<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8InternalSettingsGenerated .cpp',
1266 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettingsGenerated. h', 1265 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettingsGenerated. h',
1267 ], 1266 ],
1268 'sources/': [ 1267 'sources/': [
1269 ['exclude', 'testing/js'], 1268 ['exclude', 'testing/js'],
1270 ], 1269 ],
1271 }, 1270 },
1272 ], # targets 1271 ], # targets
1273 } 1272 }
OLDNEW
« no previous file with comments | « Source/WebKit/chromium/tests/WebFrameTest.cpp ('k') | Source/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698