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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10777003: Refactor APIResourceController to ProfileKeyedService. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge/antony/fix build. Created 8 years, 5 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_extensions.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) 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 3844 matching lines...) Expand 10 before | Expand all | Expand 10 after
3855 { 3855 {
3856 'target_name': 'sync_integration_tests', 3856 'target_name': 'sync_integration_tests',
3857 'type': 'executable', 3857 'type': 'executable',
3858 'dependencies': [ 3858 'dependencies': [
3859 'browser', 3859 'browser',
3860 '../sync/protocol/sync_proto.gyp:sync_proto', 3860 '../sync/protocol/sync_proto.gyp:sync_proto',
3861 'chrome', 3861 'chrome',
3862 'chrome_resources.gyp:chrome_resources', 3862 'chrome_resources.gyp:chrome_resources',
3863 'chrome_resources.gyp:chrome_strings', 3863 'chrome_resources.gyp:chrome_strings',
3864 'common', 3864 'common',
3865 'common/extensions/api/api.gyp:api',
3865 'renderer', 3866 'renderer',
3866 'test_support_common', 3867 'test_support_common',
3867 '../net/net.gyp:net', 3868 '../net/net.gyp:net',
3868 '../net/net.gyp:net_test_support', 3869 '../net/net.gyp:net_test_support',
3869 '../printing/printing.gyp:printing', 3870 '../printing/printing.gyp:printing',
3870 '../skia/skia.gyp:skia', 3871 '../skia/skia.gyp:skia',
3871 '../testing/gmock.gyp:gmock', 3872 '../testing/gmock.gyp:gmock',
3872 '../testing/gtest.gyp:gtest', 3873 '../testing/gtest.gyp:gtest',
3873 '../third_party/icu/icu.gyp:icui18n', 3874 '../third_party/icu/icu.gyp:icui18n',
3874 '../third_party/icu/icu.gyp:icuuc', 3875 '../third_party/icu/icu.gyp:icuuc',
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
4015 }], 4016 }],
4016 ], 4017 ],
4017 }, 4018 },
4018 { 4019 {
4019 'target_name': 'sync_performance_tests', 4020 'target_name': 'sync_performance_tests',
4020 'type': 'executable', 4021 'type': 'executable',
4021 'dependencies': [ 4022 'dependencies': [
4022 '../sync/protocol/sync_proto.gyp:sync_proto', 4023 '../sync/protocol/sync_proto.gyp:sync_proto',
4023 'browser', 4024 'browser',
4024 'chrome', 4025 'chrome',
4026 'common/extensions/api/api.gyp:api',
4025 'test_support_common', 4027 'test_support_common',
4026 '../skia/skia.gyp:skia', 4028 '../skia/skia.gyp:skia',
4027 '../testing/gmock.gyp:gmock', 4029 '../testing/gmock.gyp:gmock',
4028 '../testing/gtest.gyp:gtest', 4030 '../testing/gtest.gyp:gtest',
4029 ], 4031 ],
4030 'include_dirs': [ 4032 'include_dirs': [
4031 '..', 4033 '..',
4032 '<(INTERMEDIATE_DIR)', 4034 '<(INTERMEDIATE_DIR)',
4033 '<(protoc_out_dir)', 4035 '<(protoc_out_dir)',
4034 ], 4036 ],
(...skipping 654 matching lines...) Expand 10 before | Expand all | Expand 10 after
4689 'input_jars_paths': [ 4691 'input_jars_paths': [
4690 '<(PRODUCT_DIR)/lib.java/chromium_base.jar', 4692 '<(PRODUCT_DIR)/lib.java/chromium_base.jar',
4691 ], 4693 ],
4692 }, 4694 },
4693 'includes': [ '../build/apk_test.gypi' ], 4695 'includes': [ '../build/apk_test.gypi' ],
4694 }, 4696 },
4695 ], 4697 ],
4696 }], 4698 }],
4697 ], # 'conditions' 4699 ], # 'conditions'
4698 } 4700 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698