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

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: handle flakiness 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
Index: apps/apps.gypi
diff --git a/apps/apps.gypi b/apps/apps.gypi
index e8174754d0bb94d7fddee644a3726bf08cf59635..6d1e387247147647e32f0cf2f9dee6580fdfe3d2 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,6 +22,8 @@
'<(INTERMEDIATE_DIR)',
],
'sources': [
+ 'app_launch_on_restart_service_win.cc',
+ 'app_launch_on_restart_service_win.h',
'app_launcher.cc',
'app_launcher.h',
'app_restore_service.cc',

Powered by Google App Engine
This is Rietveld 408576698