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

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

Issue 2289303007: Re-instate ui/*compiled_resources*.gyp files (Closed)
Patch Set: Created 4 years, 3 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
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
new file mode 100644
index 0000000000000000000000000000000000000000..2cf41d8ed3f59684b1c2be4923846a507f95dbfb
--- /dev/null
+++ b/ui/file_manager/file_manager/common/js/compiled_resources2.gyp
@@ -0,0 +1,91 @@
+# Copyright 2016 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# 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': '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': 'metrics',
+# 'includes': ['../../../compile_js2.gypi'],
+# },
+# {
+# 'target_name': 'metrics_base',
+# 'includes': ['../../../compile_js2.gypi'],
+# },
+# {
+# 'target_name': 'metrics_events',
+# 'includes': ['../../../compile_js2.gypi'],
+# },
+# {
+# 'target_name': 'metrics_unittest',
+# 'includes': ['../../../compile_js2.gypi'],
+# },
+# {
+# 'target_name': 'mock_entry',
+# 'includes': ['../../../compile_js2.gypi'],
+# },
+# {
+# 'target_name': 'progress_center_common',
+# 'includes': ['../../../compile_js2.gypi'],
+# },
+# {
+# 'target_name': 'test_importer_common',
+# 'includes': ['../../../compile_js2.gypi'],
+# },
+# {
+# 'target_name': 'test_tracker',
+# 'includes': ['../../../compile_js2.gypi'],
+# },
+# {
+# 'target_name': 'unittest_util',
+# 'includes': ['../../../compile_js2.gypi'],
+# },
+# {
+# 'target_name': 'util',
+# 'includes': ['../../../compile_js2.gypi'],
+# },
+ {
+ 'target_name': 'volume_manager_common',
+ 'dependencies': [
+ '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
+ '../../../externs/compiled_resources2.gyp:volume_info',
+ ],
+ 'includes': ['../../../compile_js2.gypi'],
+ },
+ ],
+}

Powered by Google App Engine
This is Rietveld 408576698