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

Unified Diff: ui/file_manager/externs/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/externs/compiled_resources2.gyp
diff --git a/ui/file_manager/externs/compiled_resources2.gyp b/ui/file_manager/externs/compiled_resources2.gyp
new file mode 100644
index 0000000000000000000000000000000000000000..24e3194f6a640b558ee795faca22b6e0a479f5eb
--- /dev/null
+++ b/ui/file_manager/externs/compiled_resources2.gyp
@@ -0,0 +1,87 @@
+# 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': 'audio_player_foreground',
+ 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
+ },
+ {
+ 'target_name': 'chrome_cast',
+ 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
+ },
+ {
+ 'target_name': 'chrome_echo_private',
+ 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
+ },
+ {
+ 'target_name': 'chrome_file_browser_handler',
+ 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
+ },
+ {
+ 'target_name': 'chrome_test',
+ 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
+ },
+ {
+ 'target_name': 'chrome_webstore_widget_private',
+ 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
+ },
+ {
+ 'target_name': 'connection',
+ 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
+ },
+ {
+ 'target_name': 'css_rule',
+ 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
+ },
+ {
+ 'target_name': 'es6_workaround',
+ 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
+ },
+ {
+ 'target_name': 'exif_entry',
+ 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
+ },
+ {
+ 'target_name': 'files_elements',
+ 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
+ },
+ {
+ 'target_name': 'gallery_background',
+ 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
+ },
+ {
+ 'target_name': 'gallery_foreground',
+ 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
+ },
+ {
+ 'target_name': 'html_menu_item_element',
+ 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
+ },
+ {
+ 'target_name': 'launcher_search_provider',
+ 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
+ },
+ {
+ 'target_name': 'paper_elements',
+ 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
+ },
+ {
+ 'target_name': 'platform',
+ 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
+ },
+ {
+ 'target_name': 'platform_worker',
+ 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
+ },
+ {
+ 'target_name': 'video_player_foreground',
+ 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
+ },
+ {
+ 'target_name': 'webview_tag',
+ 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
+ },
+ ],
+}
« no previous file with comments | « ui/file_manager/compiled_resources2.gyp ('k') | ui/file_manager/file_manager/background/js/compiled_resources2.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698