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

Unified Diff: Source/platform/platform_derived_sources.gyp

Issue 99103006: Moving GraphicsContext and dependencies from core to platform. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Final patch - fixes Android Created 7 years 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/platform/mac/ScrollElasticityController.mm ('k') | Source/platform/scroll/ScrollAnimator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/platform_derived_sources.gyp
diff --git a/Source/platform/platform_derived_sources.gyp b/Source/platform/platform_derived_sources.gyp
index 8a2ad052e3b54c64060c114a45d100c0ddec607a..6cf6b8f4480e5d88c1364653da370b027bcbf683 100644
--- a/Source/platform/platform_derived_sources.gyp
+++ b/Source/platform/platform_derived_sources.gyp
@@ -44,7 +44,7 @@
'action_name': 'FontFamilyNames',
'inputs': [
'<@(make_names_files)',
- 'graphics/fonts/FontFamilyNames.in',
+ 'fonts/FontFamilyNames.in',
],
'outputs': [
'<(SHARED_INTERMEDIATE_DIR)/blink/FontFamilyNames.cpp',
@@ -53,7 +53,7 @@
'action': [
'python',
'../build/scripts/make_names.py',
- 'graphics/fonts/FontFamilyNames.in',
+ 'fonts/FontFamilyNames.in',
'--output_dir',
'<(SHARED_INTERMEDIATE_DIR)/blink',
],
« no previous file with comments | « Source/platform/mac/ScrollElasticityController.mm ('k') | Source/platform/scroll/ScrollAnimator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698