| 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 # 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 | 10 |
| (...skipping 2275 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2286 'includes': [ | 2286 'includes': [ |
| 2287 '../chrome/js_unittest_rules.gypi', | 2287 '../chrome/js_unittest_rules.gypi', |
| 2288 ], | 2288 ], |
| 2289 'dependencies': [ | 2289 'dependencies': [ |
| 2290 '../chrome/common_constants.gyp:common_constants', | 2290 '../chrome/common_constants.gyp:common_constants', |
| 2291 '../v8/tools/gyp/v8.gyp:v8', | 2291 '../v8/tools/gyp/v8.gyp:v8', |
| 2292 ], | 2292 ], |
| 2293 'sources': [ | 2293 'sources': [ |
| 2294 '../chrome/test/base/v8_unit_test.cc', | 2294 '../chrome/test/base/v8_unit_test.cc', |
| 2295 '../chrome/test/base/v8_unit_test.h', | 2295 '../chrome/test/base/v8_unit_test.h', |
| 2296 'webapp/browser_globals.gtestjs', |
| 2296 'webapp/all_js_load.gtestjs', | 2297 'webapp/all_js_load.gtestjs', |
| 2297 'webapp/format_iq.gtestjs', | 2298 'webapp/format_iq.gtestjs', |
| 2298 '<@(remoting_webapp_js_files)', | 2299 '<@(remoting_webapp_js_files)', |
| 2299 ], | 2300 ], |
| 2300 }], | 2301 }], |
| 2301 ['enable_remoting_host == 0', { | 2302 ['enable_remoting_host == 0', { |
| 2302 'dependencies!': [ | 2303 'dependencies!': [ |
| 2303 'remoting_host', | 2304 'remoting_host', |
| 2304 'remoting_host_setup_base', | 2305 'remoting_host_setup_base', |
| 2305 ], | 2306 ], |
| (...skipping 17 matching lines...) Expand all Loading... |
| 2323 '../base/allocator/allocator.gyp:allocator', | 2324 '../base/allocator/allocator.gyp:allocator', |
| 2324 ], | 2325 ], |
| 2325 }, | 2326 }, |
| 2326 ], | 2327 ], |
| 2327 ], | 2328 ], |
| 2328 }], # end of 'toolkit_uses_gtk == 1' | 2329 }], # end of 'toolkit_uses_gtk == 1' |
| 2329 ], # end of 'conditions' | 2330 ], # end of 'conditions' |
| 2330 }, # end of target 'remoting_unittests' | 2331 }, # end of target 'remoting_unittests' |
| 2331 ], # end of targets | 2332 ], # end of targets |
| 2332 } | 2333 } |
| OLD | NEW |