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

Side by Side Diff: Source/platform/blink_platform.gyp

Issue 48113009: Move Font related classes to Source/platform/fonts (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix mac export Created 7 years, 1 month 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
« no previous file with comments | « Source/core/svg/SVGLengthContext.cpp ('k') | Source/platform/blink_platform.gypi » ('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) 2013 Google Inc. All rights reserved. 2 # Copyright (C) 2013 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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 # FIXME: This dependency exists for CSS Custom Filters, via the file ANGLE PlatformBridge 79 # FIXME: This dependency exists for CSS Custom Filters, via the file ANGLE PlatformBridge
80 # The code touching ANGLE should really be moved into the ANGLE directory. 80 # The code touching ANGLE should really be moved into the ANGLE directory.
81 '<(DEPTH)/third_party/angle_dx11/src/build_angle.gyp:translator', 81 '<(DEPTH)/third_party/angle_dx11/src/build_angle.gyp:translator',
82 ], 82 ],
83 'defines': [ 83 'defines': [
84 'BLINK_PLATFORM_IMPLEMENTATION=1', 84 'BLINK_PLATFORM_IMPLEMENTATION=1',
85 'INSIDE_BLINK', 85 'INSIDE_BLINK',
86 ], 86 ],
87 'include_dirs': [ 87 'include_dirs': [
88 '<(DEPTH)/third_party/angle_dx11/include', 88 '<(DEPTH)/third_party/angle_dx11/include',
89 '<(SHARED_INTERMEDIATE_DIR)/blink',
89 ], 90 ],
90 'sources': [ 91 'sources': [
91 '<@(platform_files)', 92 '<@(platform_files)',
92 93
93 # Additional .cpp files from platform_derived_sources.gyp:make_platform_de rived_sources actions. 94 # Additional .cpp files from platform_derived_sources.gyp:make_platform_de rived_sources actions.
94 '<(SHARED_INTERMEDIATE_DIR)/blink/FontFamilyNames.cpp', 95 '<(SHARED_INTERMEDIATE_DIR)/blink/FontFamilyNames.cpp',
95 '<(SHARED_INTERMEDIATE_DIR)/blink/RuntimeEnabledFeatures.cpp', 96 '<(SHARED_INTERMEDIATE_DIR)/blink/RuntimeEnabledFeatures.cpp',
96 '<(SHARED_INTERMEDIATE_DIR)/blink/RuntimeEnabledFeatures.h', 97 '<(SHARED_INTERMEDIATE_DIR)/blink/RuntimeEnabledFeatures.h',
97 '<(SHARED_INTERMEDIATE_DIR)/blink/ColorData.cpp', 98 '<(SHARED_INTERMEDIATE_DIR)/blink/ColorData.cpp',
98 ], 99 ],
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 'include_dirs': [ 142 'include_dirs': [
142 '<(DEPTH)/third_party/openmax_dl', 143 '<(DEPTH)/third_party/openmax_dl',
143 ], 144 ],
144 'dependencies': [ 145 'dependencies': [
145 '<(DEPTH)/third_party/openmax_dl/dl/dl.gyp:openmax_dl', 146 '<(DEPTH)/third_party/openmax_dl/dl/dl.gyp:openmax_dl',
146 ], 147 ],
147 }], 148 }],
148 ], 149 ],
149 }], 150 }],
150 } 151 }
OLDNEW
« no previous file with comments | « Source/core/svg/SVGLengthContext.cpp ('k') | Source/platform/blink_platform.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698