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

Side by Side Diff: chrome/chrome_common.gypi

Issue 2049783002: Refactor OriginTrialPolicy to be an abstract interface in content/public/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ef-add-revoked-feature-list
Patch Set: Switch to lazy initialization in ChromeContentClient Created 4 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
« no previous file with comments | « chrome/app/chrome_main_delegate.cc ('k') | chrome/chrome_tests_unit.gypi » ('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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 'common/media/media_resource_provider.cc', 57 'common/media/media_resource_provider.cc',
58 'common/media/media_resource_provider.h', 58 'common/media/media_resource_provider.h',
59 'common/media/webrtc_logging_message_data.cc', 59 'common/media/webrtc_logging_message_data.cc',
60 'common/media/webrtc_logging_message_data.h', 60 'common/media/webrtc_logging_message_data.h',
61 'common/media/webrtc_logging_messages.h', 61 'common/media/webrtc_logging_messages.h',
62 'common/media_galleries/metadata_types.h', 62 'common/media_galleries/metadata_types.h',
63 'common/multi_process_lock.h', 63 'common/multi_process_lock.h',
64 'common/multi_process_lock_linux.cc', 64 'common/multi_process_lock_linux.cc',
65 'common/multi_process_lock_mac.cc', 65 'common/multi_process_lock_mac.cc',
66 'common/multi_process_lock_win.cc', 66 'common/multi_process_lock_win.cc',
67 'common/origin_trials/origin_trial_key_manager.cc', 67 'common/origin_trials/chrome_origin_trial_policy.cc',
68 'common/origin_trials/origin_trial_key_manager.h', 68 'common/origin_trials/chrome_origin_trial_policy.h',
69 'common/partial_circular_buffer.cc', 69 'common/partial_circular_buffer.cc',
70 'common/partial_circular_buffer.h', 70 'common/partial_circular_buffer.h',
71 'common/pref_names_util.cc', 71 'common/pref_names_util.cc',
72 'common/pref_names_util.h', 72 'common/pref_names_util.h',
73 'common/prerender_types.h', 73 'common/prerender_types.h',
74 'common/profiling.cc', 74 'common/profiling.cc',
75 'common/profiling.h', 75 'common/profiling.h',
76 'common/ref_counted_util.h', 76 'common/ref_counted_util.h',
77 'common/render_messages.cc', 77 'common/render_messages.cc',
78 'common/render_messages.h', 78 'common/render_messages.h',
(...skipping 612 matching lines...) Expand 10 before | Expand all | Expand 10 after
691 ], 691 ],
692 'dependencies': [ 692 'dependencies': [
693 'installer_util', 693 'installer_util',
694 '../base/base.gyp:base', 694 '../base/base.gyp:base',
695 ], 695 ],
696 }, 696 },
697 ], 697 ],
698 }], 698 }],
699 ], 699 ],
700 } 700 }
OLDNEW
« no previous file with comments | « chrome/app/chrome_main_delegate.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698