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

Side by Side Diff: trunk/src/chrome/chrome_common.gypi

Issue 296113009: Revert 272211 "Allow high-res bitmaps to be passed in from notif..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'common', 8 'target_name': 'common',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 10 'variables': {
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 'common/extensions/api/i18n/default_locale_handler.cc', 130 'common/extensions/api/i18n/default_locale_handler.cc',
131 'common/extensions/api/i18n/default_locale_handler.h', 131 'common/extensions/api/i18n/default_locale_handler.h',
132 'common/extensions/api/identity/oauth2_manifest_handler.cc', 132 'common/extensions/api/identity/oauth2_manifest_handler.cc',
133 'common/extensions/api/identity/oauth2_manifest_handler.h', 133 'common/extensions/api/identity/oauth2_manifest_handler.h',
134 'common/extensions/api/input_ime/input_components_handler.cc', 134 'common/extensions/api/input_ime/input_components_handler.cc',
135 'common/extensions/api/input_ime/input_components_handler.h', 135 'common/extensions/api/input_ime/input_components_handler.h',
136 'common/extensions/api/managed_mode_private/managed_mode_handler.cc', 136 'common/extensions/api/managed_mode_private/managed_mode_handler.cc',
137 'common/extensions/api/managed_mode_private/managed_mode_handler.h', 137 'common/extensions/api/managed_mode_private/managed_mode_handler.h',
138 'common/extensions/api/media_galleries_private/media_galleries_handler.h ', 138 'common/extensions/api/media_galleries_private/media_galleries_handler.h ',
139 'common/extensions/api/media_galleries_private/media_galleries_handler.c c', 139 'common/extensions/api/media_galleries_private/media_galleries_handler.c c',
140 'common/extensions/api/notifications/notification_style.cc',
141 'common/extensions/api/notifications/notification_style.h',
142 'common/extensions/api/omnibox/omnibox_handler.cc', 140 'common/extensions/api/omnibox/omnibox_handler.cc',
143 'common/extensions/api/omnibox/omnibox_handler.h', 141 'common/extensions/api/omnibox/omnibox_handler.h',
144 'common/extensions/api/plugins/plugins_handler.cc', 142 'common/extensions/api/plugins/plugins_handler.cc',
145 'common/extensions/api/plugins/plugins_handler.h', 143 'common/extensions/api/plugins/plugins_handler.h',
146 'common/extensions/api/speech/tts_engine_manifest_handler.cc', 144 'common/extensions/api/speech/tts_engine_manifest_handler.cc',
147 'common/extensions/api/speech/tts_engine_manifest_handler.h', 145 'common/extensions/api/speech/tts_engine_manifest_handler.h',
148 'common/extensions/api/spellcheck/spellcheck_handler.cc', 146 'common/extensions/api/spellcheck/spellcheck_handler.cc',
149 'common/extensions/api/spellcheck/spellcheck_handler.h', 147 'common/extensions/api/spellcheck/spellcheck_handler.h',
150 'common/extensions/api/storage/storage_schema_manifest_handler.cc', 148 'common/extensions/api/storage/storage_schema_manifest_handler.cc',
151 'common/extensions/api/storage/storage_schema_manifest_handler.h', 149 'common/extensions/api/storage/storage_schema_manifest_handler.h',
(...skipping 528 matching lines...) Expand 10 before | Expand all | Expand 10 after
680 'common/metrics/proto/chrome_experiments.proto', 678 'common/metrics/proto/chrome_experiments.proto',
681 ], 679 ],
682 'variables': { 680 'variables': {
683 'proto_in_dir': 'common/metrics/proto', 681 'proto_in_dir': 'common/metrics/proto',
684 'proto_out_dir': 'chrome/common/metrics/proto', 682 'proto_out_dir': 'chrome/common/metrics/proto',
685 }, 683 },
686 'includes': [ '../build/protoc.gypi' ], 684 'includes': [ '../build/protoc.gypi' ],
687 }, 685 },
688 ], 686 ],
689 } 687 }
OLDNEW
« no previous file with comments | « trunk/src/chrome/browser/extensions/api/notifications/notifications_apitest.cc ('k') | trunk/src/chrome/chrome_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698