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

Unified Diff: ui/gfx/gfx.gyp

Issue 6246027: Move src/gfx/ to src/ui/gfx... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/gfx/gdi_util.cc ('k') | ui/gfx/gfx_module.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/gfx.gyp
===================================================================
--- ui/gfx/gfx.gyp (revision 73319)
+++ ui/gfx/gfx.gyp (working copy)
@@ -5,10 +5,10 @@
{
'variables': {
'chromium_code': 1,
- 'grit_info_cmd': ['python', '../tools/grit/grit_info.py',
+ 'grit_info_cmd': ['python', '../../tools/grit/grit_info.py',
'<@(grit_defines)'],
- 'grit_cmd': ['python', '../tools/grit/grit.py'],
- 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/gfx',
+ 'grit_cmd': ['python', '../../tools/grit/grit.py'],
+ 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/ui/gfx',
},
'targets': [
{
@@ -18,9 +18,9 @@
'dependencies': [
'gfx',
'gfx_resources',
- '../base/base.gyp:test_support_base',
- '../skia/skia.gyp:skia',
- '../testing/gtest.gyp:gtest',
+ '../../base/base.gyp:test_support_base',
+ '../../skia/skia.gyp:skia',
+ '../../testing/gtest.gyp:gtest',
],
'sources': [
'blit_unittest.cc',
@@ -35,10 +35,10 @@
'skbitmap_operations_unittest.cc',
'test_suite.cc',
'test_suite.h',
- '<(SHARED_INTERMEDIATE_DIR)/gfx/gfx_resources.rc',
+ '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc',
],
'include_dirs': [
- '..',
+ '../..',
],
'conditions': [
['OS=="win"', {
@@ -49,7 +49,7 @@
'native_theme_win_unittest.cc',
],
'include_dirs': [
- '..',
+ '../..',
'<(DEPTH)/third_party/wtl/include',
],
'msvs_settings': {
@@ -67,7 +67,7 @@
}],
['OS=="linux" or OS=="freebsd" or OS=="openbsd"', {
'dependencies': [
- '../build/linux/system.gyp:gtk',
+ '../../build/linux/system.gyp:gtk',
],
}],
],
@@ -77,13 +77,13 @@
'type': '<(library)',
'msvs_guid': '13A8D36C-0467-4B4E-BAA3-FD69C45F076A',
'dependencies': [
- '../base/base.gyp:base',
- '../base/base.gyp:base_i18n',
- '../skia/skia.gyp:skia',
- '../third_party/icu/icu.gyp:icui18n',
- '../third_party/icu/icu.gyp:icuuc',
- '../third_party/libpng/libpng.gyp:libpng',
- '../third_party/zlib/zlib.gyp:zlib',
+ '../../base/base.gyp:base',
+ '../../base/base.gyp:base_i18n',
+ '../../skia/skia.gyp:skia',
+ '../../third_party/icu/icu.gyp:icui18n',
+ '../../third_party/icu/icu.gyp:icuuc',
+ '../../third_party/libpng/libpng.gyp:libpng',
+ '../../third_party/zlib/zlib.gyp:zlib',
'gfx_resources',
'<(libjpeg_gyp_path):libjpeg',
],
@@ -158,7 +158,7 @@
'win_util.h',
],
'include_dirs': [
- '..',
+ '../..',
'<(DEPTH)/third_party/wtl/include',
],
}],
@@ -166,8 +166,8 @@
'dependencies': [
# font_gtk.cc uses fontconfig.
# TODO(evanm): I think this is wrong; it should just use GTK.
- '../build/linux/system.gyp:fontconfig',
- '../build/linux/system.gyp:gtk',
+ '../../build/linux/system.gyp:fontconfig',
+ '../../build/linux/system.gyp:gtk',
],
'sources': [
'gtk_native_view_id_manager.cc',
@@ -216,7 +216,7 @@
},
'conditions': [
['OS=="win"', {
- 'dependencies': ['../build/win/system.gyp:cygwin'],
+ 'dependencies': ['../../build/win/system.gyp:cygwin'],
}],
],
},
« no previous file with comments | « ui/gfx/gdi_util.cc ('k') | ui/gfx/gfx_module.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698