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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 8700014: Utility to draw GAIA pictures (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 9 years 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 | « chrome/chrome_browser.gypi ('k') | no next file » | 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'variables' : { 5 'variables' : {
6 # Variables for js2gtest rules 6 # Variables for js2gtest rules
7 'gypv8sh': '../tools/gypv8sh.py', 7 'gypv8sh': '../tools/gypv8sh.py',
8 'js2gtest': 'test/base/js2gtest.js', 8 'js2gtest': 'test/base/js2gtest.js',
9 'mock_js': 'third_party/mock4js/mock4js.js', 9 'mock_js': 'third_party/mock4js/mock4js.js',
10 'test_api_js': 'test/data/webui/test_api.js', 10 'test_api_js': 'test/data/webui/test_api.js',
(...skipping 1552 matching lines...) Expand 10 before | Expand all | Expand 10 after
1563 'browser/printing/print_job_unittest.cc', 1563 'browser/printing/print_job_unittest.cc',
1564 'browser/printing/print_preview_tab_controller_unittest.cc', 1564 'browser/printing/print_preview_tab_controller_unittest.cc',
1565 'browser/process_info_snapshot_mac_unittest.cc', 1565 'browser/process_info_snapshot_mac_unittest.cc',
1566 'browser/process_singleton_mac_unittest.cc', 1566 'browser/process_singleton_mac_unittest.cc',
1567 'browser/profiles/avatar_menu_model_unittest.cc', 1567 'browser/profiles/avatar_menu_model_unittest.cc',
1568 'browser/profiles/gaia_info_update_service_unittest.cc', 1568 'browser/profiles/gaia_info_update_service_unittest.cc',
1569 'browser/profiles/off_the_record_profile_impl_unittest.cc', 1569 'browser/profiles/off_the_record_profile_impl_unittest.cc',
1570 'browser/profiles/profile_dependency_manager_unittest.cc', 1570 'browser/profiles/profile_dependency_manager_unittest.cc',
1571 'browser/profiles/profile_info_cache_unittest.cc', 1571 'browser/profiles/profile_info_cache_unittest.cc',
1572 'browser/profiles/profile_info_cache_unittest.h', 1572 'browser/profiles/profile_info_cache_unittest.h',
1573 'browser/profiles/profile_info_util_unittest.cc',
1573 'browser/profiles/profile_manager_unittest.cc', 1574 'browser/profiles/profile_manager_unittest.cc',
1574 'browser/renderer_host/web_cache_manager_unittest.cc', 1575 'browser/renderer_host/web_cache_manager_unittest.cc',
1575 'browser/resources/print_preview/print_preview_utils.js', 1576 'browser/resources/print_preview/print_preview_utils.js',
1576 'browser/resources/print_preview/print_preview_utils_unittest.gtestjs', 1577 'browser/resources/print_preview/print_preview_utils_unittest.gtestjs',
1577 'browser/resources_util_unittest.cc', 1578 'browser/resources_util_unittest.cc',
1578 'browser/rlz/rlz_unittest.cc', 1579 'browser/rlz/rlz_unittest.cc',
1579 'browser/safe_browsing/bloom_filter_unittest.cc', 1580 'browser/safe_browsing/bloom_filter_unittest.cc',
1580 'browser/safe_browsing/browser_feature_extractor_unittest.cc', 1581 'browser/safe_browsing/browser_feature_extractor_unittest.cc',
1581 'browser/safe_browsing/chunk_range_unittest.cc', 1582 'browser/safe_browsing/chunk_range_unittest.cc',
1582 'browser/safe_browsing/client_side_detection_host_unittest.cc', 1583 'browser/safe_browsing/client_side_detection_host_unittest.cc',
(...skipping 2738 matching lines...) Expand 10 before | Expand all | Expand 10 after
4321 # Use outputs of this action as inputs for the main target build. 4322 # Use outputs of this action as inputs for the main target build.
4322 # Seems as a misnomer but makes this happy on Linux (scons). 4323 # Seems as a misnomer but makes this happy on Linux (scons).
4323 'process_outputs_as_sources': 1, 4324 'process_outputs_as_sources': 1,
4324 }, 4325 },
4325 ], # 'actions' 4326 ], # 'actions'
4326 }, 4327 },
4327 ] 4328 ]
4328 }], # 'coverage!=0' 4329 }], # 'coverage!=0'
4329 ], # 'conditions' 4330 ], # 'conditions'
4330 } 4331 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698