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

Unified Diff: ui/file_manager/file_manager/common/js/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 | « no previous file | ui/file_manager/file_manager/foreground/js/metadata/compiled_resources2.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/file_manager/common/js/compiled_resources2.gyp
diff --git a/ui/file_manager/file_manager/common/js/compiled_resources2.gyp b/ui/file_manager/file_manager/common/js/compiled_resources2.gyp
index c08690f9fbbd1b2cd195b9921b27400455c04e88..e2fffdb8219902da88d1c551ae90ba952823dbd4 100644
--- a/ui/file_manager/file_manager/common/js/compiled_resources2.gyp
+++ b/ui/file_manager/file_manager/common/js/compiled_resources2.gyp
@@ -56,9 +56,9 @@
{
'target_name': 'util',
'dependencies': [
- '<(DEPTH)/ui/file_manager/externs/compiled_resources2.gyp:app_window_common',
- '<(DEPTH)/ui/file_manager/externs/compiled_resources2.gyp:entry_location',
- '<(DEPTH)/ui/file_manager/externs/compiled_resources2.gyp:platform',
+ '../../../externs/compiled_resources2.gyp:app_window_common',
+ '../../../externs/compiled_resources2.gyp:entry_location',
+ '../../../externs/compiled_resources2.gyp:platform',
'<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
'<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util',
'<(DEPTH)/ui/webui/resources/js/cr/compiled_resources2.gyp:event_target',
@@ -72,8 +72,8 @@
{
'target_name': 'volume_manager_common',
'dependencies': [
- '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
'../../../externs/compiled_resources2.gyp:volume_info',
+ '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
],
'includes': ['../../../compile_js2.gypi'],
},
« no previous file with comments | « no previous file | ui/file_manager/file_manager/foreground/js/metadata/compiled_resources2.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698