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

Side by Side Diff: remoting/remoting.gyp

Issue 8587050: Implement rename and delete. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed comment. Created 9 years, 1 month 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | remoting/resources/icon_cross.png » ('j') | remoting/webapp/me2mom/host_list.js » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 # TODO(dmaclach): can we pick this up some other way? Right now it's 7 # TODO(dmaclach): can we pick this up some other way? Right now it's
8 # duplicated from chrome.gyp 8 # duplicated from chrome.gyp
9 'chromium_code': 1, 9 'chromium_code': 1,
10 # Use consistent strings across all platforms. Note that the plugin name 10 # Use consistent strings across all platforms. Note that the plugin name
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 'webapp/me2mom/_locales.official/zh_TW/messages.json', 91 'webapp/me2mom/_locales.official/zh_TW/messages.json',
92 ], 92 ],
93 }, { # else: branding!="Chrome" 93 }, { # else: branding!="Chrome"
94 'host_plugin_name': 'Chromoting Host', 94 'host_plugin_name': 'Chromoting Host',
95 'remoting_it2me_locale_files': [ 95 'remoting_it2me_locale_files': [
96 'webapp/me2mom/_locales/en/messages.json', 96 'webapp/me2mom/_locales/en/messages.json',
97 ], 97 ],
98 }], 98 }],
99 ], 99 ],
100 'remoting_it2me_files': [ 100 'remoting_it2me_files': [
101 'resources/icon_cross.png',
101 'resources/icon_host.png', 102 'resources/icon_host.png',
103 'resources/icon_pencil.png',
102 'resources/icon_warning.png', 104 'resources/icon_warning.png',
103 'webapp/me2mom/choice.css', 105 'webapp/me2mom/choice.css',
104 'webapp/me2mom/choice.html', 106 'webapp/me2mom/choice.html',
105 'webapp/me2mom/client_screen.js', 107 'webapp/me2mom/client_screen.js',
106 'webapp/me2mom/client_session.js', 108 'webapp/me2mom/client_session.js',
107 'webapp/me2mom/cs_oauth2_trampoline.js', 109 'webapp/me2mom/cs_oauth2_trampoline.js',
108 'webapp/me2mom/debug_log.css', 110 'webapp/me2mom/debug_log.css',
109 'webapp/me2mom/debug_log.js', 111 'webapp/me2mom/debug_log.js',
110 'webapp/me2mom/dividerbottom.png', 112 'webapp/me2mom/dividerbottom.png',
111 'webapp/me2mom/dividertop.png', 113 'webapp/me2mom/dividertop.png',
112 'webapp/me2mom/home_screen.js',
113 'webapp/me2mom/host_list.js', 114 'webapp/me2mom/host_list.js',
114 'webapp/me2mom/host_screen.js', 115 'webapp/me2mom/host_screen.js',
115 'webapp/me2mom/host_session.js', 116 'webapp/me2mom/host_session.js',
117 'webapp/me2mom/host_table_entry.js',
116 'webapp/me2mom/l10n.js', 118 'webapp/me2mom/l10n.js',
117 'webapp/me2mom/log_to_server.js', 119 'webapp/me2mom/log_to_server.js',
118 'webapp/me2mom/main.css', 120 'webapp/me2mom/main.css',
119 'webapp/me2mom/manifest.json', 121 'webapp/me2mom/manifest.json',
120 'webapp/me2mom/oauth2.js', 122 'webapp/me2mom/oauth2.js',
121 'webapp/me2mom/oauth2_callback.html', 123 'webapp/me2mom/oauth2_callback.html',
122 'webapp/me2mom/plugin_settings.js', 124 'webapp/me2mom/plugin_settings.js',
123 'webapp/me2mom/remoting.js', 125 'webapp/me2mom/remoting.js',
124 'webapp/me2mom/scale-to-fit.png', 126 'webapp/me2mom/scale-to-fit.png',
125 'webapp/me2mom/server_log_entry.js', 127 'webapp/me2mom/server_log_entry.js',
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
333 # folder, which means 2 copies, and gyp doesn't 335 # folder, which means 2 copies, and gyp doesn't
334 # seem to guarantee the ordering of 2 copies statements 336 # seem to guarantee the ordering of 2 copies statements
335 # when the actual project is generated. 337 # when the actual project is generated.
336 'actions': [ 338 'actions': [
337 { 339 {
338 'action_name': 'Verify It2Me WebApp i18n', 340 'action_name': 'Verify It2Me WebApp i18n',
339 'inputs': [ 341 'inputs': [
340 'webapp/verify-webapp.py', 342 'webapp/verify-webapp.py',
341 'webapp/me2mom/_locales/en/messages.json', 343 'webapp/me2mom/_locales/en/messages.json',
342 'webapp/me2mom/choice.html', 344 'webapp/me2mom/choice.html',
343 'webapp/me2mom/host_list.js', 345 'webapp/me2mom/host_table_entry.js',
344 'webapp/me2mom/manifest.json', 346 'webapp/me2mom/manifest.json',
345 'webapp/me2mom/remoting.js', 347 'webapp/me2mom/remoting.js',
346 'host/plugin/host_script_object.cc', 348 'host/plugin/host_script_object.cc',
347 ], 349 ],
348 'outputs': [ 350 'outputs': [
349 '<(PRODUCT_DIR)/remoting/it2me_verified.stamp', 351 '<(PRODUCT_DIR)/remoting/it2me_verified.stamp',
350 ], 352 ],
351 'action': [ 353 'action': [
352 'python', 354 'python',
353 'webapp/verify-webapp.py', 355 'webapp/verify-webapp.py',
354 '<(PRODUCT_DIR)/remoting/it2me_verified.stamp', 356 '<(PRODUCT_DIR)/remoting/it2me_verified.stamp',
355 'webapp/me2mom/_locales/en/messages.json', 357 'webapp/me2mom/_locales/en/messages.json',
356 'webapp/me2mom/choice.html', 358 'webapp/me2mom/choice.html',
357 'webapp/me2mom/host_list.js', 359 'webapp/me2mom/host_table_entry.js',
358 'webapp/me2mom/manifest.json', 360 'webapp/me2mom/manifest.json',
359 'webapp/me2mom/remoting.js', 361 'webapp/me2mom/remoting.js',
360 'host/plugin/host_script_object.cc', 362 'host/plugin/host_script_object.cc',
361 ], 363 ],
362 }, 364 },
363 { 365 {
364 'action_name': 'Build It2Me WebApp', 366 'action_name': 'Build It2Me WebApp',
365 'output_dir': '<(PRODUCT_DIR)/remoting/it2me.webapp', 367 'output_dir': '<(PRODUCT_DIR)/remoting/it2me.webapp',
366 'plugin_path': '<(PRODUCT_DIR)/<(host_plugin_prefix)remoting_host_plug in.<(host_plugin_extension)', 368 'plugin_path': '<(PRODUCT_DIR)/<(host_plugin_prefix)remoting_host_plug in.<(host_plugin_extension)',
367 'zip_path': '<(PRODUCT_DIR)/remoting-it2me.zip', 369 'zip_path': '<(PRODUCT_DIR)/remoting-it2me.zip',
(...skipping 564 matching lines...) Expand 10 before | Expand all | Expand 10 after
932 '../base/allocator/allocator.gyp:allocator', 934 '../base/allocator/allocator.gyp:allocator',
933 ], 935 ],
934 }, 936 },
935 ], 937 ],
936 ], 938 ],
937 }], 939 }],
938 ], # end of 'conditions' 940 ], # end of 'conditions'
939 }, # end of target 'remoting_unittests' 941 }, # end of target 'remoting_unittests'
940 ], # end of targets 942 ], # end of targets
941 } 943 }
OLDNEW
« no previous file with comments | « no previous file | remoting/resources/icon_cross.png » ('j') | remoting/webapp/me2mom/host_list.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698