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

Unified Diff: ui/file_manager/externs/background/compiled_resources2.gyp

Issue 2883263002: Stop foreground depending on background in gyp v2 (Closed)
Patch Set: Remove private Created 3 years, 7 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/background/compiled_resources2.gyp
diff --git a/ui/file_manager/externs/background/compiled_resources2.gyp b/ui/file_manager/externs/background/compiled_resources2.gyp
new file mode 100644
index 0000000000000000000000000000000000000000..784fdf0ba950da0667f1308084a974e80683e251
--- /dev/null
+++ b/ui/file_manager/externs/background/compiled_resources2.gyp
@@ -0,0 +1,40 @@
+# Copyright 2017 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.
+
+########################################################
+# NOTE: THIS FILE IS GENERATED. DO NOT EDIT IT! #
+# Instead, run create_include_gyp.py to regenerate it. #
+########################################################
+{
+ 'targets': [
+ {
+ 'target_name': 'drive_sync_handler',
+ 'includes': ['../../../../third_party/closure_compiler/include_js.gypi'],
+ },
+ {
+ 'target_name': 'file_operation_manager',
+ 'includes': ['../../../../third_party/closure_compiler/include_js.gypi'],
+ },
+ {
+ 'target_name': 'media_import_handler',
+ 'includes': ['../../../../third_party/closure_compiler/include_js.gypi'],
+ },
+ {
+ 'target_name': 'media_scanner',
+ 'includes': ['../../../../third_party/closure_compiler/include_js.gypi'],
+ },
+ {
+ 'target_name': 'progress_center',
+ 'includes': ['../../../../third_party/closure_compiler/include_js.gypi'],
+ },
+ {
+ 'target_name': 'task_queue',
+ 'includes': ['../../../../third_party/closure_compiler/include_js.gypi'],
+ },
+ {
+ 'target_name': 'volume_manager_factory',
+ 'includes': ['../../../../third_party/closure_compiler/include_js.gypi'],
+ },
+ ],
+}

Powered by Google App Engine
This is Rietveld 408576698