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

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: 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 314 matching lines...) Expand 10 before | Expand all | Expand 10 after
325 'chrome_browser_extensions_non_chromeos_sources': [ 325 'chrome_browser_extensions_non_chromeos_sources': [
326 'browser/extensions/api/feedback_private/feedback_service_nonchromeos.cc', 326 'browser/extensions/api/feedback_private/feedback_service_nonchromeos.cc',
327 'browser/extensions/api/image_writer_private/operation_nonchromeos.cc', 327 'browser/extensions/api/image_writer_private/operation_nonchromeos.cc',
328 'browser/extensions/api/image_writer_private/removable_storage_provider_li nux.cc', 328 'browser/extensions/api/image_writer_private/removable_storage_provider_li nux.cc',
329 ], 329 ],
330 'chrome_browser_extensions_enabled_sources': [ 330 'chrome_browser_extensions_enabled_sources': [
331 'browser/apps/app_launch_for_metro_restart_win.cc', 331 'browser/apps/app_launch_for_metro_restart_win.cc',
332 'browser/apps/app_launch_for_metro_restart_win.h', 332 'browser/apps/app_launch_for_metro_restart_win.h',
333 'browser/apps/app_url_redirector.cc', 333 'browser/apps/app_url_redirector.cc',
334 'browser/apps/app_url_redirector.h', 334 'browser/apps/app_url_redirector.h',
335 'browser/apps/chrome_apps_client.cc',
336 'browser/apps/chrome_apps_client.h',
337 'browser/apps/ephemeral_app_launcher.cc', 335 'browser/apps/ephemeral_app_launcher.cc',
338 'browser/apps/ephemeral_app_launcher.h', 336 'browser/apps/ephemeral_app_launcher.h',
339 'browser/apps/ephemeral_app_service_factory.cc', 337 'browser/apps/ephemeral_app_service_factory.cc',
340 'browser/apps/ephemeral_app_service_factory.h', 338 'browser/apps/ephemeral_app_service_factory.h',
341 'browser/apps/ephemeral_app_throttle.cc', 339 'browser/apps/ephemeral_app_throttle.cc',
342 'browser/apps/ephemeral_app_throttle.h', 340 'browser/apps/ephemeral_app_throttle.h',
343 'browser/apps/install_chrome_app.cc', 341 'browser/apps/install_chrome_app.cc',
344 'browser/apps/install_chrome_app.h', 342 'browser/apps/install_chrome_app.h',
345 'browser/apps/per_app_settings_service.cc', 343 'browser/apps/per_app_settings_service.cc',
346 'browser/apps/per_app_settings_service.h', 344 'browser/apps/per_app_settings_service.h',
(...skipping 835 matching lines...) Expand 10 before | Expand all | Expand 10 after
1182 }], 1180 }],
1183 ['enable_app_list==1', { 1181 ['enable_app_list==1', {
1184 'sources': [ 1182 'sources': [
1185 '<@(chrome_browser_extensions_app_list_sources)', 1183 '<@(chrome_browser_extensions_app_list_sources)',
1186 ], 1184 ],
1187 }] 1185 }]
1188 ], 1186 ],
1189 }, 1187 },
1190 ], 1188 ],
1191 } 1189 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698