| Index: chrome/chrome_common.gypi
|
| diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
|
| index 89291d746179748181476f928d94689e5cf39d9a..4598e3740d9ef5f435b9b8087ae59a2fbc04a980 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 (c) 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.
|
|
|
| @@ -125,6 +125,8 @@
|
| 'common/custom_handlers/protocol_handler.cc',
|
| 'common/custom_handlers/protocol_handler.h',
|
| 'common/descriptors_android.h',
|
| + 'common/extensions/api/content_scripts/content_scripts_handler.cc',
|
| + 'common/extensions/api/content_scripts/content_scripts_handler.h',
|
| 'common/extensions/api/extension_action/browser_action_handler.cc',
|
| 'common/extensions/api/extension_action/browser_action_handler.h',
|
| 'common/extensions/api/extension_action/script_badge_handler.cc',
|
|
|