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

Side by Side Diff: chrome/chrome_common.gypi

Issue 1472863004: [MD] re-skin extension browser action badges (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: undo file move Created 5 years 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
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | chrome/common/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 # File lists shared with GN build. 7 # File lists shared with GN build.
8 'chrome_common_sources': [ 8 'chrome_common_sources': [
9 'common/all_messages.h', 9 'common/all_messages.h',
10 'common/attrition_experiments.h', 10 'common/attrition_experiments.h',
11 'common/auto_start_linux.cc', 11 'common/auto_start_linux.cc',
12 'common/auto_start_linux.h', 12 'common/auto_start_linux.h',
13 'common/badge_util.cc',
14 'common/badge_util.h',
15 'common/channel_info.cc', 13 'common/channel_info.cc',
16 'common/channel_info.h', 14 'common/channel_info.h',
17 'common/channel_info_android.cc', 15 'common/channel_info_android.cc',
18 'common/channel_info_chromeos.cc', 16 'common/channel_info_chromeos.cc',
19 'common/channel_info_mac.mm', 17 'common/channel_info_mac.mm',
20 'common/channel_info_posix.cc', 18 'common/channel_info_posix.cc',
21 'common/channel_info_win.cc', 19 'common/channel_info_win.cc',
22 'common/child_process_logging.h', 20 'common/child_process_logging.h',
23 'common/child_process_logging_win.cc', 21 'common/child_process_logging_win.cc',
24 'common/chrome_content_client.cc', 22 'common/chrome_content_client.cc',
(...skipping 10 matching lines...) Expand all
35 'common/component_flash_hint_file_linux.cc', 33 'common/component_flash_hint_file_linux.cc',
36 'common/component_flash_hint_file_linux.h', 34 'common/component_flash_hint_file_linux.h',
37 'common/content_restriction.h', 35 'common/content_restriction.h',
38 'common/content_settings_pattern_serializer.cc', 36 'common/content_settings_pattern_serializer.cc',
39 'common/content_settings_pattern_serializer.h', 37 'common/content_settings_pattern_serializer.h',
40 'common/crash_keys.cc', 38 'common/crash_keys.cc',
41 'common/crash_keys.h', 39 'common/crash_keys.h',
42 'common/custom_handlers/protocol_handler.cc', 40 'common/custom_handlers/protocol_handler.cc',
43 'common/custom_handlers/protocol_handler.h', 41 'common/custom_handlers/protocol_handler.h',
44 'common/descriptors_android.h', 42 'common/descriptors_android.h',
45 'common/icon_with_badge_image_source.cc',
46 'common/icon_with_badge_image_source.h',
47 'common/ini_parser.cc', 43 'common/ini_parser.cc',
48 'common/ini_parser.h', 44 'common/ini_parser.h',
49 'common/instant_types.cc', 45 'common/instant_types.cc',
50 'common/instant_types.h', 46 'common/instant_types.h',
51 'common/localized_error.cc', 47 'common/localized_error.cc',
52 'common/localized_error.h', 48 'common/localized_error.h',
53 'common/logging_chrome.cc', 49 'common/logging_chrome.cc',
54 'common/logging_chrome.h', 50 'common/logging_chrome.h',
55 'common/mac/app_shim_launch.h', 51 'common/mac/app_shim_launch.h',
56 'common/mac/app_shim_messages.h', 52 'common/mac/app_shim_messages.h',
(...skipping 428 matching lines...) Expand 10 before | Expand all | Expand 10 after
485 ] 481 ]
486 }], 482 }],
487 ['enable_mdns==1', { 483 ['enable_mdns==1', {
488 'sources' : [ 484 'sources' : [
489 'common/local_discovery/service_discovery_client_impl.cc', 485 'common/local_discovery/service_discovery_client_impl.cc',
490 'common/local_discovery/service_discovery_client_impl.h', 486 'common/local_discovery/service_discovery_client_impl.h',
491 ] 487 ]
492 }], 488 }],
493 ['OS=="android"', { 489 ['OS=="android"', {
494 'sources!': [ 490 'sources!': [
495 'common/badge_util.cc',
496 'common/channel_info_posix.cc', 491 'common/channel_info_posix.cc',
497 'common/extensions/api/spellcheck/spellcheck_handler.cc', 492 'common/extensions/api/spellcheck/spellcheck_handler.cc',
498 'common/extensions/manifest_handlers/extension_action_handler.cc', 493 'common/extensions/manifest_handlers/extension_action_handler.cc',
499 'common/extensions/manifest_handlers/minimum_chrome_version_checker. cc', 494 'common/extensions/manifest_handlers/minimum_chrome_version_checker. cc',
500 'common/icon_with_badge_image_source.cc',
501 'common/media_galleries/metadata_types.h', 495 'common/media_galleries/metadata_types.h',
502 ], 496 ],
503 }, { 497 }, {
504 # Non-Android. 498 # Non-Android.
505 'sources': [ '<@(chrome_common_importer_sources)' ] 499 'sources': [ '<@(chrome_common_importer_sources)' ]
506 }], 500 }],
507 ['OS=="win"', { 501 ['OS=="win"', {
508 'include_dirs': [ 502 'include_dirs': [
509 '<(DEPTH)/third_party/wtl/include', 503 '<(DEPTH)/third_party/wtl/include',
510 ], 504 ],
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
651 'sources': [ 645 'sources': [
652 'common/resource_usage_reporter.mojom', 646 'common/resource_usage_reporter.mojom',
653 ], 647 ],
654 'dependencies': [ 648 'dependencies': [
655 '../mojo/mojo_base.gyp:mojo_environment_chromium', 649 '../mojo/mojo_base.gyp:mojo_environment_chromium',
656 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', 650 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
657 ], 651 ],
658 }, 652 },
659 ], 653 ],
660 } 654 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | chrome/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698