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

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 37aea2e6b4e51c99123e70b5f5b3a32b94a0cbb5..259a9fc04a3d6d95db4da3831ff04fb8374dc16a 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -1,4 +1,4 @@
-# Copyright (c) 2013 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.
@@ -280,6 +280,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',
@@ -326,6 +327,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