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

Side by Side Diff: chrome/chrome_common.gypi

Issue 1297503003: Merging chrome/common/gcm_desktop_util.* and chrome/browser/services/gcm/gcm_desktop_util.*. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed comments Created 5 years, 4 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
« no previous file with comments | « chrome/browser/services/gcm/gcm_desktop_utils.cc ('k') | chrome/common/gcm_desktop_util.h » ('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',
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 'common/component_flash_hint_file_linux.h', 46 'common/component_flash_hint_file_linux.h',
47 'common/component_flash_hint_file_linux.cc', 47 'common/component_flash_hint_file_linux.cc',
48 'common/content_restriction.h', 48 'common/content_restriction.h',
49 'common/content_settings_pattern_serializer.cc', 49 'common/content_settings_pattern_serializer.cc',
50 'common/content_settings_pattern_serializer.h', 50 'common/content_settings_pattern_serializer.h',
51 'common/crash_keys.cc', 51 'common/crash_keys.cc',
52 'common/crash_keys.h', 52 'common/crash_keys.h',
53 'common/custom_handlers/protocol_handler.cc', 53 'common/custom_handlers/protocol_handler.cc',
54 'common/custom_handlers/protocol_handler.h', 54 'common/custom_handlers/protocol_handler.h',
55 'common/descriptors_android.h', 55 'common/descriptors_android.h',
56 'common/gcm_desktop_util.cc',
57 'common/gcm_desktop_util.h',
58 'common/icon_with_badge_image_source.cc', 56 'common/icon_with_badge_image_source.cc',
59 'common/icon_with_badge_image_source.h', 57 'common/icon_with_badge_image_source.h',
60 'common/ini_parser.cc', 58 'common/ini_parser.cc',
61 'common/ini_parser.h', 59 'common/ini_parser.h',
62 'common/instant_types.cc', 60 'common/instant_types.cc',
63 'common/instant_types.h', 61 'common/instant_types.h',
64 'common/localized_error.cc', 62 'common/localized_error.cc',
65 'common/localized_error.h', 63 'common/localized_error.h',
66 'common/logging_chrome.cc', 64 'common/logging_chrome.cc',
67 'common/logging_chrome.h', 65 'common/logging_chrome.h',
(...skipping 591 matching lines...) Expand 10 before | Expand all | Expand 10 after
659 'sources': [ 657 'sources': [
660 'common/resource_usage_reporter.mojom', 658 'common/resource_usage_reporter.mojom',
661 ], 659 ],
662 'dependencies': [ 660 'dependencies': [
663 '../mojo/mojo_base.gyp:mojo_environment_chromium', 661 '../mojo/mojo_base.gyp:mojo_environment_chromium',
664 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', 662 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
665 ], 663 ],
666 }, 664 },
667 ], 665 ],
668 } 666 }
OLDNEW
« no previous file with comments | « chrome/browser/services/gcm/gcm_desktop_utils.cc ('k') | chrome/common/gcm_desktop_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698