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

Unified Diff: ui/file_manager/file_manager/common/js/compiled_resources2.gyp

Issue 2606653002: Files app: Move common/js/externs.js to externs/*. (Closed)
Patch Set: --similarity=20 Created 4 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
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 2cf41d8ed3f59684b1c2be4923846a507f95dbfb..21337291a2d869909a810edb100da650568f448d 100644
--- a/ui/file_manager/file_manager/common/js/compiled_resources2.gyp
+++ b/ui/file_manager/file_manager/common/js/compiled_resources2.gyp
@@ -3,42 +3,26 @@
# found in the LICENSE file.
{
'targets': [
-# {
-# 'target_name': 'async_util',
-# 'includes': ['../../../compile_js2.gypi'],
-# },
-# {
-# 'target_name': 'async_util_unittest',
-# 'includes': ['../../../compile_js2.gypi'],
-# },
-# {
-# 'target_name': 'error_util',
-# 'includes': ['../../../compile_js2.gypi'],
-# },
-# {
-# 'target_name': 'externs',
-# 'includes': ['../../../compile_js2.gypi'],
-# },
-# {
-# 'target_name': 'file_type',
-# 'includes': ['../../../compile_js2.gypi'],
-# },
+ {
+ 'target_name': 'async_util',
+ 'includes': ['../../../compile_js2.gypi'],
+ },
+ {
+ 'target_name': 'error_util',
+ 'includes': ['../../../compile_js2.gypi'],
+ },
+ {
+ 'target_name': 'file_type',
+ 'includes': ['../../../compile_js2.gypi'],
+ },
# {
# 'target_name': 'importer_common',
# 'includes': ['../../../compile_js2.gypi'],
# },
-# {
-# 'target_name': 'importer_common_unittest',
-# 'includes': ['../../../compile_js2.gypi'],
-# },
-# {
-# 'target_name': 'lru_cache',
-# 'includes': ['../../../compile_js2.gypi'],
-# },
-# {
-# 'target_name': 'lru_cache_unittest',
-# 'includes': ['../../../compile_js2.gypi'],
-# },
+ {
+ 'target_name': 'lru_cache',
+ 'includes': ['../../../compile_js2.gypi'],
+ },
# {
# 'target_name': 'metrics',
# 'includes': ['../../../compile_js2.gypi'],

Powered by Google App Engine
This is Rietveld 408576698