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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 7511005: Initial version of web intents registry (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Review fixes. Created 9 years, 4 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 | « 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 { 5 {
6 'variables' : { 6 'variables' : {
7 'pyautolib_sources': [ 7 'pyautolib_sources': [
8 'app/chrome_command_ids.h', 8 'app/chrome_command_ids.h',
9 'app/chrome_dll_resource.h', 9 'app/chrome_dll_resource.h',
10 'common/automation_constants.h', 10 'common/automation_constants.h',
(...skipping 1466 matching lines...) Expand 10 before | Expand all | Expand 10 after
1477 'browser/importer/firefox_importer_unittest_utils.h', 1477 'browser/importer/firefox_importer_unittest_utils.h',
1478 'browser/importer/firefox_importer_unittest_utils_mac.cc', 1478 'browser/importer/firefox_importer_unittest_utils_mac.cc',
1479 'browser/importer/firefox_importer_utils_unittest.cc', 1479 'browser/importer/firefox_importer_utils_unittest.cc',
1480 'browser/importer/firefox_profile_lock_unittest.cc', 1480 'browser/importer/firefox_profile_lock_unittest.cc',
1481 'browser/importer/firefox_proxy_settings_unittest.cc', 1481 'browser/importer/firefox_proxy_settings_unittest.cc',
1482 'browser/importer/importer_unittest.cc', 1482 'browser/importer/importer_unittest.cc',
1483 'browser/importer/safari_importer_unittest.mm', 1483 'browser/importer/safari_importer_unittest.mm',
1484 'browser/importer/toolbar_importer_unittest.cc', 1484 'browser/importer/toolbar_importer_unittest.cc',
1485 'browser/instant/instant_loader_manager_unittest.cc', 1485 'browser/instant/instant_loader_manager_unittest.cc',
1486 'browser/instant/promo_counter_unittest.cc', 1486 'browser/instant/promo_counter_unittest.cc',
1487 'browser/intents/web_intents_registry_unittest.cc',
1487 'browser/internal_auth_unittest.cc', 1488 'browser/internal_auth_unittest.cc',
1488 'browser/language_usage_metrics_unittest.cc', 1489 'browser/language_usage_metrics_unittest.cc',
1489 'browser/mac/keystone_glue_unittest.mm', 1490 'browser/mac/keystone_glue_unittest.mm',
1490 'browser/media/media_internals_unittest.cc', 1491 'browser/media/media_internals_unittest.cc',
1491 'browser/metrics/display_utils_unittest.cc', 1492 'browser/metrics/display_utils_unittest.cc',
1492 'browser/metrics/metrics_log_unittest.cc', 1493 'browser/metrics/metrics_log_unittest.cc',
1493 'browser/metrics/metrics_response_unittest.cc', 1494 'browser/metrics/metrics_response_unittest.cc',
1494 'browser/metrics/metrics_service_unittest.cc', 1495 'browser/metrics/metrics_service_unittest.cc',
1495 'browser/metrics/thread_watcher_unittest.cc', 1496 'browser/metrics/thread_watcher_unittest.cc',
1496 'browser/mock_keychain_mac.cc', 1497 'browser/mock_keychain_mac.cc',
(...skipping 2868 matching lines...) Expand 10 before | Expand all | Expand 10 after
4365 # Use outputs of this action as inputs for the main target build. 4366 # Use outputs of this action as inputs for the main target build.
4366 # Seems as a misnomer but makes this happy on Linux (scons). 4367 # Seems as a misnomer but makes this happy on Linux (scons).
4367 'process_outputs_as_sources': 1, 4368 'process_outputs_as_sources': 1,
4368 }, 4369 },
4369 ], # 'actions' 4370 ], # 'actions'
4370 }, 4371 },
4371 ] 4372 ]
4372 }], # 'coverage!=0' 4373 }], # 'coverage!=0'
4373 ], # 'conditions' 4374 ], # 'conditions'
4374 } 4375 }
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