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

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

Issue 2734033004: Compile Gallery in gyp v2. (Closed)
Patch Set: . Created 3 years, 9 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
« no previous file with comments | « ui/file_manager/gallery/js/compiled_resources.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/gallery/js/compiled_resources2.gyp
diff --git a/ui/file_manager/gallery/js/compiled_resources2.gyp b/ui/file_manager/gallery/js/compiled_resources2.gyp
index 36700b6070d6545b8f8045692885b6389fc156c3..1a4be4c4efb82110e840823ad02cf5fcb2b3638a 100644
--- a/ui/file_manager/gallery/js/compiled_resources2.gyp
+++ b/ui/file_manager/gallery/js/compiled_resources2.gyp
@@ -1,13 +1,17 @@
# 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.
-# TODO(oka): Compile all the targets.
{
'targets': [
-# {
-# 'target_name': 'background',
-# 'includes': ['../../compile_js2.gypi'],
-# },
+ {
+ 'target_name': 'background',
+ 'dependencies': [
+ '../../file_manager/background/js/compiled_resources2.gyp:app_window_wrapper',
+ '../../file_manager/background/js/compiled_resources2.gyp:background_base',
+ '../../file_manager/common/js/compiled_resources2.gyp:util',
+ ],
+ 'includes': ['../../compile_js2.gypi'],
+ },
{
'target_name': 'dimmable_ui_controller',
'dependencies': [
@@ -35,10 +39,22 @@
],
'includes': ['../../compile_js2.gypi'],
},
-# {
-# 'target_name': 'gallery',
-# 'includes': ['../../compile_js2.gypi'],
-# },
+ {
+ 'target_name': 'gallery',
+ 'dependencies': [
+ '../../externs/compiled_resources2.gyp:volume_manager',
+ '../../file_manager/common/js/compiled_resources2.gyp:util',
+ '../../file_manager/foreground/js/compiled_resources2.gyp:volume_manager_wrapper',
+ '../../file_manager/foreground/js/ui/compiled_resources2.gyp:files_confirm_dialog',
+ '../../file_manager/foreground/js/ui/compiled_resources2.gyp:share_dialog',
+ '../../gallery/js/compiled_resources2.gyp:slide_mode',
+ '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_template_no_process',
+ 'gallery_constants',
+ 'gallery_item',
+ 'thumbnail_mode',
+ ],
+ 'includes': ['../../compile_js2.gypi'],
+ },
{
'target_name': 'gallery_constants',
'includes': ['../../compile_js2.gypi'],
@@ -68,10 +84,6 @@
],
'includes': ['../../compile_js2.gypi'],
},
-# {
-# 'target_name': 'gallery_scripts',
-# 'includes': ['../../compile_js2.gypi'],
-# },
{
'target_name': 'gallery_util',
'dependencies': [
« no previous file with comments | « ui/file_manager/gallery/js/compiled_resources.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698