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

Unified Diff: chrome/chrome_common.gypi

Issue 12386019: Instant: Use only one hidden WebContents per profile. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . 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: chrome/chrome_common.gypi
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index e684ce2f094fd6fc034c74d6fa005642cf9e130e..6f133ec4cc4ff4ec6b2911b9df538899761b9408 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -1,4 +1,4 @@
-# Copyright (c) 2012 The Chromium Authors. All rights reserved.
+# Copyright 2012 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.
@@ -278,6 +278,7 @@
'common/external_ipc_fuzzer.cc',
'common/icon_with_badge_image_source.cc',
'common/icon_with_badge_image_source.h',
+ 'common/instant_messages.h',
'common/instant_types.cc',
'common/instant_types.h',
'common/json_schema_constants.cc',
@@ -324,6 +325,7 @@
'common/nacl_messages.h',
'common/nacl_types.cc',
'common/nacl_types.h',
+ 'common/omnibox_types.h',
'common/one_click_signin_messages.h',
'common/password_generation_util.cc',
'common/password_generation_util.h',

Powered by Google App Engine
This is Rietveld 408576698