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

Unified Diff: ui/file_manager/file_manager/foreground/js/metadata/compiled_resources2.gyp

Issue 2640643002: Files app: Use relative paths to specify compile dependencies in the package. (Closed)
Patch Set: Created 3 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/file_manager/file_manager/common/js/compiled_resources2.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/file_manager/foreground/js/metadata/compiled_resources2.gyp
diff --git a/ui/file_manager/file_manager/foreground/js/metadata/compiled_resources2.gyp b/ui/file_manager/file_manager/foreground/js/metadata/compiled_resources2.gyp
index ef429fce590796bfc09983fdaaa6c223b3ed520f..aa7c1a08443d9b97aab7a470c52d49071ca4b03e 100644
--- a/ui/file_manager/file_manager/foreground/js/metadata/compiled_resources2.gyp
+++ b/ui/file_manager/file_manager/foreground/js/metadata/compiled_resources2.gyp
@@ -10,8 +10,8 @@
{
'target_name': 'content_metadata_provider',
'dependencies': [
- '<(DEPTH)/ui/file_manager/file_manager/common/js/compiled_resources2.gyp:file_type',
- '<(DEPTH)/ui/file_manager/file_manager/common/js/compiled_resources2.gyp:util',
+ '../../../common/js/compiled_resources2.gyp:file_type',
+ '../../../common/js/compiled_resources2.gyp:util',
'<(EXTERNS_GYP):chrome_extensions',
'metadata_provider',
],
@@ -24,7 +24,7 @@
{
'target_name': 'exif_parser',
'dependencies': [
- '<(DEPTH)/ui/file_manager/externs/compiled_resources2.gyp:exif_entry',
+ '../../../../externs/compiled_resources2.gyp:exif_entry',
'exif_constants',
'image_parsers',
'metadata_parser',
@@ -92,8 +92,8 @@
{
'target_name': 'metadata_cache_set',
'dependencies': [
- '<(DEPTH)/ui/file_manager/file_manager/common/js/compiled_resources2.gyp:lru_cache',
- '<(DEPTH)/ui/file_manager/file_manager/common/js/compiled_resources2.gyp:util',
+ '../../../common/js/compiled_resources2.gyp:lru_cache',
+ '../../../common/js/compiled_resources2.gyp:util',
'<(DEPTH)/ui/webui/resources/js/cr/compiled_resources2.gyp:event_target',
'metadata_cache_item',
'metadata_item',
@@ -104,8 +104,8 @@
{
'target_name': 'metadata_dispatcher',
'dependencies': [
- '<(DEPTH)/ui/file_manager/externs/compiled_resources2.gyp:metadata_worker_window',
- '<(DEPTH)/ui/file_manager/externs/compiled_resources2.gyp:platform',
+ '../../../../externs/compiled_resources2.gyp:metadata_worker_window',
+ '../../../../externs/compiled_resources2.gyp:platform',
'metadata_parser',
],
'includes': ['../../../../compile_js2.gypi'],
@@ -117,7 +117,7 @@
{
'target_name': 'metadata_model',
'dependencies': [
- '<(DEPTH)/ui/file_manager/file_manager/common/js/compiled_resources2.gyp:util',
+ '../../../common/js/compiled_resources2.gyp:util',
'file_system_metadata_provider',
'external_metadata_provider',
'content_metadata_provider',
@@ -131,8 +131,8 @@
{
'target_name': 'metadata_parser',
'dependencies': [
+ '../../../../externs/compiled_resources2.gyp:metadata_worker_window',
'byte_reader',
- '<(DEPTH)/ui/file_manager/externs/compiled_resources2.gyp:metadata_worker_window',
],
'includes': ['../../../../compile_js2.gypi'],
},
« no previous file with comments | « ui/file_manager/file_manager/common/js/compiled_resources2.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698