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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10108001: Refactor print preview web ui (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address reviewer comments Created 8 years, 7 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
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 'variables' : { 5 'variables' : {
6 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 1464 matching lines...) Expand 10 before | Expand all | Expand 10 after
1475 'browser/profiles/profile_info_cache_unittest.h', 1475 'browser/profiles/profile_info_cache_unittest.h',
1476 'browser/profiles/profile_info_util_unittest.cc', 1476 'browser/profiles/profile_info_util_unittest.cc',
1477 'browser/profiles/profile_manager_unittest.cc', 1477 'browser/profiles/profile_manager_unittest.cc',
1478 'browser/protector/composite_settings_change_unittest.cc', 1478 'browser/protector/composite_settings_change_unittest.cc',
1479 'browser/protector/homepage_change_unittest.cc', 1479 'browser/protector/homepage_change_unittest.cc',
1480 'browser/protector/prefs_backup_invalid_change_unittest.cc', 1480 'browser/protector/prefs_backup_invalid_change_unittest.cc',
1481 'browser/protector/protected_prefs_watcher_unittest.cc', 1481 'browser/protector/protected_prefs_watcher_unittest.cc',
1482 'browser/protector/session_startup_change_unittest.cc', 1482 'browser/protector/session_startup_change_unittest.cc',
1483 'browser/renderer_host/web_cache_manager_unittest.cc', 1483 'browser/renderer_host/web_cache_manager_unittest.cc',
1484 'browser/renderer_host/plugin_info_message_filter_unittest.cc', 1484 'browser/renderer_host/plugin_info_message_filter_unittest.cc',
1485 'browser/resources/print_preview/data/measurement_system.js',
1486 'browser/resources/print_preview/data/measurement_system_unittest.gtestj s',
1485 'browser/resources/print_preview/print_preview_utils.js', 1487 'browser/resources/print_preview/print_preview_utils.js',
1486 'browser/resources/print_preview/print_preview_utils_unittest.gtestjs', 1488 'browser/resources/print_preview/print_preview_utils_unittest.gtestjs',
1489 'browser/resources/shared/js/cr.js',
1487 'browser/resources_util_unittest.cc', 1490 'browser/resources_util_unittest.cc',
1488 'browser/rlz/rlz_unittest.cc', 1491 'browser/rlz/rlz_unittest.cc',
1489 'browser/safe_browsing/bloom_filter_unittest.cc', 1492 'browser/safe_browsing/bloom_filter_unittest.cc',
1490 'browser/safe_browsing/browser_feature_extractor_unittest.cc', 1493 'browser/safe_browsing/browser_feature_extractor_unittest.cc',
1491 'browser/safe_browsing/chunk_range_unittest.cc', 1494 'browser/safe_browsing/chunk_range_unittest.cc',
1492 'browser/safe_browsing/client_side_detection_host_unittest.cc', 1495 'browser/safe_browsing/client_side_detection_host_unittest.cc',
1493 'browser/safe_browsing/client_side_detection_service_unittest.cc', 1496 'browser/safe_browsing/client_side_detection_service_unittest.cc',
1494 'browser/safe_browsing/download_protection_service_unittest.cc', 1497 'browser/safe_browsing/download_protection_service_unittest.cc',
1495 'browser/safe_browsing/malware_details_unittest.cc', 1498 'browser/safe_browsing/malware_details_unittest.cc',
1496 'browser/safe_browsing/prefix_set_unittest.cc', 1499 'browser/safe_browsing/prefix_set_unittest.cc',
(...skipping 3139 matching lines...) Expand 10 before | Expand all | Expand 10 after
4636 # Use outputs of this action as inputs for the main target build. 4639 # Use outputs of this action as inputs for the main target build.
4637 # Seems as a misnomer but makes this happy on Linux (scons). 4640 # Seems as a misnomer but makes this happy on Linux (scons).
4638 'process_outputs_as_sources': 1, 4641 'process_outputs_as_sources': 1,
4639 }, 4642 },
4640 ], # 'actions' 4643 ], # 'actions'
4641 }, 4644 },
4642 ] 4645 ]
4643 }], # 'coverage!=0' 4646 }], # 'coverage!=0'
4644 ], # 'conditions' 4647 ], # 'conditions'
4645 } 4648 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698