| 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 # Set this to run the jscompile checks after building the webapp. | 9 # Set this to run the jscompile checks after building the webapp. |
| 10 'run_jscompile%': 1, | 10 'run_jscompile%': 1, |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 52 }], | 52 }], |
| 53 ], | 53 ], |
| 54 }, | 54 }, |
| 55 | 55 |
| 56 'includes': [ | 56 'includes': [ |
| 57 '../chrome/js_unittest_vars.gypi', | 57 '../chrome/js_unittest_vars.gypi', |
| 58 'remoting_android.gypi', | 58 'remoting_android.gypi', |
| 59 'remoting_client.gypi', | 59 'remoting_client.gypi', |
| 60 'remoting_host.gypi', | 60 'remoting_host.gypi', |
| 61 'remoting_host_srcs.gypi', | 61 'remoting_host_srcs.gypi', |
| 62 'remoting_key_tester.gypi', |
| 62 'remoting_locales.gypi', | 63 'remoting_locales.gypi', |
| 63 'remoting_srcs.gypi', | 64 'remoting_srcs.gypi', |
| 64 'remoting_test.gypi', | 65 'remoting_test.gypi', |
| 65 'remoting_version.gypi', | 66 'remoting_version.gypi', |
| 66 'remoting_webapp_files.gypi', | 67 'remoting_webapp_files.gypi', |
| 67 'app_remoting_webapp_files.gypi', | 68 'app_remoting_webapp_files.gypi', |
| 68 ], | 69 ], |
| 69 | 70 |
| 70 'target_defaults': { | 71 'target_defaults': { |
| 71 'defines': [ | 72 'defines': [ |
| (...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 263 ], | 264 ], |
| 264 'export_dependent_settings': [ | 265 'export_dependent_settings': [ |
| 265 '../third_party/libjingle/libjingle.gyp:libjingle', | 266 '../third_party/libjingle/libjingle.gyp:libjingle', |
| 266 ], | 267 ], |
| 267 'sources': [ | 268 'sources': [ |
| 268 '<@(remoting_protocol_sources)', | 269 '<@(remoting_protocol_sources)', |
| 269 ], | 270 ], |
| 270 }, # end of target 'remoting_protocol' | 271 }, # end of target 'remoting_protocol' |
| 271 ], # end of targets | 272 ], # end of targets |
| 272 } | 273 } |
| OLD | NEW |