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

Side by Side Diff: remoting/app_remoting_webapp_files.gypi

Issue 972833002: Apply a prettier background for platforms that don't support shaped windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 unified diff | Download patch
« no previous file with comments | « no previous file | remoting/webapp/app_remoting/html/template_lg.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 'variables': { 6 'variables': {
7 'ar_shared_resource_files': [ 7 'ar_shared_resource_files': [
8 'webapp/app_remoting/html/ar_dialog.css', 8 'webapp/app_remoting/html/ar_dialog.css',
9 'webapp/app_remoting/html/ar_main.css',
garykac 2015/03/03 00:44:10 New file?
Jamie 2015/03/03 00:47:11 Oh, if you insist...
9 'webapp/app_remoting/html/feedback_consent.css', 10 'webapp/app_remoting/html/feedback_consent.css',
10 'webapp/app_remoting/html/feedback_consent.html', 11 'webapp/app_remoting/html/feedback_consent.html',
11 'webapp/app_remoting/html/context_menu.css', 12 'webapp/app_remoting/html/context_menu.css',
12 'resources/drag.webp', 13 'resources/drag.webp',
13 '<@(remoting_webapp_resource_files)', 14 '<@(remoting_webapp_resource_files)',
14 ], 15 ],
15 16
16 # Variables for main.html. 17 # Variables for main.html.
17 # These template files are used to construct the webapp html files. 18 # These template files are used to construct the webapp html files.
18 'ar_main_template': 19 'ar_main_template':
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 # Files that contain localizable strings. 74 # Files that contain localizable strings.
74 'app_remoting_webapp_localizable_files': [ 75 'app_remoting_webapp_localizable_files': [
75 '<(ar_main_template)', 76 '<(ar_main_template)',
76 '<@(ar_main_template_files)', 77 '<@(ar_main_template_files)',
77 'webapp/app_remoting/html/feedback_consent.html', 78 'webapp/app_remoting/html/feedback_consent.html',
78 '<@(ar_all_js_files)', 79 '<@(ar_all_js_files)',
79 ], 80 ],
80 81
81 }, # end of variables 82 }, # end of variables
82 } 83 }
OLDNEW
« no previous file with comments | « no previous file | remoting/webapp/app_remoting/html/template_lg.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698