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

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: less interleaving 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
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 426 matching lines...) Expand 10 before | Expand all | Expand 10 after
483 ] 479 ]
484 }], 480 }],
485 ['enable_mdns==1', { 481 ['enable_mdns==1', {
486 'sources' : [ 482 'sources' : [
487 'common/local_discovery/service_discovery_client_impl.cc', 483 'common/local_discovery/service_discovery_client_impl.cc',
488 'common/local_discovery/service_discovery_client_impl.h', 484 'common/local_discovery/service_discovery_client_impl.h',
489 ] 485 ]
490 }], 486 }],
491 ['OS=="android"', { 487 ['OS=="android"', {
492 'sources!': [ 488 'sources!': [
493 'common/badge_util.cc',
494 'common/channel_info_posix.cc', 489 'common/channel_info_posix.cc',
495 'common/extensions/api/spellcheck/spellcheck_handler.cc', 490 'common/extensions/api/spellcheck/spellcheck_handler.cc',
496 'common/extensions/manifest_handlers/extension_action_handler.cc', 491 'common/extensions/manifest_handlers/extension_action_handler.cc',
497 'common/extensions/manifest_handlers/minimum_chrome_version_checker. cc', 492 'common/extensions/manifest_handlers/minimum_chrome_version_checker. cc',
498 'common/icon_with_badge_image_source.cc',
499 'common/media_galleries/metadata_types.h', 493 'common/media_galleries/metadata_types.h',
500 ], 494 ],
501 }, { 495 }, {
502 # Non-Android. 496 # Non-Android.
503 'sources': [ '<@(chrome_common_importer_sources)' ] 497 'sources': [ '<@(chrome_common_importer_sources)' ]
504 }], 498 }],
505 ['OS=="win"', { 499 ['OS=="win"', {
506 'include_dirs': [ 500 'include_dirs': [
507 '<(DEPTH)/third_party/wtl/include', 501 '<(DEPTH)/third_party/wtl/include',
508 ], 502 ],
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
648 'sources': [ 642 'sources': [
649 'common/resource_usage_reporter.mojom', 643 'common/resource_usage_reporter.mojom',
650 ], 644 ],
651 'dependencies': [ 645 'dependencies': [
652 '../mojo/mojo_base.gyp:mojo_environment_chromium', 646 '../mojo/mojo_base.gyp:mojo_environment_chromium',
653 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', 647 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
654 ], 648 ],
655 }, 649 },
656 ], 650 ],
657 } 651 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698