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

Side by Side Diff: remoting/remoting.gyp

Issue 12087070: Improve JS unit tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added browser_globals.gtestjs Created 7 years, 10 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/webapp/all_js_load.gtestjs » ('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 # 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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | remoting/webapp/all_js_load.gtestjs » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698