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

Side by Side Diff: chrome/chrome_browser_extensions.gypi

Issue 436503002: Moved CreateNativeAppWindow from AppWindow::Delegate to AppsClient. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. Created 6 years, 4 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 (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 'variables': { 6 'variables': {
7 # These variables are shared with the GN build. 7 # These variables are shared with the GN build.
8 # Name is that these are the extensions files for the extensions target. 8 # Name is that these are the extensions files for the extensions target.
9 # "chrome_browser_extensions_sources' are the extensions files in the 9 # "chrome_browser_extensions_sources' are the extensions files in the
10 # browser target. 10 # browser target.
(...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 'browser/extensions/api/easy_unlock_private/easy_unlock_private_crypto_del egate_stub.cc', 330 'browser/extensions/api/easy_unlock_private/easy_unlock_private_crypto_del egate_stub.cc',
331 'browser/extensions/api/feedback_private/feedback_service_nonchromeos.cc', 331 'browser/extensions/api/feedback_private/feedback_service_nonchromeos.cc',
332 'browser/extensions/api/image_writer_private/operation_nonchromeos.cc', 332 'browser/extensions/api/image_writer_private/operation_nonchromeos.cc',
333 'browser/extensions/api/image_writer_private/removable_storage_provider_li nux.cc', 333 'browser/extensions/api/image_writer_private/removable_storage_provider_li nux.cc',
334 ], 334 ],
335 'chrome_browser_extensions_enabled_sources': [ 335 'chrome_browser_extensions_enabled_sources': [
336 'browser/apps/app_launch_for_metro_restart_win.cc', 336 'browser/apps/app_launch_for_metro_restart_win.cc',
337 'browser/apps/app_launch_for_metro_restart_win.h', 337 'browser/apps/app_launch_for_metro_restart_win.h',
338 'browser/apps/app_url_redirector.cc', 338 'browser/apps/app_url_redirector.cc',
339 'browser/apps/app_url_redirector.h', 339 'browser/apps/app_url_redirector.h',
340 'browser/apps/chrome_apps_client.cc',
341 'browser/apps/chrome_apps_client.h',
342 'browser/apps/ephemeral_app_launcher.cc', 340 'browser/apps/ephemeral_app_launcher.cc',
343 'browser/apps/ephemeral_app_launcher.h', 341 'browser/apps/ephemeral_app_launcher.h',
344 'browser/apps/ephemeral_app_service_factory.cc', 342 'browser/apps/ephemeral_app_service_factory.cc',
345 'browser/apps/ephemeral_app_service_factory.h', 343 'browser/apps/ephemeral_app_service_factory.h',
346 'browser/apps/ephemeral_app_throttle.cc', 344 'browser/apps/ephemeral_app_throttle.cc',
347 'browser/apps/ephemeral_app_throttle.h', 345 'browser/apps/ephemeral_app_throttle.h',
348 'browser/apps/install_chrome_app.cc', 346 'browser/apps/install_chrome_app.cc',
349 'browser/apps/install_chrome_app.h', 347 'browser/apps/install_chrome_app.h',
350 'browser/apps/per_app_settings_service.cc', 348 'browser/apps/per_app_settings_service.cc',
351 'browser/apps/per_app_settings_service.h', 349 'browser/apps/per_app_settings_service.h',
(...skipping 839 matching lines...) Expand 10 before | Expand all | Expand 10 after
1191 }], 1189 }],
1192 ['enable_app_list==1', { 1190 ['enable_app_list==1', {
1193 'sources': [ 1191 'sources': [
1194 '<@(chrome_browser_extensions_app_list_sources)', 1192 '<@(chrome_browser_extensions_app_list_sources)',
1195 ], 1193 ],
1196 }] 1194 }]
1197 ], 1195 ],
1198 }, 1196 },
1199 ], 1197 ],
1200 } 1198 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/apps/chrome_apps_client_views_win.cc ('k') | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698