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

Unified Diff: ui/file_manager/file_manager/foreground/elements/compiled_resources2.gyp

Issue 2229333002: Add compiled_resources2.gyp for file manager. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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/foreground/elements/compiled_resources2.gyp
diff --git a/ui/file_manager/file_manager/foreground/elements/compiled_resources2.gyp b/ui/file_manager/file_manager/foreground/elements/compiled_resources2.gyp
new file mode 100644
index 0000000000000000000000000000000000000000..1b5af6ddf4a86c8306772b0d251a019290957be7
--- /dev/null
+++ b/ui/file_manager/file_manager/foreground/elements/compiled_resources2.gyp
@@ -0,0 +1,51 @@
+# 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': 'files_icon_button',
+# 'includes': ['../../../compile_js2.gypi'],
+# },
+# {
+# 'target_name': 'files_metadata_box',
+# 'includes': ['../../../compile_js2.gypi'],
+# },
+# {
+# 'target_name': 'files_metadata_entry',
+# 'includes': ['../../../compile_js2.gypi'],
+# },
+# {
+# 'target_name': 'files_quick_view',
+# 'includes': ['../../../compile_js2.gypi'],
+# },
+# {
+# 'target_name': 'files_ripple',
+# 'includes': ['../../../compile_js2.gypi'],
+# },
+# {
+# 'target_name': 'files_safe_img',
+# 'includes': ['../../../compile_js2.gypi'],
+# },
+# {
+# 'target_name': 'files_safe_img_webview_content',
+# 'includes': ['../../../compile_js2.gypi'],
+# },
+# {
+# 'target_name': 'files_toast',
+# 'includes': ['../../../compile_js2.gypi'],
+# },
+# {
+# 'target_name': 'files_toggle_ripple',
+# 'includes': ['../../../compile_js2.gypi'],
+# },
+# {
+# 'target_name': 'files_tooltip',
+# 'includes': ['../../../compile_js2.gypi'],
+# },
+# {
+# 'target_name': 'files_tooltip_unittest',
+# 'includes': ['../../../compile_js2.gypi'],
+# },
+ ],
+}

Powered by Google App Engine
This is Rietveld 408576698