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

Side by Side Diff: remoting/remoting.gyp

Issue 8568038: Create HostList class to facilitate future work. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
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 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 'webapp/me2mom/choice.css', 103 'webapp/me2mom/choice.css',
104 'webapp/me2mom/choice.html', 104 'webapp/me2mom/choice.html',
105 'webapp/me2mom/client_screen.js', 105 'webapp/me2mom/client_screen.js',
106 'webapp/me2mom/client_session.js', 106 'webapp/me2mom/client_session.js',
107 'webapp/me2mom/cs_oauth2_trampoline.js', 107 'webapp/me2mom/cs_oauth2_trampoline.js',
108 'webapp/me2mom/debug_log.css', 108 'webapp/me2mom/debug_log.css',
109 'webapp/me2mom/debug_log.js', 109 'webapp/me2mom/debug_log.js',
110 'webapp/me2mom/dividerbottom.png', 110 'webapp/me2mom/dividerbottom.png',
111 'webapp/me2mom/dividertop.png', 111 'webapp/me2mom/dividertop.png',
112 'webapp/me2mom/home_screen.js', 112 'webapp/me2mom/home_screen.js',
113 'webapp/me2mom/host_list.js',
113 'webapp/me2mom/host_screen.js', 114 'webapp/me2mom/host_screen.js',
114 'webapp/me2mom/host_session.js', 115 'webapp/me2mom/host_session.js',
115 'webapp/me2mom/l10n.js', 116 'webapp/me2mom/l10n.js',
116 'webapp/me2mom/log_to_server.js', 117 'webapp/me2mom/log_to_server.js',
117 'webapp/me2mom/main.css', 118 'webapp/me2mom/main.css',
118 'webapp/me2mom/manifest.json', 119 'webapp/me2mom/manifest.json',
119 'webapp/me2mom/oauth2.js', 120 'webapp/me2mom/oauth2.js',
120 'webapp/me2mom/oauth2_callback.html', 121 'webapp/me2mom/oauth2_callback.html',
121 'webapp/me2mom/plugin_settings.js', 122 'webapp/me2mom/plugin_settings.js',
122 'webapp/me2mom/remoting.js', 123 'webapp/me2mom/remoting.js',
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
332 # folder, which means 2 copies, and gyp doesn't 333 # folder, which means 2 copies, and gyp doesn't
333 # seem to guarantee the ordering of 2 copies statements 334 # seem to guarantee the ordering of 2 copies statements
334 # when the actual project is generated. 335 # when the actual project is generated.
335 'actions': [ 336 'actions': [
336 { 337 {
337 'action_name': 'Verify It2Me WebApp i18n', 338 'action_name': 'Verify It2Me WebApp i18n',
338 'inputs': [ 339 'inputs': [
339 'webapp/verify-webapp.py', 340 'webapp/verify-webapp.py',
340 'webapp/me2mom/_locales/en/messages.json', 341 'webapp/me2mom/_locales/en/messages.json',
341 'webapp/me2mom/choice.html', 342 'webapp/me2mom/choice.html',
342 'webapp/me2mom/home_screen.js', 343 'webapp/me2mom/host_list.js',
343 'webapp/me2mom/manifest.json', 344 'webapp/me2mom/manifest.json',
344 'webapp/me2mom/remoting.js', 345 'webapp/me2mom/remoting.js',
345 'host/plugin/host_script_object.cc', 346 'host/plugin/host_script_object.cc',
346 ], 347 ],
347 'outputs': [ 348 'outputs': [
348 '<(PRODUCT_DIR)/remoting/it2me_verified.stamp', 349 '<(PRODUCT_DIR)/remoting/it2me_verified.stamp',
349 ], 350 ],
350 'action': [ 351 'action': [
351 'python', 352 'python',
352 'webapp/verify-webapp.py', 353 'webapp/verify-webapp.py',
353 '<(PRODUCT_DIR)/remoting/it2me_verified.stamp', 354 '<(PRODUCT_DIR)/remoting/it2me_verified.stamp',
354 'webapp/me2mom/_locales/en/messages.json', 355 'webapp/me2mom/_locales/en/messages.json',
355 'webapp/me2mom/choice.html', 356 'webapp/me2mom/choice.html',
356 'webapp/me2mom/home_screen.js', 357 'webapp/me2mom/host_list.js',
357 'webapp/me2mom/manifest.json', 358 'webapp/me2mom/manifest.json',
358 'webapp/me2mom/remoting.js', 359 'webapp/me2mom/remoting.js',
359 'host/plugin/host_script_object.cc', 360 'host/plugin/host_script_object.cc',
360 ], 361 ],
361 }, 362 },
362 { 363 {
363 'action_name': 'Build It2Me WebApp', 364 'action_name': 'Build It2Me WebApp',
364 'output_dir': '<(PRODUCT_DIR)/remoting/it2me.webapp', 365 'output_dir': '<(PRODUCT_DIR)/remoting/it2me.webapp',
365 'plugin_path': '<(PRODUCT_DIR)/<(host_plugin_prefix)remoting_host_plug in.<(host_plugin_extension)', 366 'plugin_path': '<(PRODUCT_DIR)/<(host_plugin_prefix)remoting_host_plug in.<(host_plugin_extension)',
366 'zip_path': '<(PRODUCT_DIR)/remoting-it2me.zip', 367 'zip_path': '<(PRODUCT_DIR)/remoting-it2me.zip',
(...skipping 564 matching lines...) Expand 10 before | Expand all | Expand 10 after
931 '../base/allocator/allocator.gyp:allocator', 932 '../base/allocator/allocator.gyp:allocator',
932 ], 933 ],
933 }, 934 },
934 ], 935 ],
935 ], 936 ],
936 }], 937 }],
937 ], # end of 'conditions' 938 ], # end of 'conditions'
938 }, # end of target 'remoting_unittests' 939 }, # end of target 'remoting_unittests'
939 ], # end of targets 940 ], # end of targets
940 } 941 }
OLDNEW
« no previous file with comments | « no previous file | remoting/webapp/me2mom/choice.html » ('j') | remoting/webapp/me2mom/client_screen.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698