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

Side by Side Diff: chrome/chrome_browser_extensions.gypi

Issue 23524005: Introduce AppsClient and use it in apps to get the loaded profiles list. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 3 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/cocoa/apps/native_app_window_cocoa_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 (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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': 'browser_extensions', 8 'target_name': 'browser_extensions',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 '../extensions/browser/file_highlighter.cc', 60 '../extensions/browser/file_highlighter.cc',
61 '../extensions/browser/file_highlighter.h', 61 '../extensions/browser/file_highlighter.h',
62 '../extensions/browser/file_reader.cc', 62 '../extensions/browser/file_reader.cc',
63 '../extensions/browser/file_reader.h', 63 '../extensions/browser/file_reader.h',
64 '../extensions/browser/pref_names.cc', 64 '../extensions/browser/pref_names.cc',
65 '../extensions/browser/pref_names.h', 65 '../extensions/browser/pref_names.h',
66 '../extensions/browser/view_type_utils.cc', 66 '../extensions/browser/view_type_utils.cc',
67 '../extensions/browser/view_type_utils.h', 67 '../extensions/browser/view_type_utils.h',
68 'browser/apps/app_url_redirector.cc', 68 'browser/apps/app_url_redirector.cc',
69 'browser/apps/app_url_redirector.h', 69 'browser/apps/app_url_redirector.h',
70 'browser/apps/chrome_apps_client.cc',
71 'browser/apps/chrome_apps_client.h',
70 'browser/apps/shortcut_manager.cc', 72 'browser/apps/shortcut_manager.cc',
71 'browser/apps/shortcut_manager.h', 73 'browser/apps/shortcut_manager.h',
72 'browser/apps/shortcut_manager_factory.cc', 74 'browser/apps/shortcut_manager_factory.cc',
73 'browser/apps/shortcut_manager_factory.h', 75 'browser/apps/shortcut_manager_factory.h',
74 'browser/extensions/active_tab_permission_granter.cc', 76 'browser/extensions/active_tab_permission_granter.cc',
75 'browser/extensions/active_tab_permission_granter.h', 77 'browser/extensions/active_tab_permission_granter.h',
76 'browser/extensions/activity_log/activity_action_constants.cc', 78 'browser/extensions/activity_log/activity_action_constants.cc',
77 'browser/extensions/activity_log/activity_action_constants.h', 79 'browser/extensions/activity_log/activity_action_constants.h',
78 'browser/extensions/activity_log/activity_actions.cc', 80 'browser/extensions/activity_log/activity_actions.cc',
79 'browser/extensions/activity_log/activity_actions.h', 81 'browser/extensions/activity_log/activity_actions.h',
(...skipping 1022 matching lines...) Expand 10 before | Expand all | Expand 10 after
1102 'variables': { 1104 'variables': {
1103 'proto_in_dir': 'browser/chromeos/contacts', 1105 'proto_in_dir': 'browser/chromeos/contacts',
1104 'proto_out_dir': 'chrome/browser/chromeos/contacts', 1106 'proto_out_dir': 'chrome/browser/chromeos/contacts',
1105 }, 1107 },
1106 'includes': [ '../build/protoc.gypi' ] 1108 'includes': [ '../build/protoc.gypi' ]
1107 }, 1109 },
1108 ], 1110 ],
1109 },], # 'chromeos=1' 1111 },], # 'chromeos=1'
1110 ], # 'conditions' 1112 ], # 'conditions'
1111 } 1113 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/cocoa/apps/native_app_window_cocoa_browsertest.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698