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

Side by Side Diff: ceee/ie/ie.gyp

Issue 5254012: Always use persistent profile for CF+CEEE installs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge to head, address Amit's nit Created 10 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 | « ceee/ie/common/common.gyp ('k') | chrome_frame/chrome_frame.gyp » ('j') | 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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'ceee_ie_all', 8 'target_name': 'ceee_ie_all',
9 'type': 'none', 9 'type': 'none',
10 'dependencies': [ 10 'dependencies': [
(...skipping 30 matching lines...) Expand all
41 'broker/api_dispatcher_unittest.cc', 41 'broker/api_dispatcher_unittest.cc',
42 'broker/broker_rpc_unittest.cc', 42 'broker/broker_rpc_unittest.cc',
43 'broker/broker_unittest.cc', 43 'broker/broker_unittest.cc',
44 'broker/cookie_api_module_unittest.cc', 44 'broker/cookie_api_module_unittest.cc',
45 'broker/executors_manager_unittest.cc', 45 'broker/executors_manager_unittest.cc',
46 'broker/infobar_api_module_unittest.cc', 46 'broker/infobar_api_module_unittest.cc',
47 'broker/tab_api_module_unittest.cc', 47 'broker/tab_api_module_unittest.cc',
48 'broker/window_api_module_unittest.cc', 48 'broker/window_api_module_unittest.cc',
49 'broker/window_events_funnel_unittest.cc', 49 'broker/window_events_funnel_unittest.cc',
50 'common/ceee_module_util_unittest.cc', 50 'common/ceee_module_util_unittest.cc',
51 'common/ceee_util_unittest.cc',
51 'common/chrome_frame_host_unittest.cc', 52 'common/chrome_frame_host_unittest.cc',
52 'common/crash_reporter_unittest.cc', 53 'common/crash_reporter_unittest.cc',
53 'common/extension_manifest_unittest.cc', 54 'common/extension_manifest_unittest.cc',
54 'common/ie_util_unittest.cc', 55 'common/ie_util_unittest.cc',
55 'common/metrics_util_unittest.cc', 56 'common/metrics_util_unittest.cc',
56 'plugin/bho/browser_helper_object_unittest.cc', 57 'plugin/bho/browser_helper_object_unittest.cc',
57 'plugin/bho/cookie_accountant_unittest.cc', 58 'plugin/bho/cookie_accountant_unittest.cc',
58 'plugin/bho/cookie_events_funnel_unittest.cc', 59 'plugin/bho/cookie_events_funnel_unittest.cc',
59 'plugin/bho/dom_utils_unittest.cc', 60 'plugin/bho/dom_utils_unittest.cc',
60 'plugin/bho/events_funnel_unittest.cc', 61 'plugin/bho/events_funnel_unittest.cc',
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 '../testing/utils/test_utils.gyp:test_utils', 153 '../testing/utils/test_utils.gyp:test_utils',
153 ], 154 ],
154 'libraries': [ 155 'libraries': [
155 'oleacc.lib', 156 'oleacc.lib',
156 'iepmapi.lib', 157 'iepmapi.lib',
157 'rpcrt4.lib', 158 'rpcrt4.lib',
158 ], 159 ],
159 }, 160 },
160 ] 161 ]
161 } 162 }
OLDNEW
« no previous file with comments | « ceee/ie/common/common.gyp ('k') | chrome_frame/chrome_frame.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698