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

Unified Diff: apps/apps.gypi

Issue 12450014: Show an InfoBar when trying to start Packaged Apps from Metro mode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: feedback Created 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « apps/app_launch_for_metro_restart_win.cc ('k') | apps/pref_names.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/apps.gypi
diff --git a/apps/apps.gypi b/apps/apps.gypi
index aa2330b4606a369c4082ebe921e8cb840adf5bdb..8760e17702481e59ca96873c5848c648db70360b 100644
--- a/apps/apps.gypi
+++ b/apps/apps.gypi
@@ -1,4 +1,4 @@
-# Copyright (c) 2013 The Chromium Authors. All rights reserved.
+# Copyright 2013 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
@@ -22,16 +22,18 @@
'<(INTERMEDIATE_DIR)',
],
'sources': [
- 'app_shim/app_shim_host_mac.cc',
- 'app_shim/app_shim_host_mac.h',
- 'app_shim/app_shim_host_manager_mac.h',
- 'app_shim/app_shim_host_manager_mac.mm',
+ 'app_launch_for_metro_restart_win.cc',
+ 'app_launch_for_metro_restart_win.h',
'app_launcher.cc',
'app_launcher.h',
'app_restore_service.cc',
'app_restore_service.h',
'app_restore_service_factory.cc',
'app_restore_service_factory.h',
+ 'app_shim/app_shim_host_mac.cc',
+ 'app_shim/app_shim_host_mac.h',
+ 'app_shim/app_shim_host_manager_mac.h',
+ 'app_shim/app_shim_host_manager_mac.mm',
'pref_names.cc',
'pref_names.h',
'prefs.cc',
« no previous file with comments | « apps/app_launch_for_metro_restart_win.cc ('k') | apps/pref_names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698