OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |