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

Unified Diff: remoting/remoting.gyp

Issue 7810001: Use one icon for all platforms. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: new improved minus add files Created 9 years, 3 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 | « no previous file | remoting/resources/chromeos/chromoting128.png » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting.gyp
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index 70648145b271423c1e28e01a6cdf43430438403c..7f78f20663d73932d3a40c6c957d4dd9b980fc6f 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -24,8 +24,7 @@
'plugin_prefix': '',
'name_suffix': '- Mac',
'remoting_it2me_os_files': [
- 'resources/mac/chromoting128.png',
- 'resources/mac/chromoting16.png',
+ # Empty for now, may be used in future.
],
}],
['os_posix == 1 and OS != "mac"', {
@@ -35,22 +34,19 @@
['OS=="linux" and chromeos==1', {
'name_suffix': '- Chromebook',
'remoting_it2me_os_files': [
- 'resources/chromeos/chromoting128.png',
- 'resources/chromeos/chromoting16.png',
+ # Empty for now, may be used in future.
],
}],
['OS=="linux" and chromeos==0 and target_arch=="x64"', {
'name_suffix': '- Linux - 64',
'remoting_it2me_os_files': [
- 'resources/linux/chromoting128.png',
- 'resources/linux/chromoting16.png',
+ # Empty for now, may be used in future.
],
}],
['OS=="linux" and chromeos==0 and target_arch!="x64"', {
'name_suffix': '- Linux',
'remoting_it2me_os_files': [
- 'resources/linux/chromoting128.png',
- 'resources/linux/chromoting16.png',
+ # Empty for now, may be used in future.
],
}],
['OS=="win"', {
@@ -58,8 +54,7 @@
'plugin_prefix': '',
'name_suffix': '- Windows',
'remoting_it2me_os_files': [
- 'resources/win/chromoting128.png',
- 'resources/win/chromoting16.png',
+ # Empty for now, may be used in future.
],
}],
],
@@ -84,6 +79,8 @@
'webapp/me2mom/spinner.gif',
'webapp/me2mom/toolbar.css',
'webapp/me2mom/xhr.js',
+ 'resources/chromoting128.png',
+ 'resources/chromoting16.png',
],
'remoting_it2me_locale_files': [
'webapp/me2mom/_locales/en/messages.json',
@@ -200,7 +197,7 @@
'WRAPPER_EXTENSION': '<(plugin_extension)',
},
# TODO(mark): Come up with a fancier way to do this. It should
- # only be necessary to list framework-Info.plist once, not the
+ # only be necessary to list host_plugin-Info.plist once, not the
# three times it is listed here.
'mac_bundle_resources': [
'host/disconnect_window.xib',
« no previous file with comments | « no previous file | remoting/resources/chromeos/chromoting128.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698