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

Side by Side Diff: apps/apps.gypi

Issue 195943018: Move extensions BCKS factory creation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase, rename Created 6 years, 9 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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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': 'apps', 8 'target_name': 'apps',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 27 matching lines...) Expand all
38 'app_window.cc', 38 'app_window.cc',
39 'app_window.h', 39 'app_window.h',
40 'app_window_contents.cc', 40 'app_window_contents.cc',
41 'app_window_contents.h', 41 'app_window_contents.h',
42 'app_window_geometry_cache.cc', 42 'app_window_geometry_cache.cc',
43 'app_window_geometry_cache.h', 43 'app_window_geometry_cache.h',
44 'app_window_registry.cc', 44 'app_window_registry.cc',
45 'app_window_registry.h', 45 'app_window_registry.h',
46 'apps_client.cc', 46 'apps_client.cc',
47 'apps_client.h', 47 'apps_client.h',
48 'browser_context_keyed_service_factories.cc',
49 'browser_context_keyed_service_factories.h',
48 'launcher.cc', 50 'launcher.cc',
49 'launcher.h', 51 'launcher.h',
50 'metrics_names.h', 52 'metrics_names.h',
51 'pref_names.cc', 53 'pref_names.cc',
52 'pref_names.h', 54 'pref_names.h',
53 'prefs.cc', 55 'prefs.cc',
54 'prefs.h', 56 'prefs.h',
55 'saved_files_service.cc', 57 'saved_files_service.cc',
56 'saved_files_service.h', 58 'saved_files_service.h',
57 'saved_files_service_factory.cc', 59 'saved_files_service_factory.cc',
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 'dependencies': [ 216 'dependencies': [
215 '../sandbox/sandbox.gyp:sandbox', 217 '../sandbox/sandbox.gyp:sandbox',
216 ], 218 ],
217 }], 219 }],
218 ], 220 ],
219 }, 221 },
220 ], # targets 222 ], # targets
221 }], # chromeos==1 223 }], # chromeos==1
222 ], # conditions 224 ], # conditions
223 } 225 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698