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

Side by Side Diff: ui/file_manager/externs/compiled_resources2.gyp

Issue 2883263002: Stop foreground depending on background in gyp v2 (Closed)
Patch Set: Format. 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 unified diff | Download patch
OLDNEW
1 # Copyright 2017 The Chromium Authors. All rights reserved. 1 # Copyright 2017 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 ######################################################## 5 ########################################################
6 # NOTE: THIS FILE IS GENERATED. DO NOT EDIT IT! # 6 # NOTE: THIS FILE IS GENERATED. DO NOT EDIT IT! #
7 # Instead, run create_include_gyp.py to regenerate it. # 7 # Instead, run create_include_gyp.py to regenerate it. #
8 ######################################################## 8 ########################################################
9 { 9 {
10 'targets': [ 10 'targets': [
11 { 11 {
12 'target_name': 'app_window_common', 12 'target_name': 'app_window_common',
13 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], 13 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
14 }, 14 },
15 { 15 {
16 'target_name': 'audio_player_foreground', 16 'target_name': 'audio_player_foreground',
17 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], 17 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
18 }, 18 },
19 { 19 {
20 'target_name': 'background_window', 20 'target_name': 'background_window',
21 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], 21 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
22 }, 22 },
23 { 23 {
24 'target_name': 'background_window_common',
25 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
26 },
27 {
28 'target_name': 'chrome_cast', 24 'target_name': 'chrome_cast',
29 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], 25 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
30 }, 26 },
31 { 27 {
32 'target_name': 'chrome_echo_private', 28 'target_name': 'chrome_echo_private',
33 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], 29 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
34 }, 30 },
35 { 31 {
36 'target_name': 'chrome_file_browser_handler', 32 'target_name': 'chrome_file_browser_handler',
37 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], 33 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 { 143 {
148 'target_name': 'volume_manager', 144 'target_name': 'volume_manager',
149 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], 145 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
150 }, 146 },
151 { 147 {
152 'target_name': 'webview_tag', 148 'target_name': 'webview_tag',
153 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], 149 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
154 }, 150 },
155 ], 151 ],
156 } 152 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698