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

Side by Side Diff: remoting/remoting.gyp

Issue 23536033: Add 'New window' option to context menu. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Reviewer feedback and rebase Created 7 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | remoting/resources/remoting_strings.grd » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 'variables': { 9 'variables': {
10 'conditions': [ 10 'conditions': [
(...skipping 2340 matching lines...) Expand 10 before | Expand all | Expand 10 after
2351 'sources': [ 2351 'sources': [
2352 'base/resources_unittest.cc', 2352 'base/resources_unittest.cc',
2353 'host/continue_window_mac.mm', 2353 'host/continue_window_mac.mm',
2354 'host/disconnect_window_mac.mm', 2354 'host/disconnect_window_mac.mm',
2355 'host/installer/mac/uninstaller/remoting_uninstaller-InfoPlist.strings .jinja2', 2355 'host/installer/mac/uninstaller/remoting_uninstaller-InfoPlist.strings .jinja2',
2356 'host/mac/me2me_preference_pane-InfoPlist.strings.jinja2', 2356 'host/mac/me2me_preference_pane-InfoPlist.strings.jinja2',
2357 'host/plugin/host_plugin-InfoPlist.strings.jinja2', 2357 'host/plugin/host_plugin-InfoPlist.strings.jinja2',
2358 'host/win/core.rc.jinja2', 2358 'host/win/core.rc.jinja2',
2359 'host/win/host_messages.mc.jinja2', 2359 'host/win/host_messages.mc.jinja2',
2360 'host/win/version.rc.jinja2', 2360 'host/win/version.rc.jinja2',
2361 'webapp/background.js',
2361 'webapp/butter_bar.js', 2362 'webapp/butter_bar.js',
2362 'webapp/client_screen.js', 2363 'webapp/client_screen.js',
2363 'webapp/error.js', 2364 'webapp/error.js',
2364 'webapp/host_list.js', 2365 'webapp/host_list.js',
2365 'webapp/host_setup_dialog.js', 2366 'webapp/host_setup_dialog.js',
2366 'webapp/host_table_entry.js', 2367 'webapp/host_table_entry.js',
2367 'webapp/main.html', 2368 'webapp/main.html',
2368 'webapp/manifest.json', 2369 'webapp/manifest.json',
2369 'webapp/paired_client_manager.js', 2370 'webapp/paired_client_manager.js',
2370 'webapp/remoting.js', 2371 'webapp/remoting.js',
(...skipping 579 matching lines...) Expand 10 before | Expand all | Expand 10 after
2950 '../base/allocator/allocator.gyp:allocator', 2951 '../base/allocator/allocator.gyp:allocator',
2951 ], 2952 ],
2952 }, 2953 },
2953 ], 2954 ],
2954 ], 2955 ],
2955 }], # end of 'toolkit_uses_gtk == 1' 2956 }], # end of 'toolkit_uses_gtk == 1'
2956 ], # end of 'conditions' 2957 ], # end of 'conditions'
2957 }, # end of target 'remoting_unittests' 2958 }, # end of target 'remoting_unittests'
2958 ], # end of targets 2959 ], # end of targets
2959 } 2960 }
OLDNEW
« no previous file with comments | « no previous file | remoting/resources/remoting_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698