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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 16766003: Move ProfileLoader to chrome/browser/profiles. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: gyp-def out profile_loader* on android Created 7 years, 6 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.gypi ('k') | chrome/chrome_tests_unit.gypi » ('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 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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser_ui', 8 'target_name': 'browser_ui',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 'browser/ui/app_list/app_list_service_win.h', 122 'browser/ui/app_list/app_list_service_win.h',
123 'browser/ui/app_list/app_list_view_delegate.cc', 123 'browser/ui/app_list/app_list_view_delegate.cc',
124 'browser/ui/app_list/app_list_view_delegate.h', 124 'browser/ui/app_list/app_list_view_delegate.h',
125 'browser/ui/app_list/apps_model_builder.cc', 125 'browser/ui/app_list/apps_model_builder.cc',
126 'browser/ui/app_list/apps_model_builder.h', 126 'browser/ui/app_list/apps_model_builder.h',
127 'browser/ui/app_list/chrome_app_list_item.h', 127 'browser/ui/app_list/chrome_app_list_item.h',
128 'browser/ui/app_list/chrome_signin_delegate.cc', 128 'browser/ui/app_list/chrome_signin_delegate.cc',
129 'browser/ui/app_list/chrome_signin_delegate.h', 129 'browser/ui/app_list/chrome_signin_delegate.h',
130 'browser/ui/app_list/extension_app_item.cc', 130 'browser/ui/app_list/extension_app_item.cc',
131 'browser/ui/app_list/extension_app_item.h', 131 'browser/ui/app_list/extension_app_item.h',
132 'browser/ui/app_list/profile_loader.cc',
133 'browser/ui/app_list/profile_loader.h',
134 'browser/ui/app_list/search/app_result.cc', 132 'browser/ui/app_list/search/app_result.cc',
135 'browser/ui/app_list/search/app_result.h', 133 'browser/ui/app_list/search/app_result.h',
136 'browser/ui/app_list/search/app_search_provider.cc', 134 'browser/ui/app_list/search/app_search_provider.cc',
137 'browser/ui/app_list/search/app_search_provider.h', 135 'browser/ui/app_list/search/app_search_provider.h',
138 'browser/ui/app_list/search/chrome_search_result.h', 136 'browser/ui/app_list/search/chrome_search_result.h',
139 'browser/ui/app_list/search/history.cc', 137 'browser/ui/app_list/search/history.cc',
140 'browser/ui/app_list/search/history.h', 138 'browser/ui/app_list/search/history.h',
141 'browser/ui/app_list/search/history_data.cc', 139 'browser/ui/app_list/search/history_data.cc',
142 'browser/ui/app_list/search/history_data.h', 140 'browser/ui/app_list/search/history_data.h',
143 'browser/ui/app_list/search/history_data_store.cc', 141 'browser/ui/app_list/search/history_data_store.cc',
(...skipping 2859 matching lines...) Expand 10 before | Expand all | Expand 10 after
3003 ['enable_google_now==0', { 3001 ['enable_google_now==0', {
3004 'sources!': [ 3002 'sources!': [
3005 'browser/ui/webui/options/geolocation_options_handler.cc', 3003 'browser/ui/webui/options/geolocation_options_handler.cc',
3006 'browser/ui/webui/options/geolocation_options_handler.h', 3004 'browser/ui/webui/options/geolocation_options_handler.h',
3007 ], 3005 ],
3008 }], 3006 }],
3009 ], 3007 ],
3010 }, 3008 },
3011 ], 3009 ],
3012 } 3010 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698