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

Side by Side Diff: remoting/remoting.gyp

Issue 8568023: Fixed warning generated by verify_webapp.py (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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
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 321 matching lines...) Expand 10 before | Expand all | Expand 10 after
332 # folder, which means 2 copies, and gyp doesn't 332 # folder, which means 2 copies, and gyp doesn't
333 # seem to guarantee the ordering of 2 copies statements 333 # seem to guarantee the ordering of 2 copies statements
334 # when the actual project is generated. 334 # when the actual project is generated.
335 'actions': [ 335 'actions': [
336 { 336 {
337 'action_name': 'Verify It2Me WebApp i18n', 337 'action_name': 'Verify It2Me WebApp i18n',
338 'inputs': [ 338 'inputs': [
339 'webapp/verify-webapp.py', 339 'webapp/verify-webapp.py',
340 'webapp/me2mom/_locales/en/messages.json', 340 'webapp/me2mom/_locales/en/messages.json',
341 'webapp/me2mom/choice.html', 341 'webapp/me2mom/choice.html',
342 'webapp/me2mom/client_screen.js', 342 'webapp/me2mom/home_screen.js',
343 'webapp/me2mom/manifest.json', 343 'webapp/me2mom/manifest.json',
344 'webapp/me2mom/remoting.js', 344 'webapp/me2mom/remoting.js',
345 'host/plugin/host_script_object.cc', 345 'host/plugin/host_script_object.cc',
346 ], 346 ],
347 'outputs': [ 347 'outputs': [
348 '<(PRODUCT_DIR)/remoting/it2me_verified.stamp', 348 '<(PRODUCT_DIR)/remoting/it2me_verified.stamp',
349 ], 349 ],
350 'action': [ 350 'action': [
351 'python', 351 'python',
352 'webapp/verify-webapp.py', 352 'webapp/verify-webapp.py',
353 '<(PRODUCT_DIR)/remoting/it2me_verified.stamp', 353 '<(PRODUCT_DIR)/remoting/it2me_verified.stamp',
354 'webapp/me2mom/_locales/en/messages.json', 354 'webapp/me2mom/_locales/en/messages.json',
355 'webapp/me2mom/choice.html', 355 'webapp/me2mom/choice.html',
356 'webapp/me2mom/client_screen.js', 356 'webapp/me2mom/home_screen.js',
357 'webapp/me2mom/manifest.json', 357 'webapp/me2mom/manifest.json',
358 'webapp/me2mom/remoting.js', 358 'webapp/me2mom/remoting.js',
359 'host/plugin/host_script_object.cc', 359 'host/plugin/host_script_object.cc',
360 ], 360 ],
361 }, 361 },
362 { 362 {
363 'action_name': 'Build It2Me WebApp', 363 'action_name': 'Build It2Me WebApp',
364 'output_dir': '<(PRODUCT_DIR)/remoting/it2me.webapp', 364 'output_dir': '<(PRODUCT_DIR)/remoting/it2me.webapp',
365 'plugin_path': '<(PRODUCT_DIR)/<(host_plugin_prefix)remoting_host_plug in.<(host_plugin_extension)', 365 'plugin_path': '<(PRODUCT_DIR)/<(host_plugin_prefix)remoting_host_plug in.<(host_plugin_extension)',
366 'zip_path': '<(PRODUCT_DIR)/remoting-it2me.zip', 366 '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', 931 '../base/allocator/allocator.gyp:allocator',
932 ], 932 ],
933 }, 933 },
934 ], 934 ],
935 ], 935 ],
936 }], 936 }],
937 ], # end of 'conditions' 937 ], # end of 'conditions'
938 }, # end of target 'remoting_unittests' 938 }, # end of target 'remoting_unittests'
939 ], # end of targets 939 ], # end of targets
940 } 940 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698