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

Side by Side Diff: chrome/chrome_common.gypi

Issue 324393002: Extension Toolbar redesign, part 1 (overflow) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Ready for review Created 6 years, 6 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 'variables': { 6 'variables': {
7 'chrome_common_sources': [ 7 'chrome_common_sources': [
8 '../apps/app_shim/app_shim_launch.h', 8 '../apps/app_shim/app_shim_launch.h',
9 '../apps/app_shim/app_shim_messages.h', 9 '../apps/app_shim/app_shim_messages.h',
10 'common/all_messages.h', 10 'common/all_messages.h',
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 'common/extensions/manifest_handlers/content_scripts_handler.cc', 98 'common/extensions/manifest_handlers/content_scripts_handler.cc',
99 'common/extensions/manifest_handlers/content_scripts_handler.h', 99 'common/extensions/manifest_handlers/content_scripts_handler.h',
100 'common/extensions/manifest_handlers/mime_types_handler.cc', 100 'common/extensions/manifest_handlers/mime_types_handler.cc',
101 'common/extensions/manifest_handlers/mime_types_handler.h', 101 'common/extensions/manifest_handlers/mime_types_handler.h',
102 'common/extensions/manifest_handlers/minimum_chrome_version_checker.cc', 102 'common/extensions/manifest_handlers/minimum_chrome_version_checker.cc',
103 'common/extensions/manifest_handlers/minimum_chrome_version_checker.h', 103 'common/extensions/manifest_handlers/minimum_chrome_version_checker.h',
104 'common/extensions/manifest_handlers/nacl_modules_handler.cc', 104 'common/extensions/manifest_handlers/nacl_modules_handler.cc',
105 'common/extensions/manifest_handlers/nacl_modules_handler.h', 105 'common/extensions/manifest_handlers/nacl_modules_handler.h',
106 'common/extensions/manifest_handlers/settings_overrides_handler.cc', 106 'common/extensions/manifest_handlers/settings_overrides_handler.cc',
107 'common/extensions/manifest_handlers/settings_overrides_handler.h', 107 'common/extensions/manifest_handlers/settings_overrides_handler.h',
108 'common/extensions/manifest_handlers/synthesize_browser_action_handler.cc' ,
109 'common/extensions/manifest_handlers/synthesize_browser_action_handler.h',
108 'common/extensions/manifest_handlers/theme_handler.cc', 110 'common/extensions/manifest_handlers/theme_handler.cc',
109 'common/extensions/manifest_handlers/theme_handler.h', 111 'common/extensions/manifest_handlers/theme_handler.h',
110 'common/extensions/manifest_handlers/ui_overrides_handler.cc', 112 'common/extensions/manifest_handlers/ui_overrides_handler.cc',
111 'common/extensions/manifest_handlers/ui_overrides_handler.h', 113 'common/extensions/manifest_handlers/ui_overrides_handler.h',
112 'common/extensions/manifest_url_handler.cc', 114 'common/extensions/manifest_url_handler.cc',
113 'common/extensions/manifest_url_handler.h', 115 'common/extensions/manifest_url_handler.h',
114 'common/extensions/permissions/chrome_api_permissions.cc', 116 'common/extensions/permissions/chrome_api_permissions.cc',
115 'common/extensions/permissions/chrome_api_permissions.h', 117 'common/extensions/permissions/chrome_api_permissions.h',
116 'common/extensions/permissions/chrome_permission_message_provider.cc', 118 'common/extensions/permissions/chrome_permission_message_provider.cc',
117 'common/extensions/permissions/chrome_permission_message_provider.h', 119 'common/extensions/permissions/chrome_permission_message_provider.h',
(...skipping 564 matching lines...) Expand 10 before | Expand all | Expand 10 after
682 'common/metrics/proto/chrome_experiments.proto', 684 'common/metrics/proto/chrome_experiments.proto',
683 ], 685 ],
684 'variables': { 686 'variables': {
685 'proto_in_dir': 'common/metrics/proto', 687 'proto_in_dir': 'common/metrics/proto',
686 'proto_out_dir': 'chrome/common/metrics/proto', 688 'proto_out_dir': 'chrome/common/metrics/proto',
687 }, 689 },
688 'includes': [ '../build/protoc.gypi' ], 690 'includes': [ '../build/protoc.gypi' ],
689 }, 691 },
690 ], 692 ],
691 } 693 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698