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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 15269003: Refactor extension handling code from AppShimHost into ExtensionAppShimHandler. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync and rebase Created 7 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
« no previous file with comments | « chrome/browser/ui/app_list/app_list_service_mac_browsertest.mm ('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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 'targets': [ 5 'targets': [
6 { 6 {
7 # This target contains mocks and test utilities that don't belong in 7 # This target contains mocks and test utilities that don't belong in
8 # production libraries but are used by more than one test executable. 8 # production libraries but are used by more than one test executable.
9 'target_name': 'test_support_common', 9 'target_name': 'test_support_common',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 446 matching lines...) Expand 10 before | Expand all | Expand 10 after
457 'conditions': [ 457 'conditions': [
458 ['incremental_chrome_dll==1', { 458 ['incremental_chrome_dll==1', {
459 'UseLibraryDependencyInputs': "true", 459 'UseLibraryDependencyInputs': "true",
460 }], 460 }],
461 ], 461 ],
462 }, 462 },
463 }, 463 },
464 'sources': [ 464 'sources': [
465 '../apps/app_shim/app_shim_host_mac_unittest.cc', 465 '../apps/app_shim/app_shim_host_mac_unittest.cc',
466 '../apps/saved_files_service_unittest.cc', 466 '../apps/saved_files_service_unittest.cc',
467 '../apps/app_shim/extension_app_shim_handler_mac_unittest.cc',
467 '../apps/shell_window_geometry_cache_unittest.cc', 468 '../apps/shell_window_geometry_cache_unittest.cc',
468 '../extensions/browser/file_reader_unittest.cc', 469 '../extensions/browser/file_reader_unittest.cc',
469 '../extensions/common/event_filter_unittest.cc', 470 '../extensions/common/event_filter_unittest.cc',
470 '../extensions/common/extension_resource_unittest.cc', 471 '../extensions/common/extension_resource_unittest.cc',
471 '../extensions/common/id_util_unittest.cc', 472 '../extensions/common/id_util_unittest.cc',
472 '../extensions/common/matcher/regex_set_matcher_unittest.cc', 473 '../extensions/common/matcher/regex_set_matcher_unittest.cc',
473 '../extensions/common/matcher/string_pattern_unittest.cc', 474 '../extensions/common/matcher/string_pattern_unittest.cc',
474 '../extensions/common/matcher/substring_set_matcher_unittest.cc', 475 '../extensions/common/matcher/substring_set_matcher_unittest.cc',
475 '../extensions/common/matcher/url_matcher_factory_unittest.cc', 476 '../extensions/common/matcher/url_matcher_factory_unittest.cc',
476 '../extensions/common/matcher/url_matcher_unittest.cc', 477 '../extensions/common/matcher/url_matcher_unittest.cc',
(...skipping 2063 matching lines...) Expand 10 before | Expand all | Expand 10 after
2540 # more details. 2541 # more details.
2541 'DebugInformationFormat': '3', 2542 'DebugInformationFormat': '3',
2542 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2543 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2543 }, 2544 },
2544 }, 2545 },
2545 }, 2546 },
2546 ], 2547 ],
2547 }], 2548 }],
2548 ], # 'conditions' 2549 ], # 'conditions'
2549 } 2550 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/app_list/app_list_service_mac_browsertest.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698